Larry Bradley wrote:
> Well, I managed to convert my test form from using a table to using an SQL 
> select on two tables.
> I originally used "add from data environment" , which created the code 
> below (except that I now have commented out the self.add... lines, and 
> added the usersql)
> 
> This works like a charm.
> 
> However, I'm a bit confused as to the meaning of the "DataSource" property. 
> I "assumed" that it was the name given to the result of the SQL select (the 
> cursor name), so I changed it from "membertable" which is the name of the 
> actual SQL table to "members", then changed the fields on the form to use 
> "members" rather than "membertable".

The name of the DataSource is used to connect your data controls to the
bizobj:
http://dabodev.com/wiki/DataSource

Uwe

_______________________________________________
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