I am a newbie trying to build a simple exe application. My main.prg says the following:
do sadinq && SAD program
read events
clear events
close all
quit
After I build and exe file and run it from the start button, I get the following message:
"Allowed do nesting level exceeded"
I have run the sadinq program withing Foxpro 6.0 without any problems. It accesses one table and shows data on a screen.
Thanks in advance
do sadinq && SAD program
read events
clear events
close all
quit
After I build and exe file and run it from the start button, I get the following message:
"Allowed do nesting level exceeded"
I have run the sadinq program withing Foxpro 6.0 without any problems. It accesses one table and shows data on a screen.
Thanks in advance