StreetProgrammer
Technical User
I created a simple program in order to learn how READ's work. The thing about it is that it runs fine in the Trace window as I step through the program. It runs fine if I chose DO under Program in the Menu bar. But if I create it as an EXE and run it, I can only pass through two of the three fields I created with the Field tool. The third field will allow an entry but will end the program and clear the screen if I hit enter or use my down arrow. The READ does have a Cycle clause in it and the third field calls a function.
I have also noticed that when I run the EXE from the Trace window's DO, my code in the prg shows up, but when It calls my screen the "source is out of date" error shows. According to Help, there isn't a "source is out of date" error. Rather there is a "source code out of date" error. Relying on that information, I went and deleted the fxp and rebuilt the project and recreated the EXE to no avail.
Thanks for any help.
I have also noticed that when I run the EXE from the Trace window's DO, my code in the prg shows up, but when It calls my screen the "source is out of date" error shows. According to Help, there isn't a "source is out of date" error. Rather there is a "source code out of date" error. Relying on that information, I went and deleted the fxp and rebuilt the project and recreated the EXE to no avail.
Thanks for any help.