Change a form s datasource query from code
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 130 articles for 0.235 sec
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Jack
Date: Jun 20, 2008 17:49

..." wrote: Thanks. I used a similar approach, modifying the existing datasource query 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 ...
Show full article (5.66Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Mathias
Date: Jun 20, 2008 13:03

...InnerJoin); // add control to design fsc = frmInventTable.form().design().control("Grid").addDataField(dBDS.... I used a similar approach, modifying the existing datasource query 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...
Show full article (5.18Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Strider
Date: Jun 20, 2008 11:04

.... I used a similar approach, modifying the existing datasource query 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 ...
Show full article (3.23Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Mathias
Date: Jun 19, 2008 11:24

...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...
Show full article (2.52Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Strider
Date: Jun 19, 2008 11:09

...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...
Show full article (1.58Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Strider
Date: Jun 19, 2008 10:45

...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(...
Show full article (1.67Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Mathias
Date: Jun 18, 2008 20:13

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...
Show full article (1.18Kb) · Show article thread
RE: Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Axel Kühn
Date: Jun 18, 2008 20:12

...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 ...
Show full article (1.30Kb) · Show article thread
Change a form's datasource query from code     

Group: microsoft.public.axapta.programming · Group Profile · Search for Change a form s datasource query from code in microsoft.public.axapta.programming
Author: Strider
Date: Jun 18, 2008 19:11

...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 ...
Show full article (0.91Kb)
Re: entering values into a form based on 2 different datasources -     

Group: microsoft.public.access.formscoding · Group Profile · Search for Change a form s datasource query from code in microsoft.public.access.formscoding
Author: vandy
Date: Jun 25, 2008 15:43

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. ...
Show full article (4.27Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next