Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a set of forms for my web site.<br>The first form asks for E-mail address from the user.<br>After he fills in the first form, he goes to the second form<br>where he has his e-mail address already in it.The other fields ask for his user name and password.<br>I would like to know how I can get back the e-mail address from the first form into the second form. <p>Vijay Donthi<br><a href=mailto:vdonthi@ezode.com>vdonthi@ezode.com</a><br><a href= > </a><br>
 
Thru the main control, show the form as models<br>form1.show 1, UserControl<br>object.show model/modelless, owner<br><br>this way when its done, it'll goto the next line<br>so when the form closes itself, just make it hide itself<br>and do form2.text1 = form11.text so on so on<br>making a form model, makes the control stop at that line til the user is done interacting with the form, this way you can make the main control least pass information into the the next form before showing it.<br><br> <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top