Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want merging Empty.Properties into another object.
Message
 
 
To
22/12/2003 12:39:46
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00861336
Message ID:
00861340
Views:
21
Fabio,

The only way I can think of, is to use AMEMBERS() function to get a list of properties and than loop through array and add them to a target object with ADDPROPERTY() function.

>Hi,
>
>Now i use array for transport parameters into a form.
>
>Empty is slower respect to array, but it have name properties ( Array have index ),
>and with scatter/gather ( with array too) i can exchange record between two datasession.
>
>Well...
>
>No!
>
>My problem is this:
>
>with a array i can use ACOPY() for merging two array,
>but with a empty i haven't a ADDPROPERTYOBJECT(oSource,oTarget) function for insert oSource properties into a target object.
>
>A empty haven't methods or support properties,
>then i cannot write a cycle with ADDPROPERTY() function.
>
>Exists a way for put empty properties into a target object directly without
>known properties name list?
>
>Fabio
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform