Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Properties in an Array
Message
 
To
18/01/1999 18:20:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00177391
Message ID:
00177407
Views:
32
Thank you all for your help, I think I have it figured out now.

--Thom



>Thom,
>
>Now that understands better what you need, you could do something like this:
>
>private x
>
>nLenght=aMembers(aMyArray,oMyObject)
>
>for x=1 to nLenght
> if substr(aMyArray(x),1,3)='ABC' && Substitute this of course
> txtProperty=aMyArray(x)
> txtValue=oMyObject..&txtProperty
> (...) && Add it to your listbox,etc
> endif
>endfor
>
>I havent tested this code, but it should work more or less.
>
>:)
>
>Pascal
Previous
Reply
Map
View

Click here to load this message in the networking platform