> From: "Bill Arnold" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 2:32 pm > To: "'ProFox Email List'" <[email protected]> > > > I noticed that. I have a .dbf file that I need to open with > > some configuration info in it. How can I find it? > > Assuming it's in or can be located via the product's start folder, then > look at SYS(2019), as in: > > configfile = sys(2019) && VFP config.fpw file fully > qualified file name (incl path) > if file(configfile) > prodinstpath = justpath(configfile) && path to product install > (startup) folder > Endif
It's been ver 6 that I did this stuff, but I thought that VFP on a Web Server starts in WinDir\System32. At least the COM or COM+ of the day did. So Sys(2019) won't give you your intended result. That was all from an attempt to make a COM add on for stonefield DD and have the reindex fire on the server only. Crap that was like 7 or 8 years ago. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** 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.

