Home » Developer & Programmer » Forms » how to get the name of the items at runtime? (forms5.0)
how to get the name of the items at runtime? [message #306597] Fri, 14 March 2008 20:09 Go to next message
ap_karthi
Messages: 87
Registered: October 2007
Location: Bangalore
Member
Hi All,

I've 20 Poplist items and 2 text items in a content canvas.
1. In runtime I want to get all the names of the poplist items.
2. When the cursor goes to the that canvas, it has to show me the names of all the poplist items.
Thanks in advance.

-Karthik
Re: how to get the name of the items at runtime? [message #306739 is a reply to message #306597] Sun, 16 March 2008 08:31 Go to previous message
karunakar_adepu84
Messages: 43
Registered: January 2008
Member



Hi Friend,
This is the answer for this


declare
v varchar2(20);
begin
v:= get_list_element_label('listitemname',position);
message(v);
end;


it will show the label of the listitem based on the position.
Previous Topic: d2k instalation
Next Topic: How to insert image using dialog box
Goto Forum:
  


Current Time: Mon Mar 10 22:04:51 CDT 2025