On 03/29/2013 06:30 PM, Aleq wrote:
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.
I haven't use the class designer in a while but I pretty sure the coding (in general) can be done in class designer.
Just create the class and use it.

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