Announcement

Collapse
No announcement yet.

Dialog help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dialog help

    In using the Dialog features, yes|no , OK|Cancel I notice that there is no way to attach a function to the NO or Cancel button?? I made a text box to see what the variable will be stored as..if you press OK/YES you see that it is set as TRUE but if you CANCEL/NO it returns nothing/blank is there anyway to force the Return value to be an actual NO,CANCEL,or FALSE??
    Not sure if I'm making this real clear

  • #2
    Re: Dialog help

    Hi - the fact that it does not return TRUE means it is FALSE.
    You can use the values stated on the buttons: Cancel = CANCEL / No = NO / False = FALSE etc. Same goes for the positive responses too.
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment

    Working...
    X