Canvas scroll bars.. [message #389834] |
Tue, 03 March 2009 13:57 |
jaki09
Messages: 11 Registered: March 2009
|
Junior Member |
|
|
Hi All,
Please help me out on this issue.
I am developing one form in oracle 10G. This form contains one table having these fields. Table name: XXCFI_NEW_TABLE
Country_name,Country_code,Registration_number,Rep1,Rep2,Rep3,
Rep4,Rep5,Rep6.
I have developed the form with two canvases and selected tabular with 10 records display.
First canvas is content and having country_name,country_code,Registration_number
Second canvas is stacked canvas having Rep1,Rep2,Rep3,
Rep4,Rep5,Rep6.
My question is how to show scrollbar on two canvases.
when I will query for example US has 5 records(no need scroll bar), CAN has 15 records. so when i will query CAN the two canvas has to show scroll bar to show all 15 records.
Please help me on this issue.
Thanks
Jaki
[EDITED by LF: fixed topic title typo; the original was "scorll"]
[Updated on: Sat, 21 March 2009 15:09] by Moderator Report message to a moderator
|
|
|
|
Re: Canvas scorll bars.. [message #389856 is a reply to message #389838] |
Tue, 03 March 2009 16:32 |
jaki09
Messages: 11 Registered: March 2009
|
Junior Member |
|
|
Thanks for reply...
Where I have to change the properties...is it block level or canvas level and which propety i have make it YES.
please let me know.
Thanks
JAKI
|
|
|
|
Re: Canvas scorll bars.. [message #390298 is a reply to message #389886] |
Thu, 05 March 2009 15:30 |
jaki09
Messages: 11 Registered: March 2009
|
Junior Member |
|
|
Thanks for your reply.
Its working fine.
One more question. I am getting all the values from backend to front end when i open the form, and also I tried to insert,update some values, but I cannot see FRM:40400 Transaction complete and 1 record saved message at front end bottom of the window.
Can you tell me where i have to set this?
Thanks
JAKI
[Updated on: Thu, 05 March 2009 15:31] Report message to a moderator
|
|
|
|
Re: Canvas scorll bars.. [message #390514 is a reply to message #390326] |
Fri, 06 March 2009 17:06 |
jaki09
Messages: 11 Registered: March 2009
|
Junior Member |
|
|
Hi,
I can see from backend its saving records but I cannot see any comments at the bottom of the window like "Transaction completed and 1 record saved" Something is like this.
Please let me know what to do to see these comments by default.
JAKI
|
|
|
|
|
Re: Canvas scorll bars.. [message #392940 is a reply to message #391066] |
Thu, 19 March 2009 13:37 |
jaki09
Messages: 11 Registered: March 2009
|
Junior Member |
|
|
Hi,
One quick question please...
In my form there are three buttons...say Button1, Button2 & Button3.
when I click on Button1 its opening concerned block1.
If I click on Button2 then it has to open block2..its working fine but when i close this block its opening block1 also.
and If I click on Button3 then it has to open block3..its working fine but when i close I can see block2 and block1 also..
Can you suggest me what to do.
Thanks in Advance
Jaki
|
|
|
Re: Canvas scorll bars.. [message #392944 is a reply to message #389834] |
Thu, 19 March 2009 13:54 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You can't open blocks - it doesn't mean anything.
You can open forms and you can open windows.
You can also display/hide items and canvases.
I assume you're trying to do one or more of those, but I'm not sure which.
What is the code in the your buttons?
|
|
|
|
|
|
Re: Canvas scorll bars.. [message #393330 is a reply to message #389834] |
Sat, 21 March 2009 11:46 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Try hiding the other windows using hide_window.
You might also consider adding go_item commands to send the cursor to the first item in the required block
|
|
|