In my app I need to access the registry.
On my dev PC all works fine but I need to make it available on any PC.
I have copied registry.prg to my dev folder but it fails on any other PC without VFP.
The line is loRegistry = NEWOBJECT('registry',HOME(2)+'classes\registry.prg')
What would the form of this be to use the file in my dev folder?
Thanks
Coldan.
On my dev PC all works fine but I need to make it available on any PC.
I have copied registry.prg to my dev folder but it fails on any other PC without VFP.
The line is loRegistry = NEWOBJECT('registry',HOME(2)+'classes\registry.prg')
What would the form of this be to use the file in my dev folder?
Thanks
Coldan.