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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening Screens

Status
Not open for further replies.

kpereira

Programmer
Jun 29, 2000
33
US
I am new to Foxpro.  I work in Access normally.  It has confounded me that there is no way to easily open a screen with a "button" on another screen.  Can anyone help!!!
 
I'm not sure what difficulty you are having.<br><br>In Fox 2.6, the Valid of the button would simply execute:<br><FONT FACE=monospace>do screen2.spr</font><br><br>In VFP, the click of the button would execute:<br><FONT FACE=monospace>do form screen2</font><br><br>If this doesn't address your issue, could you provide us more details? <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Thanks for the help.&nbsp;&nbsp;I figured that out this morning.&nbsp;&nbsp;I find Foxpro overloaded with programming.&nbsp;&nbsp;I've done some C programming, but when you attach it to forms and dbf tables it becomes quite convoluted.&nbsp;&nbsp;I am accustom to creating something then adding code to it as necessary.&nbsp;&nbsp;Foxpro adds so much behind the scenes I can hardly think where to begin.&nbsp;&nbsp;Again, thanks for the help.<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top