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
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