Newobject vs PATH
Closed this issue · 1 comments
lscheffler commented
In the classlib there are some places with code like Newobject('frmBrowse', 'explorer.vcx')
.
If you replace with Newobject('frmBrowse', THIS.ClassLib)
, there is no need to have a path set to find the vcx. What is a help in debugging - as less SET PATH as less confusion.
Maybe AllowOutput= .F.
, this helps while debugging for all not visible in this great tool. :)
DougHennig commented
Done in the latest release.