Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle 9i Forms - Disappearing Status Bar

Status
Not open for further replies.

celispb

Programmer
Apr 3, 2003
18
US
My status bar (where the tool tips and record count is) does not show up in a called form.

Form A calls Form B.

The status bar is visible when Form A starts but does not show up in Form B. When I exit Form B the status bar does not appear in Form A.

Any ideas?
 
Figured it out.

In case anyone has encountered the problem, comment out any
Set_Window_Property(forms_mdi_window,window_state,maximize);

That seems to be the problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top