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

Vis FoxPro 6 - sample code for forms 4

Status
Not open for further replies.

Phil Thoms

Programmer
Oct 31, 2005
245
GB
Hello, I have recently migrated from old FoxPro to VFP 6.0 and would like to find sample code for forms to get some idea of handling events. I do not have any documentation to help. Thanks.
 
Basically VFP 6 through 9 handle forms the same. 7 and 9 have some extentions. Also, code is generally less important then properties and methods. A fox screen is a lot like a VB6 screen. A lot of the code behind is very similar, too

Unlike VB the code is kept in a memo field in a table.

Another style is to build the form in code. I think you can do this in VB, too. Particularly if you are new I wouldn't recommend this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top