Guest_imported
New member
- Jan 1, 1970
- 0
Thanks for the great advice on the first problem guys, It solved my problem, now I have a new situation.
My project has 2 forms named CVT & IMPORT, when the program is first ran, CVT comes up and asks for a getfile in a textbox named txtInput. After they press the cmdbutton named "OK" it calls form IMPORT. Inside import I need to know the value of txtInput. how can I pass it to the 2nd form? I tried referencing CVT.txtInput.Value, but it did not work.
I realize this is pretty basic, but I have no formal training on VFP, and my books are not very usefull for working Data like I do, they seem more geared for writing Inventory control systems, and such.
As always any help is greatly appreciated.
-Mike
My project has 2 forms named CVT & IMPORT, when the program is first ran, CVT comes up and asks for a getfile in a textbox named txtInput. After they press the cmdbutton named "OK" it calls form IMPORT. Inside import I need to know the value of txtInput. how can I pass it to the 2nd form? I tried referencing CVT.txtInput.Value, but it did not work.
I realize this is pretty basic, but I have no formal training on VFP, and my books are not very usefull for working Data like I do, they seem more geared for writing Inventory control systems, and such.
As always any help is greatly appreciated.
-Mike