need property list of Set_Custom_Property [message #453807] |
Sat, 01 May 2010 11:57 |
colla
Messages: 36 Registered: January 2010 Location: ksa
|
Member |
|
|
hi all,
I'm new with javabean I find this website (http://forms.pjc.bean.over-blog.com/) it has a good examples for practice
most of this examples use this built-in Set_Custom_Property
i need you to provide with syntax and the full list of property in this built-in
all or most of the examples there is (1) in second parameter what is this (1)
thanks & regard
colla
|
|
|
|
|
|
|
Re: need property list of Set_Custom_Property [message #453872 is a reply to message #453869] |
Sun, 02 May 2010 13:36 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It is just too time consuming ... why would you search for it on the internet when it is just 3 clicks away, once your Forms Builder is switched on?
Anyway, if you want it that way, download document #A97289-01 (here) (ZIP that contains a PDF file), and you'll see that the second parameter represents a row number, which - in addition - means the following:
Oracle Forms Documentation you were unable to find
The row number of the instance of the item that you want to set. (Instance row numbers begin with 1.) If you want to set all the instances, specify the constant ALL_ROWS.
SET_CUSTOM_PROPERTY
(item,
row-number,
prop-name,
value VARCHAR2
);
|
|
|
Re: need property list of Set_Custom_Property [message #453875 is a reply to message #453872] |
Sun, 02 May 2010 14:45 |
colla
Messages: 36 Registered: January 2010 Location: ksa
|
Member |
|
|
hi Littlefoot
thanks for the syntax, but i don't have this syntax in an online help forms builder, so please could you copy past the Description,
Parameters details and property list actually every thing appear in your online help about this built-in. please share it
thanks again for syntax
|
|
|
|
|
|