Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Properties for SCATTER rec object?

Status
Not open for further replies.

rkolva

Programmer
Jan 16, 2003
127
US
Greetings,

Just wondering if anyone has encountered a way to step through the properties of a SCATTER NAME record object.

Code:
SCATTER NAME loRecObject1 MEMO

I would like to be able to reference the field properties without having to know in advance what they are or by referencing the work area. I have not seen that the object has any collection type property that would allow me to step through properties, yet, intellisense seems to be able to enumerate the properties. Anybody out there know a way to get at them? I'll keep looking and I guess I could always create an object of my own but it sure would be nice if I didn't have to.

Ralph
 
AMembers(laFields,YourObject,0,"U") will give you an array with one column containing all your field names.
 
Fantastic, thank you very much. This is why I keep coming back to Tek-Tips.

Ralph
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top