Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Its too late for VFP 7 - but suggestions for VFP 8
Message
De
24/06/2001 22:50:22
 
 
À
24/06/2001 21:45:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00522770
Message ID:
00522925
Vues:
12
>>
>>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 :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform