On Apr 23, 2007, at 5:47 PM, johnf wrote:

> Could you explain a little more.  Is it possible to set the  
> DataSource of a
> textbox to a class.

        No. It has to be to an object, or to a string that can be eval'd to  
an object (such as a bizobj).

> If so - does objRegID refer to the class name or a Dabo
> regID?  So far in my classes I have not added a RegID attr as an  
> identifier.

        RegIDs are simply a way to uniquely identify an instance of an  
object on a form. No matter how deep its containership hierarchy,  
'self.Form.<object's RegID>' will always reference that object.

        The only time you add RegIDs is when you have one object that needs  
to be referenced from another. Most objects in a form will never need  
one.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to