|
-
On Forms, alerts are part of the form. You can customize them and make your own.
declare btn_id as integer
on some action (like when a button is pressed):
change_alert_message('alert_type','Your alert message.');
btn_id := show_alert('alert_type');
IF-THEN-ELSE code under this to handle the action (button selected) by the user.
Ref: Form Builder Reference
Last edited by stecal; 03-14-2003 at 04:00 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|