Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF NOT USED('PrnJobMain')
USE PrnJobMain IN 0
ENDIF
SELECT PrnJobMain
SET ORDER TO Jono
But can I find in which work area it is open?
If Used('PrnJobMain')
Select prnjobmain
Set Order To jono
Else
Use prnjobmain in 0 Shared AGAIN [b]ORDER TAG jono[/b]
Endif
[b]Assert used('prnjobmain') Message 'prnjobmain.dbf was not opened with alias prnjobmain'[/b]
But can I find in which work area it is open?
In the Development Environment, you can open the Data Session window. To do so, select Data Session from the Window menu;