Search results

  1. S

    Some questions about Developer Studio

    Thats unfortunate. We are a linux shop. id have to have a license for both the PDSOE and a windows license of OE, which i don't think my company would be interested in paying for.
  2. S

    Some questions about Developer Studio

    I was thinking of requesting a license of Dev Studio from my work. I had a few questions to see if i would actually get much out of it given the type of work i do. 1) Is it really geared for GUI interface progress development or is it also very useful for character based development? (My...
  3. S

    is developer studio part of the standard openedge package or a paid add-on ?

    I'm investigating if the developer studio is something i should be able to access with my current (Progress 11) database. i don't see the directories for it, but it may be that my dev box doesnt have a full install.
  4. S

    looking for a comprehensive guide to character progress form / frame statements.

    Heh, i have the original progress 9 printed manuals / pocket progress guide etc along with more recent digital versions. guess im looking for something that was done more by a human as a quick reference guide then i am the strict bare examples progress documentation is famous for.
  5. S

    looking for a comprehensive guide to character progress form / frame statements.

    The progress documentation and knowlege base for the form statement is kinda bare bones, and i have plenty of examples from existing code to look at, but what ive always looked for is basically a tutorial for the form statement with every single possible attribute broken down by the attribute...
  6. S

    Can you prevent a trigger programatically?

    when you say revert, you mean undo the transaction? i don't want it to undo the new write, i just don't want the write trigger procedure to trigger again inside the trigger procedure. ex: Schema trigger on write of table team run this program: TRIGGER PROCEDURE FOR WRITE OF TEAM. do: assign...
  7. S

    Can you prevent a trigger programatically?

    I am trying to use a trigger (ex: Table_A) to initiate a program when Table_A's record is created or updated, to assign a guid value to a field in the record i am working with, then generate xml of the record and put it on a queue. I want the trigger to initiate when the record is first...
Top