hello to all..
i have two forms "A" AND "B".
A form contains two text items like ------->customer_id and total_amount
B form contains two 4 text items like-------> customer_id,total_amount,paid_amount and balance.
A form have one button ,when button pressed that form should call form B. and then Form B text item's of customer_id,total_amount should take values automatically from form A OF customer_id,total_amount ..
PLEASE HELP ME..
i call form B from from A successfully,but not understand how to take values automatically from form A to fom B..