×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
T24 Browser - Mainline Routine
- Risteard
- Topic Author
- Visitor
-
11 years 7 months ago - 11 years 7 months ago #15084
by Risteard
T24 Browser - Mainline Routine was created by Risteard
Hi,
Does anyone know a way of displaying messages/popups (e.g. CALL REM, CALL OVE, etc) when running a mainline routine in T24 Browser (R7).
I have tried setting Additional Info field on PGM.FILE to .GUI & .NO! which will allow a mainline to run in Browser but won't display a message/popup.
There is an older thread similar to this query (www.t24all.com/forum/28-t24-administrati...4-browser.html#12585) however I am wondering if anyone has figured out whether it is possible or not since.
Thanks
Does anyone know a way of displaying messages/popups (e.g. CALL REM, CALL OVE, etc) when running a mainline routine in T24 Browser (R7).
I have tried setting Additional Info field on PGM.FILE to .GUI & .NO! which will allow a mainline to run in Browser but won't display a message/popup.
There is an older thread similar to this query (www.t24all.com/forum/28-t24-administrati...4-browser.html#12585) however I am wondering if anyone has figured out whether it is possible or not since.
Thanks
Last edit: 11 years 7 months ago by Risteard.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
11 years 6 months ago #15141
by jpb
Replied by jpb on topic T24 Browser - Mainline Routine
Maybe you can combine with "Can we use DISPLAY.MESSAGE in Browser?" topic.
Please Log in or Create an account to join the conversation.
- t24.user
- Offline
- Senior Member
-
Less
More
- Posts: 40
- Thank you received: 6
11 years 6 months ago #15147
by t24.user
Replied by t24.user on topic T24 Browser - Mainline Routine
Store your message in TEXT variable(OVERRIDE @ID or user defined message) & call REM. it works !
TEXT = 'Running Mainline Program'
CALL REM
TEXT = 'EB.TEST.MSG' (Id of OVERRIDE application)
CALL REM
TEXT = 'Running Mainline Program'
CALL REM
TEXT = 'EB.TEST.MSG' (Id of OVERRIDE application)
CALL REM
Please Log in or Create an account to join the conversation.
- Risteard
- Topic Author
- Visitor
-
11 years 6 months ago #15160
by Risteard
Replied by Risteard on topic T24 Browser - Mainline Routine
Hi JPB,
Is it possible to use OFS$BROWSER.MESSAGES in a browser mainline routine also?
I tried this and included the insert I_GTS.COMMON but nothing happened, is there anything else I could be missing (syntax)?
Thanks
Is it possible to use OFS$BROWSER.MESSAGES in a browser mainline routine also?
I tried this and included the insert I_GTS.COMMON but nothing happened, is there anything else I could be missing (syntax)?
Thanks
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
11 years 6 months ago #15162
by jpb
Replied by jpb on topic T24 Browser - Mainline Routine
I don't think it will work as the "Version" is just an empty screen - I meant using CALL REM like t24.user suggested.
Please Log in or Create an account to join the conversation.
Time to create page: 0.042 seconds