..." wrote: Thanks. I used a similar approach, modifying the existing datasourcequery and it worked (at least when adding ranges to the existing datasources). ...> "Strider" wrote: Hello. I need to show the InventTable (Items) form from code, and filter it's contents using a Query object I have also ...
...InnerJoin); // add control to design fsc = frmInventTable.form().design().control("Grid").addDataField(dBDS.... I used a similar approach, modifying the existing datasourcequery and it worked (at least when adding ranges..." wrote: Hello. I need to show the InventTable (Items) form from code, and filter it's contents using...
.... I used a similar approach, modifying the existing datasourcequery and it worked (at least when adding ranges ...(InventTable, ItemID)).value("test"); dsInventTable.query(qMyQuery); frmInventTable.run(); frmInventTable.wait..." wrote: Hello. I need to show the InventTable (Items) form from code, and filter it's contents using ...
...InventTable form has many linked data sources under the main datasource, which are removed when I set the query ...wrote: Hello Strider, try using dsInventTable.query(qMyQuery); instead of dsInventTable.queryRun(new ..., and filter it's contents using a Query object I have also constructed from code. I have tried the following, but it does not...
...InventTable form has many linked data sources under the main datasource, which are removed when I set the query..., and filter it's contents using a Query object I have also constructed from code. I have tried the following, but it does not...(InventTable))); frmInventTable.init(); dsInventTable= frmInventTable.dataSource(1); dsInventTable.queryRun(new QueryRun...
...Unfortunately, I need to replace the entire query object reference of the datasource with my own query object. It doesn't..." wrote: Hello. I need to show the InventTable (Items) form from code, and filter it's contents using a...(InventTable))); frmInventTable.init(); dsInventTable= frmInventTable.dataSource(1); dsInventTable.queryRun(new QueryRun(...
Hello Strider, try using dsInventTable.query(qMyQuery); instead of dsInventTable.queryRun(new QueryRun... need to show the InventTable (Items) form from code, and filter it's contents using a Query object I have also constructed from...(formStr(InventTable))); frmInventTable.init(); dsInventTable= frmInventTable.dataSource(1); dsInventTable.queryRun(new QueryRun(qMyQuery...
...need to show the InventTable (Items) form from code, and filter it's contents using a Query object I have also constructed ...(InventTable))); frmInventTable.init(); dsInventTable= frmInventTable.dataSource(1); dsInventTable.queryRun(new QueryRun(....run(); frmItems.wait(); The items form is displayed but my query is ignored and no filter is applied! Please ...
...I need to show the InventTable (Items) form from code, and filter it's contents using a Query object I have also constructed ...(formStr(InventTable))); frmInventTable.init(); dsInventTable= frmInventTable.dataSource(1); dsInventTable.queryRun(new QueryRun(...frmItems.run(); frmItems.wait(); The items form is displayed but my query is ignored and no filter is applied! Please ...
Hi Marshall, Do you suggest i change my form layout. Regarding the ID issue since the contactType is not getting ... which works perfectly well thanks to you and i have created a split form with the union query as the datasource. Objective. Since the data are ... the newbutton disappearing nothing seems to be happening I tried this code in the forms current event, load event etc. ...