Re: NewBie Help with Set_Alert_Property
Date: 2000/01/07
Message-ID: <38765AD4.E465EC32_at_musica.mcgill.ca>#1/1
Dear William,
No reason, it's just a typo, I think. You could use mixed case to improve readability: "Set_Alert_Property"
Good luck,
Mike Rainville
William Teo wrote:
> Hi,
> I have written the following g simple function and I have received the
> following error
> ERROR 201 AT LINE 12, COLUMN 3
>
This would have been "SET_ALERT_PPOPERTY" MUST BE DECLARED
> IDENTIFIER "SET_ALERT_PROPERTY" MUST BE DECLARED
> ERROR 0 AT LINE 12, COLUMN 3
> STATEMENT IGNORE
>
> Any reason why I can't use the set_alert_property function within the
> function.
>
> thanks
> William
......................... R below here, instead of P in P.P.OPERTY (on both lines)........................
> SET_ALERT_PPOPERTY(alert_id, TITLE, 'Invalid Item Code');
> SET_ALERT_PPOPERTY(alert_id, ALERT_MESSAGE_TEXT, 'Item Code is not valid.
> Key in another one.');
Received on Fri Jan 07 2000 - 00:00:00 CET