Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Arev Form command
Hello All,
Is there a way to run an Arev(32) command from within OI? I have gone the other way and run OI commands from Arev32 before.
My client has a Bunch of old Arev form reports defined, which they would run using the TCL FORM command. I would like to be able to still use those if possible. Eventually I know they will need to be renovated, but for this pass it would be very helpful.
Gracias in advance!
Michael
Is there a way to run an Arev(32) command from within OI? I have gone the other way and run OI commands from Arev32 before.
My client has a Bunch of old Arev form reports defined, which they would run using the TCL FORM command. I would like to be able to still use those if possible. Eventually I know they will need to be renovated, but for this pass it would be very helpful.
Gracias in advance!
Michael
Comments
FORM calls V115. Any way I can call that directly from OI?
Is there a good way around this? My client has Hundreds of these Rev form reports.
I guess one option is to have them run from Arev32 and call all the OI windows and processes from there, but I Really don't want to do that.
Thanks again!
When I call Arev_Standalone_Form, it calls the VOC item, prints the form letters and logs out. Previously, when I tried to pass the command via Start_Window, I got the error msg that FORM could only be run from Arev32. This way is kinda kludgey but it works.
Thanks for your help!
Michael
TCL
PDISK dosfile
GETLIST listname
FORM formtable formid datatable
PDISK PRN
In OI, I called Start_Window('AREV32_STANDALONE_FORM', 'FORMLIST', @window,'','') . It did indeed call the Arev32 form; but when it executed the command, I got an error message saying that it could only be run in Arev32.
I posted my workaround. I would have loved to have it work as you specified, but I'm just glad to get the FORM process to work at all, especially using the old RevG forms.
Thanks for all your help.
Michael
Lo siento!