Home » Developer & Programmer » Forms » Need Total REcords found in Enter Query Mode
Need Total REcords found in Enter Query Mode [message #79534] Thu, 20 June 2002 04:10 Go to next message
Zahid
Messages: 29
Registered: June 2002
Junior Member
Hi All,
I search records using Excute Query button from the tool bar in Enter Query Mode and now i want to count those number of records and display in the Text box with the click event of a Button.
And tell me some best reources to take help for such issues.
Waiting for reply very badly,
Zahid Rahim
Re: Need Total REcords found in Enter Query Mode [message #79535 is a reply to message #79534] Thu, 20 June 2002 05:46 Go to previous messageGo to next message
Subhash
Messages: 105
Registered: October 2001
Senior Member
Declare
Curec Number;
Begin
Last_Record;
Curec := :System.Cursor_Record;
End;

Curec - will be the total number of records fetched;

Regards
Re: Need Total REcords found in Enter Query Mode [message #79724 is a reply to message #79534] Fri, 05 July 2002 00:32 Go to previous message
I.Nirmala
Messages: 4
Registered: July 2002
Junior Member
You can use
get_block_property(:system.current_block,query_hits);
Previous Topic: developer2000
Next Topic: Message while running a procedure
Goto Forum:
  


Current Time: Thu Mar 28 15:52:24 CDT 2024