Fwd: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-06 Thread akash malohatra
Hi all, Any one has any hints or clues on so delaying in Batch processing Thanks in Advance akash --- akash malohatra [EMAIL PROTECTED] wrote: To: [EMAIL PROTECTED] From: akash malohatra [EMAIL PROTECTED] Date: Fri, 4 Jun 2004 07:15:49 +0100 (BST) Subject: [development-axapta] Batch

[development-axapta] Re: Inserting a logo in main menu

2004-06-06 Thread L Manuel
replace logo.bmp file with the picture you want (should rename it LOGO.BMP in order to work). --- In [EMAIL PROTECTED], Joy Satyanagara [EMAIL PROTECTED] wrote: Hello all, nice to meet you all. I'm new in this group. I want to insert a logo or picture at main menu in axapta. Can it

[development-axapta] Re: semicolon

2004-06-06 Thread L Manuel
You must put a semicolon to separate the variable declarations from the program statements, e.g. real NoSense(int addend) { real counter; ; counter = addend/2; if (counter 0) return sum[a]; } --- In [EMAIL PROTECTED], Holger K. Pedersen [EMAIL PROTECTED] wrote: I have noticed, the

RE: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-06 Thread Harry Deshpande
Hi Akash! 1. This looks like some kind of a locking problem. Did u check the SQL locks being generated? 2. We also had one more unrelated problem with sales invoice. The batch class in Axapta does not regenerate parameters such as parmId, every time the batch is run. So if u have a

RE: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-06 Thread akash malohatra
Hi Harry, Thanks for the info. Can you elaborate more on this (SQL locks and other issue) I hope u wont mind. I am little bit newbie in Axapta. which classes are called for this sales invoice batch executions Thanks in Advance Akash --- Harry Deshpande [EMAIL PROTECTED] wrote: Hi