Hello,

next installment of trying to understand this application: this time I think I 
miss something quite fundamental.

On the "summary" page of the "hours" form the grid is created by the "Add 
controls from data environment" option. The "hours" table is chosen and then 
afterwards the datasource property for the column "client" is changed 
from "clientfk" to "clientname". But if the application is started and the 
summary page is selected, this column stays empty. I suppose the reason is 
simply that the control takes the database table "as is" and not the BizHours 
bizobj, which would contain the "clients.clientname" field because it gets 
data from a JOIN query.

How can I tell the grid to use the bizobj?

Moreover the grid only contains records newly entered after the start of the 
application, not the previously existing content of the "hours" table. I 
suppose it needs a "requery()", but where is the right place? If the summary 
page isn't selected it's not necessary. And in fact according to the tutorial 
text the createBizobjs method doesn't contain it for this reason.

Thank you,
Sibylle

-- 
Dr. Sibylle Koczian


_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to