On Sep 1, 2007, at 3:04 PM, dw wrote:

> It appears that the problem is that the fields defined by the join  
> in UserSQL
> are not added to the dataset. Using SQL Builder, they are added to  
> the dataset.
> Fields from the joined table, InfoPT ,with or without an alias, are  
> not added
> to the dataset by UserSQL.

        Are you absolutely certain that the bizobj in question has had its  
requery() called at least once? After all, until the SQL is actually  
executed, there is no way that it could possibly know about aliases  
you defined in it, and this looks like it is simply running an empty  
query on the DataSource to get its field listings.

-- 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