NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Validate a deletion from a browse - how?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Validate a deletion from a browse - how? (Read 3827 times)
CaseyR
Sr. Member
Posts: 448
Validate a deletion from a browse - how?
«
on:
April 01, 2008, 05:10:09 PM »
Hi,
I have a browse that should allow deletions but subject them to validation before completion and inform the user if the validation fails and why. Like the insert and update validation of a form.
Does anyone know how to do this?
Any help greatly appreciated. Thanks
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: Validate a deletion from a browse - how?
«
Reply #1 on:
April 02, 2008, 07:05:32 AM »
Hi Casey,
I don't think I have too many examples of this,
but you can put your code into the
ValidateDelete routine in the form.
If the delete should fail, set the variable
Loc:Invalid
to something.
And set the variable
ANS = 0
Cheers
Bruce
Logged
CaseyR
Sr. Member
Posts: 448
Re: Validate a deletion from a browse - how?
«
Reply #2 on:
April 03, 2008, 04:53:11 PM »
On the money as usual, Bruce. Thanks.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Validate a deletion from a browse - how?