Greetings,
Just wondering if anyone has encountered a way to step through the properties of a SCATTER NAME record object.
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
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