Programmatically Invoking Editor (None Specified)
At 16 APR 1998 01:52:08PM Lisa Porch wrote:
Is there a way to programatically invoke the editor and pass it a
subroutine name or record name?
TIA
Lisa B Porch
Health Quality Inc.
At 16 APR 1998 02:08PM John Duquette wrote:
Lisa,
This Document explains how to do this.
John Revelation
At 16 APR 1998 02:09PM Blaise(Revelation) wrote:
Hello Lisa,
Try this line of code. I tested it here and it worked fine for me.
Utility("RUNWIN" , "DWB /AP=KB /UN=KB /TN=KB*STPROC**TESTSUBROUTINE")
The name of my app is KB the username is KB and the subroutine I pass it to open is TESTSUBROUTINE.
Let me know how it goes…
Blaise.