Sorry to answering to the wrong thread, but I could not fix my
mailprogram to handle mailing list correctly, hopefully the next
messages will go correctly.

Thanks for the quick and insightfull help.

I tried the following:
In the form

def requeryGrid(self,param):
        ds=self.gridts.DataSource
        biz=self.getBizobj(ds)
        biz.setWhereClause("dat = '%s'")
        biz.setParams((str(param),))    
        self.requery(ds)


In the datetextbox:

def onValueChanged(self, evt):
        self.Form.requeryGrid(self.Value)

I get the following cryptic message:
Database Execution failed with response: Incorrect number of bindings
supplied. The current statement uses 0, and there are 1 supplied.
SQL: select "project",
       "subtask",
       "task",
       "work",
       "id"
  from "working_time"
 where dat = '%s'
 limit 1000

I dont understand why the statement uses 0 parameters.


_______________________________________________
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