> 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



Bill

 
> Thanks,
>  
> Nick Cipollina
>  



_______________________________________________
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.

Reply via email to