Home » Developer & Programmer » Forms » Get_block_Property (Oracle 10g)
Get_block_Property [message #508332] Fri, 20 May 2011 05:57 Go to next message
swapnilpimple
Messages: 33
Registered: July 2010
Location: Mumbai
Member
Please tell me how to get total number of record in form

swapnil
Re: Get_block_Property [message #508336 is a reply to message #508332] Fri, 20 May 2011 06:06 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
This is one option:
last_record;
message('Number of records = ' || :system.cursor_record);


Or, you could utilize COUNT_QUERY built-in.

Or, loop record by record and count them.

[Updated on: Fri, 20 May 2011 06:07]

Report message to a moderator

Re: Get_block_Property [message #508339 is a reply to message #508336] Fri, 20 May 2011 06:35 Go to previous messageGo to next message
swapnilpimple
Messages: 33
Registered: July 2010
Location: Mumbai
Member
thanx

is there any GET_BLOCK_PROPERTY built in function

to retrive direct value i want to use this value in for loop

Re: Get_block_Property [message #508342 is a reply to message #508339] Fri, 20 May 2011 06:45 Go to previous message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
In a loop? How and why?

GET_BLOCK_PROPERTY is described, in details, in Forms Online Help system so - read it.
Previous Topic: about button on LOV - Oracle Forms 10g
Next Topic: RADIO BOX DISABLE
Goto Forum:
  


Current Time: Sat Sep 07 15:32:44 CDT 2024