Tabbed Canvas [message #406517] |
Thu, 04 June 2009 06:48 |
asmani
Messages: 47 Registered: February 2007
|
Member |
|
|
Hi there
I am currently working on form which contains five or more tabs.
Couple of them are view only or couple of are updatable and insert able.
Problem starts when I move from view only tab to DML one but form doesn't seems to like that and stays in view only mode and insert new record button(top left hand one) stays disabled (greyed out).
If I move from insert able tabs to other insert able tabs that button stays green.
Any idea would be highly welcome.
Thanks!
Usman Ahmad.
[Updated on: Thu, 04 June 2009 06:52] Report message to a moderator
|
|
|
|
Re: Tabbed Canvas [message #406671 is a reply to message #406621] |
Fri, 05 June 2009 05:20 |
asmani
Messages: 47 Registered: February 2007
|
Member |
|
|
Thanks Littlefoot for your reply, that's so kind of you.
I don't want to update that tab but I want to insert a field.
I'm using trigger when-new-block-instance on that block which should change its property
Set_Block_Property(l_block,INSERT_ALLOWED,PROPERTY_TRUE);
but I doesn't seems to be working......
Note : I am using oracle stranded tool bar and insert new record button is greyed out and you can insert on that block even manually.
UA
|
|
|
|