Home » Developer & Programmer » Forms » pls solve this problem (10g - forms 6i)
pls solve this problem [message #474277] Sat, 04 September 2010 09:39 Go to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
can any one solve this problem

i have a 3 tab canvases on form 6i

i am using show_view('canvas') which is different block except 3 tab canvases which is i am accessing by using show_view i have a button('commit') on canvas when ever i am pressing this commit button whole form is saving but i want only single block saving pls solve this prob.

[EDITED by LF: removed superfluous empty lines]

[Updated on: Sat, 04 September 2010 13:14] by Moderator

Report message to a moderator

Re: pls solve this problem [message #474285 is a reply to message #474277] Sat, 04 September 2010 12:19 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
There's no way round that.
Oracle saves all changes to the form or none. You can't pick and choose.
Why is this a problem?
Re: pls solve this problem [message #474302 is a reply to message #474285] Sat, 04 September 2010 15:56 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
thanks for reply

actually this customer block which i am using by show_view and trying to commit on individualy block ok pls tell me i have runed a form during this can i call another for like stack canvas both forms should activate but form which i am calling that should like stacked canvas


Re: pls solve this problem [message #474303 is a reply to message #474302] Sat, 04 September 2010 18:18 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
let me give give u a single example

  • Attachment: example.PNG
    (Size: 86.08KB, Downloaded 679 times)
Re: pls solve this problem [message #474482 is a reply to message #474303] Mon, 06 September 2010 13:06 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
no answer i cant beleive this

pls any one
Re: pls solve this problem [message #474490 is a reply to message #474482] Mon, 06 September 2010 13:47 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
Read up on call_form, open_form and new_form in form builder help and decide which you need.
Re: pls solve this problem [message #474514 is a reply to message #474490] Mon, 06 September 2010 15:45 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
can we disable to maximize this ( set_WINDOW_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE))
Re: pls solve this problem [message #474516 is a reply to message #474514] Mon, 06 September 2010 15:51 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
i tried many time to call_form but previous form which is activated hiding i want like which i giving example in my previous message in png file can u give me some example



Re: pls solve this problem [message #474521 is a reply to message #474490] Mon, 06 September 2010 17:07 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
cookiemonster wrote on Mon, 06 September 2010 19:47
Read up on call_form, open_form and new_form in form builder help and decide which you need.


It really does tell you in detail what each of them does. There is nothing I can add to the explanation.
Re: pls solve this problem [message #474522 is a reply to message #474514] Mon, 06 September 2010 17:08 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
owais_baba wrote on Mon, 06 September 2010 21:45
can we disable to maximize this ( set_WINDOW_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE))


I don't know what you mean.
Re: pls solve this problem [message #474524 is a reply to message #474516] Mon, 06 September 2010 17:53 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
this is my original form i am trying to save only contact_Details which is hilighted cancas u told me this is not possible to commit only active canvas it commit whole form ok

that's why i am trying to call another form to commit seperatly i hope this time u got my point and sir pls give your suggetion what else should i do
  • Attachment: untitled.PNG
    (Size: 60.33KB, Downloaded 660 times)
Re: pls solve this problem [message #474528 is a reply to message #474524] Mon, 06 September 2010 19:47 Go to previous messageGo to next message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

http://programming.itags.org/development-tools/21058/
Re: pls solve this problem [message #474762 is a reply to message #474528] Wed, 08 September 2010 12:16 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
thansk for your valueable imformation yes your right but my problem is still there i have button on main form which is open_form('c:\xyz.fmx') form is opening successfully it is completly maximizing how to resize oracle run time window my problem is this i want to open form with resizeing format like in my previous msg attached one stacked canvas

set_WINDOW_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);--how to resize this or disable or how u will suggest sir problem is this window

set_window_property('builder',WINDOW_STATE,MAXIMIZE);---this is ok that we can resize easly



thanks
Re: pls solve this problem [message #474765 is a reply to message #474762] Wed, 08 September 2010 13:03 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
exactly like this window by using open_form
Re: pls solve this problem [message #476753 is a reply to message #474765] Sat, 25 September 2010 08:02 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
pls solve this prob. i have a two forms, form1 and form2 both forms has different window sizes like

form1 has set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('builder',window_state,maximize)

form2 has set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('window1',window_size,400,300)

i have a button in form1 for call form2 by using open_form

my problem is this that when i am calling form2, form1 has also resizing automatically like form2 remember form2 has different window size.pls my question is to all gurus kindly solve this problem thanks


thanks
Re: pls solve this problem [message #476847 is a reply to message #476753] Sun, 26 September 2010 15:15 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
i made little mistake in form2 actually form2 setting

set_window_property(forms_mdi_window,window_size,400,300)
set_window_property('window1',window_state,maximize)
this is setting of form2 pls solve this problem as soon as possible


thanks
Re: pls solve this problem [message #477124 is a reply to message #476847] Tue, 28 September 2010 16:41 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
no anser pls try to give answer
Re: pls solve this problem [message #477206 is a reply to message #477124] Wed, 29 September 2010 08:11 Go to previous messageGo to next message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Dude, calm down. If you want an answer so fast, go pay a consultant a lot of money. No one here owes you anything.

How about putting in a TAR at Oracle?

Why is your problem more important than other other one here? We're all volunteers and don't appreciate postings like your where you demand solutions and when no one answers in your alotted time, you demand again.
Re: pls solve this problem [message #477262 is a reply to message #477206] Wed, 29 September 2010 15:54 Go to previous messageGo to next message
owais_baba
Messages: 289
Registered: March 2008
Location: MUSCAT
Senior Member
after all done my self as usual mr joy_division if u dont know the answer dont get that much emotional


thanks

Re: pls solve this problem [message #477439 is a reply to message #477262] Thu, 30 September 2010 11:52 Go to previous message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Here's just a sample of your immature impatient postings. Again, if every one of your questions is so urgent we suggest you hire a consultant for money or hire another employee who knows how to do the work

pls solve this problem
how to generate this special code??????
what's wrong with this code??????
form not scanning image in winxp!!!
thumb scanner its very very very urgent pls!!!!!!
how to add callendar in Report 6i urgent!!!!!!
Why not Answered?????
its possible to call??????????????
its urgent!!!!!!!!!!
To Get Processor serial no. its urgent !!!!!!!!!!!!!!
ITS URGENT NEXT MATCH WORD
who is a capable to solve my problem its urgent!!!!
can any one help me to read data from serial port and who is a capable to solve my problem its urgent
Previous Topic: Forms installation in Linux OS
Next Topic: How to use WEBUTIL to generate XLS on client machine
Goto Forum:
  


Current Time: Thu Apr 25 15:41:07 CDT 2024