Re: [development-axapta] Retun temp table recordset to caller form

2005-03-29 Thread Sonny Wibawa Adi
Hi Daniel Lim, Use element.args().caller() function, object type variable, myTable.setTmpData() method, formHasMethod() global function. It's only a hint and you should search again in microsoft axapta's developer guide for more detail. Regards, Sonny Wibawa Adi --- daniellim_yh [EMAIL

[development-axapta] Retun temp table recordset to caller form

2005-03-28 Thread daniellim_yh
hi all, i faced problem on returning temp table recordset to caller form. for e.g Form1 call Form2 with a Temp table recordset passed in, after certain process user will close form2 and that recordset need to be pass back to form1, how can i do it? pls help n thx in advance. daniel