Home » Developer & Programmer » Forms » Opening different forms in Same frame (oracle 10g forms, windows 7)
Opening different forms in Same frame [message #588309] Mon, 24 June 2013 15:20 Go to next message
thelearner
Messages: 133
Registered: April 2013
Location: INDIA
Senior Member
Hi,

I want to display different forms in one Frame/ canvas.
when I press button Inventory then In the frame/canvas it should display Inventory form in the frame.
If i press Employee it should display Employee form in frame... like that.


There is any possibility...
Please tell me the steps.
Please help me...


Thanks & regards
The Leaner
Re: Opening different forms in Same frame [message #588402 is a reply to message #588309] Tue, 25 June 2013 10:21 Go to previous message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Not possible. You can call (or open) a new form (see what OPEN_FORM, CALL_FORM and NEW_FORM built-ins do and choose one).

Or, you might create different layouts on stacked canvases which would be called upon pushing these buttons (but that makes that single form (too) complex). For example, you can't COMMIT only one block - everything, all data in all blocks are committed.

I prefer the first option - one form for each "problem" (inventory, employee, ...).
Previous Topic: Change the total based on the checkbox value
Next Topic: When-Validate-Item
Goto Forum:
  


Current Time: Fri Apr 26 12:20:13 CDT 2024