Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MultiUser VFP 6.0
Message
 
To
11/11/1999 14:53:53
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00290248
Message ID:
00290254
Views:
36
>Hi,
>
>When I run my executable (AMS.exe) from one workstation it works OK.
>When I run my application from a second workstation while the first workstation is still running it, I get "File access denied".
>My "Splash" screen does not even appear!
>
>Following is my code of the main.prg:
>*************************************************
>LOCAL llDeveloping
>_SCREEN.Visible=.F.
>_SCREEN.Left=-2000
>DO MYSETALL
>llDeveloping = .F.
>IF llDeveloping
> SET PATH TO "\VI\APPL\AMS\TABLES;\VI\APPL\AMS\SCX;\VI\APPL\VFP\CLASSES;\VI\APPL\VFP\PROGS"
> SET DEFAULT TO "\VI\APPL\AMS"
>ELSE
> SET PATH TO "\\MONTREALOFFICE\AMS\TABLES;\\MONTREALOFFICE\AMS\SCX"
> SET DEFAULT TO "\\MONTREALOFFICE\AMS"
>ENDIF
>_SCREEN.Visible=.T.
>DO FORM frmSplash
>READ EVENTS
>****************************************************
>MYSTEALL.PRG contains all my set configurations, inclusing SET EXCLUSIVE OFF and SET MULTILOCKS ON
>
>frmSplash is just a times splash screen lasting for 5 seconds a the calling "DO FORM frmMENUMAIN", which is my main menu for the application.
>
>Thanks in advance!


You need to trap the error with an error routine and find out what line of what program is causing the error. Or SET STEP ON, and walk through line-by-line until you find the error.


Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform