On Monday 23 November 2009 02:38:10 am Sibylle Koczian wrote:
> Attention: this only works out of the box if you let Dabo build your
> SQL. It won't work (or only with additional code), if you set UserSQL in
> your bizobj.

Of course Sibylle is right.  But I'd like to add a little more information and 
not mis-lead the OP into believing that it can't be done.

It  will work if you create the SQL via Dabo and do not use UserSQL.  
Instead of UserSQL  = "Select * from tablename where id = somenumber" 
you do
bizObj.setWhereClause("id = somenum")
Form.requery()

Of course you can do this in a dynamic fashion or when you create the bizobj.

Johnf

_______________________________________________
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