The _browser variable is a VFP variable pointing to the Class Browser. If you are using VFP Advanced, the Windows file virtualization is turned off. By default this will attempt to access and write a file in the Program Files directory. This will only work if you are running VFP in administrative mode.
If you are using VFP 9 SP 2, the browser.dbf will be virtualized and all should still work. Tracy -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Man-wai Chang Sent: Sunday, January 16, 2022 9:27 AM To: [email protected] Subject: Re: CABuilder Revisited Knowing nothing about CABuilder: I would just trace variables _browser and lcClassList in the source codes and hopefully something could be found .... it looked like it's trying to bring up the web browser? Or was _browser a form? Well.... :) On Sun, Jan 16, 2022 at 12:29 AM Graham Brown <[email protected]> wrote: > I posted before about the CABuilder tool asking for the original disk then > failing to find anything. > I traced the code and found the last line "Do (_browser) with (lcClassList)" > was causing the error and commenting this line allowed the code to complete > correctly. I have no idea what dependencies this needs and why it would > fail. [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/[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.

