How can I switch a program to background with opl ?
A program stitch to background
Try 'SySetBackground:' from the System.OPX.
Don't forget to add the line ' INCLUDE "System.oxh" ' at the top of your code.
HTH Martin
I have tried, but it doesnt work. Maby is there a mistake in teh runtime ?!
Probably the 9500 runtime again. You should sumbit your findings in the OPL DEV project:
http://opl-dev.sourceforget.net
As a workaround, maybe you can hide your program completely and make it visible as a result of the foreground event:
gUSE 1
gVISIBLE OFF
I treid but doesnt work also !
QUOTE=Arjen]Probably the 9500 runtime again. You should sumbit your findings in the OPL DEV project:
http://opl-dev.sourceforget.net
As a workaround, maybe you can hide your program completely and make it visible as a result of the foreground event:
gUSE 1
gVISIBLE OFF[/QUOTE]