auto numner

hi,

how to generate a auto-number in axapta???

thanx

Hi Arun ,

See developer help guide …here you can find all steps to generate number sequence.

Thanks ,

Rajkumar

Use number sequence framework, http://msdn.microsoft.com/en-us/library/aa608474.aspx

Hi,

Where u want to generate the auto -number in form or report…?

@jyothi :

for both ,form and reports

thanx

thanx to kranthe and rajukumar varma

Hi,

If u want in report then just declare one interger variable,initialize it and do increment in the body’s execute() and the same variable in one display method

If u want in form then better to choose number sequence as kranthi said above