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

READ CYCLE Question

Status
Not open for further replies.

fkwong

Programmer
Joined
Jul 5, 2002
Messages
65
Location
US
I have been trobleshooting a VFP 7 screen that converted from FoxPro 2.6. The screen's LOAD event is calling a PRG file that has a READ CYCLE WITH ...., to display a BROWSE screen for the user to select the record in a table, then it will display the record in the screen.

This screen runs fine in FoxPro 2.6 but not in VFP7. The error occurs in the READ CYCLE WITH command.

Should I change the program to call the PRG first, then based in the selection of the user and pass the parameter to the screen. Please advice.

Thanks
 
READ CYCLE is no longer being used in VFP7.0. It stopped being use in FPW2.6. It was about the same thing a what is currently use as READ EVENTS. But READ EVENTS should be used in the main program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top