Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP equivalent of VB
Message
De
06/03/2006 13:27:51
 
 
À
06/03/2006 12:54:01
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01101755
Message ID:
01101774
Vues:
11
If you are wanting a structure definition, this is not directly supported in VFP. Look at download #9557 it provides a means for defining structures to pass and extract the values returned. If you are looking for a way to store a set of data, I would recommend using the 'Empty' class:
loMyProperties = CREATEOBJECT('Empty')
=AddProperty(loMyProperties,"MyProperty","My Value")
...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform