Home » Developer & Programmer » Forms » Return type of item type
Return type of item type [message #161295] Fri, 03 March 2006 02:27 Go to next message
nirmalnarayan
Messages: 261
Registered: April 2005
Location: India
Senior Member

I want to get the item type of items in a block. What should be the return type of the following variable itm_type. It is giving me the error expression is of wrong type. itm_type is declared as varchar2

Can anyone help

Declare
itm_type varchar2(300);
Begin
..........

itm_type := get_item_property(:system.current_item,'ITEM_TYPE');

.........


Nirmal
Re: Return type of item type [message #161331 is a reply to message #161295] Fri, 03 March 2006 05:34 Go to previous messageGo to next message
PMH12
Messages: 5
Registered: February 2006
Junior Member
itm_type := get_item_property(:system.current_item,DATATYPE);
Re: Return type of item type [message #162721 is a reply to message #161295] Mon, 13 March 2006 05:49 Go to previous message
Shumyla
Messages: 16
Registered: March 2006
Junior Member
image item data type is LONG RAW
Previous Topic: oracle 10g new features for Developers
Next Topic: how i disable my textbox at view time
Goto Forum:
  


Current Time: Fri Sep 20 07:44:49 CDT 2024