NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on March 09, 2011, 10:20:16 AM

Title: Do not save if browse empty
Post by: DonRidley on March 09, 2011, 10:20:16 AM
NetTalk 4.56
Clarion 6.1

Browse on memory form.

If the user clicks on SAVE, and the Browse is empty, I want to alert the user and force them to have at least 1 record in the Browse.

Thanks,
Don
Title: Re: Do not save if browse empty
Post by: kevin plummer on March 09, 2011, 02:43:43 PM
Add your code in the Validate All embed. Obviously you just need to write some simple clarion stuff to validate if the browse is empty by looping through the file etc.
Title: Re: Do not save if browse empty
Post by: DonRidley on March 10, 2011, 06:47:50 AM
Thank you!