Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convoluted intellisense questions
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01348352
Message ID:
01348828
Views:
16
This message has been marked as the solution to the initial question of the thread.
Hi Paul,

you need WITH...ENDWITH for this:
o = NEWOBJECT("testmaster", "testmaster.prg")
WITH o.oTestObject AS Testbase OF testbase.prg
  .testVar1 = "Hello World"
ENDWITH
IntelliSense is provided if you press the dot inside the WITH block.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform