Did you now that to get the query object of a datasource, you can write dataSource_q instead of dataSource_ds.query()
For example in the CustTable form you can write:
query = custTable_q;
Instead of:
query = custTable_ds.query();
Tuesday, January 6, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment