Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP equivalent of VB
Message
From
06/03/2006 13:27:51
 
 
To
06/03/2006 12:54:01
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01101755
Message ID:
01101774
Views:
10
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")
...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform