Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Intellisense
Message
From
19/05/2011 04:19:03
Mk Sharma
Shrishti Solutions
Mumbai, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Excel Intellisense
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01511097
Message ID:
01511097
Views:
100
*** how to enable intellisense in PRG or FORM

LOCAL oexcel as excel.application   
LOCAL oWorkbook as excel.application   
oexcel =createobject('excel.application')

oexcel.    && intellisense working
oWorkbook.     && intellisense working


LOCAL oPivotCache as ...

oPivotCache = oWorkbook.PivotCaches.Add( 2 ) && external data

oPivotCache.   && how intellisense this 


** in command window it is working perfectly.

** please try in command window
warm regards,
mk.
Next
Reply
Map
View

Click here to load this message in the networking platform