
March 26th, 2003, 08:42 PM
|
|
Member
|
|
Join Date: Apr 2000
Location: Hong Kong
Posts: 71
Time spent in forums: 3 h 10 m 50 sec
Reputation Power: 14
|
|
|
Form problem
When I use the mdi form, I cannot pass the value to the caller.
The child form A call form B, form B need to pass the value back to form A.
--------------------------------------------------
I try this code in form B, but it will create a new form(form A2):
form_a.text1.text = "abc"
--------------------------------------------------
What should I do?
__________________
RayRay p(^_^)q
|