Normal Topic Code Builder Request - Confirm (whatever) (Read 324 times)
Rick_R
Full Member
***
Offline



Posts: 243
Joined: Jan 29th, 2010
Code Builder Request - Confirm (whatever)
Apr 19th, 2011 at 3:50am
Print Post Print Post  
The next time you folks update the Code Builder, please add options for "Delete Record with Confirm" and "Discard Changes with Confirm".

I have changed the Delete code from the default to:


     If @Mode() < 2
     {
           If @AskUser("", "DELETE RECORD?","") then DeleteRecord()
           Else @MsgBox("", "NO CHANGE MADE.","")
     }
  
Back to top
 
IP Logged