Joe Yoder wrote on 2016-05-24:
I have a small procedure file, visa.prg. in my current project folder
that
imports data from .csv files. I need to support a slightly different format so I added some debugging code but it does not run. When I made a copy with a different name it worked as expected.
Is there a way to have the system tell me the location of the running
code?
Thanks in advance,
Joe
Joe,
You can kinda figure some of that out through the debugger. I would search for PRGs and Functions/Procedures with of the name you were calling. (Visa I would assume)
VFP doesn't complain when you have two Functions of the same name in a PRG. It runs the last one found in the PRG.
I have not tested, and do not know which will fire when you have a PRG and a Function named the same.
Tracy Pearson PowerChurch Software