main logo
Subject: Re: Close form on ESC
Author: Sal Brasko
Posted: 2001/06/06 19:00:15
 
View Entire Thread
New Search


1) It's in
2) Nothing in error log.
3) While I'm running from inside project, I can see the NavToolbar just fine, but when run from EXE, NavToolbar is not showing and it is not in the list of goapp.oToolbars.Get(1)..(n) - only MainToolbar is loaded.
4) Form has cToolbar property: iNavToolbar

So it's not loading at run-time.

Any thaughts?

<i><font color="#663300">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
</font></i>


 
©2001 Sal Brasko
<-- Prior Message New Search Next Message -->