I have different problem now with iNavToolbar not being visible when program is run from EXE, but when run from source it's visible.
Would you know anything about that?
TIA,
Sal
Greetings Sal,
Nothing in particular. Things to check: 1) is the library in the project? 2) look at your errorlog to see if an error is generated by the exe. 3) run the exe in your developer environment. open form. supend. look at the toolbar collection to see if iNavBar is loaded. ox= goapp.oToolbars.Get(1)..(n) ? ox.name 4) does the form have a toolbar property. HTH James Sayer ©2001 James Sayer |