wanderaround
Programmer
I have installed VFP 7 under Win 2000, also I have upgrade the patch file for VFP. I have write a main program as follows:
SET EXCLUSIVE ON
SET MULTILOCKS ON
SET CARRY OFF
SET NEAR OFF
SET EXACT ON
DO FORM ati
READ EVENTS
The form ATI include two buttons. One for reading a text file and modified it. The other is EXIT button.
It work fine inside VFP. After I build the EXE and run in window desktop, nothing appear on screen but the program is running when I check in task manager.
Please help.
Wanderaround.
SET EXCLUSIVE ON
SET MULTILOCKS ON
SET CARRY OFF
SET NEAR OFF
SET EXACT ON
DO FORM ati
READ EVENTS
The form ATI include two buttons. One for reading a text file and modified it. The other is EXIT button.
It work fine inside VFP. After I build the EXE and run in window desktop, nothing appear on screen but the program is running when I check in task manager.
Please help.
Wanderaround.