If ELSE [message #663548] |
Wed, 07 June 2017 15:25 |
|
sourabh2511
Messages: 3 Registered: May 2017
|
Junior Member |
|
|
Hi,
Can any one tell me what is wrong with the following piece of code :-
"ELSIF upper(v_cdo_reprint) != 'T' and P_btn = 'BTN_REQ_TITLE' then
v_alert:=show_this_alert('NOTIFY_USER','Invalid Reprint Request',
'The title page has not changed for requesting reprint.');
ELSE "
show_this_alert is a program unit. So please ignore it. Is there any thing wrong syntactically. If no then what should this do
|
|
|
|
Re: If ELSE [message #663566 is a reply to message #663548] |
Thu, 08 June 2017 08:31 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
sourabh2511 wrote on Wed, 07 June 2017 16:25Hi,
Can any one tell me what is wrong with the following piece of code :-
"ELSIF upper(v_cdo_reprint) != 'T' and P_btn = 'BTN_REQ_TITLE' then
v_alert:=show_this_alert('NOTIFY_USER','Invalid Reprint Request',
'The title page has not changed for requesting reprint.');
ELSE "
show_this_alert is a program unit. So please ignore it. Is there any thing wrong syntactically. If no then what should this do
There is no IF or END IF and your have double-quotes around the entire thing.
[Updated on: Thu, 08 June 2017 08:32] Report message to a moderator
|
|
|