RE: [development-axapta] Long Query time

2005-06-28 Thread Bayliss, Barry
Hello Raal, If this is still a problem, please send me a copy of the code concerned. Barry. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Raal Goff Sent: Thursday, 23 June 2005 4:20 PM To: development-axapta@yahoogroups.com

SV: [development-axapta] Startup af given form after login

2005-06-28 Thread Lars Helge Jacobsen
? You must use a configuration with a startup-command. Then you can put your code in the contstuct-method on class SysStartupCmd. _ Med vennlig hilsen / With best regards Lars H. Jacobsen Systemkonsulent Columbus IT Partner Bergen AS mailto:[EMAIL

RE: [development-axapta] Startup af given form after login

2005-06-28 Thread Sandeep K. Shukla
The solution mentioned below is perfect. You can also go for ... Classes\Application\Startup here also you can write code Sandeep -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lars Helge Jacobsen Sent: Tuesday, June 28, 2005

[development-axapta] Query range - for date

2005-06-28 Thread D.J. Redelinghuys
Hi all, I have a range on a query: qry.addDataSource(tablenum(CustInvoiceJour)).addRange(fieldnum(CustInvoiceJo ur, InvoiceDate)); I use this value: dateRange = qryRun.query().dataSourceTable(tablenum(CustInvoiceJour)).rangeField(fieldnu m(CustInvoiceJour, InvoiceDate)).value(); This value