Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Vfp VS _screen
Message
 
To
23/01/2008 16:43:22
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01284500
Message ID:
01284823
Views:
15
Hi Lim,

Try:
WITH _SCREEN.MyProperty AS MyClass
   .MyMethod(cParam1,cParam2)
ENDWITH

** or **

WITH _SCREEN.System.Drawing AS xfcDrawing
   .Graphics      && Intellisense works to here
   .Graphics.New  && but not to here, unless Graphics is a member object
                  && created using ADD OBJECT in the DEFINE CLASS
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform