Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem With Ending Pgm
Message
 
 
To
10/04/2014 16:03:00
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP3
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01598403
Message ID:
01598476
Views:
38
>my config.fpw has SCREEN=OFF

Try checking
if type('Application.Forms.Count') = 'N'
   =messagebox(Application.Forms.Count)
    if Application.Forms.Count >=1
   =messagebox(Application.Forms[1].Name)
endif
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform