RE: [development-axapta] Urgent: Where is TemporaryFormName

2004-09-17 Thread Amar Senapati
Hi, Add a index ( Having Zip code field) to the Vend Table. This will add the Zipcode in the Lookup. Regards Amar _ From: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 September 2004 10:30 PM To: [EMAIL PROTECTED] Subject: RE : [development-axapta] Urgent:

RE: [development-axapta] Multiple AOS with multiple Application Directories

2004-09-17 Thread Søren Nymark Kristensen
Hi Could you eventually explain a little about your batch job? Maybe provide some pseudolike code. Best regards Soeren Nymark Kristensen Axaptadeveloper Phone +45 96 23 21 05 Fax +45 96 23 21 10 E-mail: [EMAIL PROTECTED] -Original Message- From: Kim Truelsen (MICROSOFT BUSINESS

[development-axapta] Urgent: Where is TemporaryFormName

2004-09-17 Thread Karsten Wollesen Clausen
Hi, You can do this by defining the AutoLookup-fieldgroup on the VendTable table! Then the auto-lookup will look like this VendAccountfield-1.. field-x Best regards, Karsten Wollesen Clausen Thy Data Center Development A/S http://development.thydatacenter.dk/ [Non-text

Re 2: [development-axapta] Running Excel macros from Axapta through COM ?

2004-09-17 Thread Amund
This Axapta job works for me (Axapta 3.0, Excel 2000 on W2K): static void ADB_ExcelMacro(Args _args) { COM xlApp; ; xlApp = new COM(Excel.Application); xlApp.Visible(1); xlApp.Run(MacroTest.xls!TestMacro); // ... } Excel will complain, however, if macro security

Re: RE : [development-axapta] Urgent: Where is TemporaryFormName

2004-09-17 Thread Paulius Cerniauskas
Try to edit VendTable table's AutoLookup field group Steeve Gilbert [EMAIL PROTECTED] wrote:It is a temporary form. It's a lookup form actually. You won't find a form of that nature because it's build on the fly for lookup purpose. I've tried to find where you could do the modification

[development-axapta] Fat client - Not seeing refresh

2004-09-17 Thread tlalor_1973
Hi, We have a report that uses a temporary table. When we run the report, it crashes with the following error: A system error has occurred, preventing the navision axapta client from continuing. The Axapta session closes and a dump file is generated (see below). I synchonised the temporary

[development-axapta] Strange rounding

2004-09-17 Thread Arkadiusz Zimniak
Hallo, I have very strange (at least for me) problem. My customer has very big financial transactions after inventory closing. They try to correct it by financial worksheet but there was the error with roundings. After investigation I have discovered that for number bigger than 10.00

[development-axapta] Credit Notes: axapta

2004-09-17 Thread bob . brinker
Hi Everyone, Does anyone know the name of the Reports in the AOT that prints the Credit Notes documents? There is a Credit Note document that can be printed out of Accounts Payable based on a purchase order. There is also a Credit Note document that may be printed out of Accounts