Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Intellisense
Message
 
To
19/05/2011 04:19:03
Mk Sharma
Shrishti Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01511097
Message ID:
01511099
Views:
86
This message has been marked as the solution to the initial question of the thread.
>
>*** 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.
LOCAL oexcel as Excel.Application   
LOCAL oWorkbook as Excel.WorkBook
LOCAL oPivotCache AS EXCEL.PivotCache

oexcel =createobject('excel.application')

oexcel.        && intellisense working
oWorkbook.     && intellisense working
oPivotCache.   && intellisense working
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform