DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Alerts

Threaded View

  1. #4
    Join Date
    May 2002
    Posts
    2,645
    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
  •  


Click Here to Expand Forum to Full Width