Search results

  1. TomScott

    Graph-model metaschema for progress codebase - any interest in AI driven code analysis/modernization?

    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...
  2. TomScott

    Issue adding an extent to a v9 database

    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...
  3. TomScott

    How to pull information out of outlook?

    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 =...
  4. TomScott

    Exporting from Outlook into Progress program

    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...
Back
Top