Args Class

Hi,

I am working with args class for passing a record from one form to another form ,but

i will get result to all records in second form(.i.e.the getting record shown in all records ).

i want a record for particular record only .

Not clear on what does this means?

you can use element.args().record() to get the caller’s record

Hi Kranthi,

I am using " element.args().parm() " for get the caller’s record .

I am getting that record in group of one tab - page and i am using grid in another tab - page ,

for particular record is selected in grid in and another tab - page of form i will get that string value which we are passing but i am getting for the record for first record in Grid so i want get specific record in grid ( ex…10 th record in grid will get that string value…)