CONCEPT OF ARGS, ELEMENTS, CALLER , RECORDS Terminology

Hi Friends…

I am new to AXAPTA 2009, and self learning it…Actually i donot know the CONCEPT OF ARGS, ELEMENTS, CALLER , RECORDS Terminology in AXAPTA…so kindly explain me…with the simple program,

PLEASE PLEASE PLEASE PLEASE HELP ME…I M HELPLESS

KINDLY HELP ME…PLEASE PLEASE…

Hi,

a very quick view:

Args is a class that manages arguments passed to objects like forms, reports, classes: args.name(), args.parm etc…

elements refers to reports elements, element.design() refers to design methods, element.execute() execute sections etc…

caller is a class method that refers to object that are called like methods, form, datasource etc…

records is a method of args class that refers to the current record

You should have a look to tutorials in AOT

hope it helps

Regards,

Thomas

you should also have a look at www.axaptapedia

Hi Priya Thanku,

As Thomas said better to refer tutorials and try to read Developer help 1,2,3,4 documents

regards,

Santhosh Kumar

Hey Priya,

Please refer this link http://www.axaptapedia.com/index.php?title=Args_class

Arun