Home » Developer & Programmer » Forms » Unable to locate record in Block
Unable to locate record in Block [message #413898] Sat, 18 July 2009 06:56 Go to next message
SUMISHA
Messages: 2
Registered: October 2007
Location: CHENNAI
Junior Member
Hi all,

Can any one help me?
Am getting the error Unable to locate record 1 on block (block name)

Am getting while trying to get into the block through button
-trigger -when button pressed

Thanks in advance
Re: Unable to locate record in Block [message #413905 is a reply to message #413898] Sat, 18 July 2009 11:39 Go to previous messageGo to next message
arshadshabbir
Messages: 6
Registered: February 2009
Junior Member
if cursor is in the block whose record no want to find.
you can find the record number by using

IF :System.Cursor_Record = '1' THEN
message('You are at First Record');
ELSE
message('You are not at First Record');
END IF;

Re: Unable to locate record in Block [message #413907 is a reply to message #413898] Sat, 18 July 2009 12:18 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Trigger code would probably help; could you post it?
Previous Topic: issue with list item
Next Topic: Field Input Validation to Check User Inputs
Goto Forum:
  


Current Time: Mon Feb 10 04:24:26 CST 2025