Good morning all,
We’ve developed a robust method for converting our entire Progress codebase into a “metaschema” (database layer). This metaschema mirrors a graph structure, using keys rather than direct relationships, which allows us to analyze the codebase in novel ways. Recently, we...
I'm working on a v9 progress db that's running out of room in the db. I've been researching extents but am unsure of if my understanding is correct and if it is, why my syntax isn't working.
Here is my .st file:
#
b E:\System\D\testdb.b1
#
d "Schema Area":6,32 E:\System\D\testdb.d1
d "Schema...
I understand how to go to outlook with code like:
def var vhOutlook as com-handle no-undo.
def var vhTask as com-handle no-undo.
create "Outlook.Application":u vhOutlook connect no-error.
if error-status:error then
create "Outlook.Application":u vhOutlook.
vhTask =...
I am reasonably new to programming so please try to ignore any obvious questions I might ask.
I am trying to create a link back and forth between a CRM program I have and outlook.
I currently can go to outlook but not the other way around.
Here's that Code.
DEF VAR hout as com-handle.
DEF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.