On Nov 25, 2006, at 9:41 PM, Brian Snipes wrote:
>> Generally, if you want to refer to an individual object on a form,
>> you should set the RegID of that object, and then refer to it using
>> that RegID. Something like: self.Application.ActiveForm.FooBar.method
>> (), if 'FooBar' is the RegID of the object in question.
>>
>> -- Ed Leafe
>>
> Ahh... I've was trying self.Form.objectsRegID.attribute/method to no
> avail although that works when calling from within object events.
> Seems
> like that is what I saw as the method from the website or prior posts.
If an object is set with a RegID value, you should certainly be able
to refer to it via its form. If the form for that object is 'frm',
and the object's RegID is 'ibjRegID', then 'frm.objRegID' will be a
reference to the object.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users