Ed,
I tried  buildFromDataSet() method abd that is causing bouble(tripple etc.)
appearance in the grid. Using bizobj seems to be more reliable to me, but
there is one problem with addWhere  SYNTAX. I try to use variable
substitution in biz.addWhere( ) like:
                        y=self.Form.dYer.Value #value from dTextBox
       I tried
                         biz.addWhere("yr=?", (y,) )            
                         biz.addWhere("yr=%y")
                         biz.addWhere("yr = 'y' ")
but no luck so far. I mightl try Johnf's solution with DynamicDataSet (which 
I assume can be done outside of Class Designer, and I just don't comfotable
enough to step outside of it).

I appreciate your help and patience.
-- 
View this message in context: 
http://old.nabble.com/Browse-syntax-tp35212683p35234327.html
Sent from the dabo-users mailing list archive at Nabble.com.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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