jmac13
Member
Hi All,
I'm using open edge 10.2b.
if i make a program persistent how do i then just run the program rather than picking a procedure to run within that program? I.E. just running the main block or doing the same as you would if you did:
any ideas would be great cheers
I'm using open edge 10.2b.
if i make a program persistent how do i then just run the program rather than picking a procedure to run within that program? I.E. just running the main block or doing the same as you would if you did:
Code:
run gui_utils/RecordUsage.p. /*normal*/
run gui_utils/RecordUsage.p persistent set hanProgramLogging .
/*how from the handle?*/
run hanProgramLogging.
any ideas would be great cheers