Page 1 of 1
"convert resource file"
Posted: Thu Jan 30, 2003 6:45 pm
by Bruce
I am using version 10 of R&R.____R&R keeps calling a Visual Foxpro dialog which asks:____"Convert 3.0 resource file to 6.0 format?"____How do I suppress R&R^s offer to change my resource files?____Bruce Olsten
=> RE: "convert resource file"
Posted: Thu Jan 30, 2003 8:57 pm
by kfleming
In your windows
?W.ini file add the lines:__LIBRARIAN=OFF__Dictionary=0____to the Defaults section____This will disable the Report Librarian and Data Dictionary which use the Visual Foxpro 6 engine.____Kathleen__R&R Support
==> RE: "convert resource file"
Posted: Fri Feb 14, 2003 8:15 pm
by goc
Or you can have a Config.fpw file with the following:____RESOURCE = off__(tHIS IS A Foxpro setting which suppresses this message in Fox apps)__