Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Intellisense
Message
 
À
19/05/2011 04:19:03
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01511097
Message ID:
01511099
Vues:
87
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform