Ferdalizer
Programmer
Friends,
I am writing a program that takes a standard Tab Delimited Data file and creates a table from the long header names. It creates a file called MakeDBF.prg, which I then "Do MakeDBF.prg". When I use Set Step On and debug the executable from the command window in VFP 9.0, all works fine. the MakeDBF.prg runs and creates the correct table for the data. If I run the Executable from a shortcut or Windows Explorer (both as administrator) the program throws a "File MakeDBF.prg Not Found" even though I see the file created and it is in the correct place and formatted correctly. Why would it work during debugging but not during run-time? It's probably painfully obvious but I am not seeing it. Please help.
Thanks in advance.
Fred Fattore
I am writing a program that takes a standard Tab Delimited Data file and creates a table from the long header names. It creates a file called MakeDBF.prg, which I then "Do MakeDBF.prg". When I use Set Step On and debug the executable from the command window in VFP 9.0, all works fine. the MakeDBF.prg runs and creates the correct table for the data. If I run the Executable from a shortcut or Windows Explorer (both as administrator) the program throws a "File MakeDBF.prg Not Found" even though I see the file created and it is in the correct place and formatted correctly. Why would it work during debugging but not during run-time? It's probably painfully obvious but I am not seeing it. Please help.
Thanks in advance.
Fred Fattore