Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Its too late for VFP 7 - but suggestions for VFP 8
Message
From
24/06/2001 22:50:22
 
 
To
24/06/2001 21:45:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00522770
Message ID:
00522925
Views:
11
>>
>>INTELLISENSE IMPROVEMENT - ability to popup properties of objects created in the editor window something like: oObj = CREATEOBJECT("ADODB.CONNECTION"), then, entering oObj. it pop-ups whatever properties available. It is available in the command window but not the Editor window.
>>


Jess,

It is available in the editor window but you must declare the variable
as the correct type:
LOCAL loObj AS ADODB.Recordset 
loObj = CREATEOBJECT("Adodb.recordset")

loObj. && Brings up intellisense help
Chris Ormerod
Have a nice day :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform