passing values

HI,

I Have 2 forms A and B

In form A - I am having string fields , to this string fields I have fetched data and after fetching I want to pass these fetched values to another form B through button click method .

Here In form A I dn’t have any data source

In form B - the passing values from Form A should not store in form B data source , only they should display the values in their respective fields …

how write the code in clicked method …

can any one hep me…

THANKS IN ADVANCE … [:)]

You can create a class holding the values and pass it through Args.parmObject(). Or you can let the class to invoke the form and pass itself as the caller (Args.caller()).

Hi Honey,

Checkout this article…i think this will useful to you…

http://axaptaexplorer.blogspot.in/2013/10/passing-args-from-one-form-to-another.html