Home » Developer & Programmer » Forms » error regardinf system variable
error regardinf system variable [message #84362] Mon, 08 March 2004 00:08 Go to next message
MEDHA
Messages: 6
Registered: February 2004
Junior Member
Hi all,

An error regarding system variable is occuring when i write the following code:

if :system.first_record = 'true' then
message('xxxxx'); 
end if;

the following error occurs:

Error.49

Bad bind variable ':system.first_record'

Kindly help.

Regards,

Medha
Re: error regardinf system variable [message #84364 is a reply to message #84362] Mon, 08 March 2004 00:27 Go to previous messageGo to next message
Syed Ferhat
Messages: 20
Registered: January 2004
Junior Member
Dear Medha

I hope that by doing following example you may find your solution.

begin
IF :System.Cursor_Record = '1' then
message('xxx');
message('xxx');
END IF;
end;

Thanks
Ferhat
Re: error regardinf system variable [message #84381 is a reply to message #84362] Tue, 09 March 2004 00:14 Go to previous message
dipankar
Messages: 8
Registered: March 2004
Junior Member
medha,

there is no system variable called :system.first_record,

so it is giving the error,

u can use :system.cursor_record for ur use,

bye
Previous Topic: Store, Retrieve, and Display image on Form.
Next Topic: forms 6i
Goto Forum:
  


Current Time: Fri Apr 19 02:31:09 CDT 2024