Article ID: 112240
Article Last Modified on 11/17/2003
NOTE: This is an example of running a screen that was created with the Screen Wizard in a multiuser environment.
SET EXCLUSIVE ON
USE xyz.dbf SHARED
DO screen.spr && This screen could be a screen that was
* created with the Screen Wizard.
SET EXCLUSIVE ON
USE xyz.dbf SHARED
DO FORM screen.scx && This screen could be a screen that was
* created with the Screen Wizard.
SET EXCLUSIVE OFF
USE xyz.dbf
DO screen.spr && This screen could be a screen that was
* created with the Screen Wizard.
SET EXCLUSIVE OFF
USE xyz.dbf
DO FORM screen.scx && This screen could be a screen that was
* created with the Screen Wizard.
For more information about multiuser programming, see page D19-6 in the
FoxPro for Windows "Developer's Guide."
Additional query words: VFoxWin FoxDos FoxWin 2.6 SCR dBASE CONVERSION MIGRATE CANCEL screenwizard multi-user
Keywords: kbnetwork KB112240