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 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

