Re: Verifying and adding new users

This WebDNA talk-list message is from

1997


It keeps the original formatting.
numero = 15262
interpreted = N
texte = >I have a validation page for my new user form. I need to test for >invalid fields, and ask the client to resubmit if any are found. > >I want to include a specific invalid field header only if an invalid >field has been entered. > >If all fields are correct, I wish to have a new record entered. > > >Is there a way to test all the fields first before I do what's below, >using a showif with multiple conditions? (i.e. SHOIF >[firstname]=&[lastname]=] ) > >[SHOWIF [firstname]=] > Sorry, the first name is empty
>[/SHOWIF] >[SHOWIF [lastname]=] > Sorry, the last name is empty
>[/SHOWIF] >[SHOWIF [company]=] > Sorry, the company is empty
>[/SHOWIF] > > >Or is there a way I could create a logical variable, initialized with >false, and have it made true if any of the above showif conditions are met? >Then this logical could be within its own Showif context and include the >specific invalid entry file.Yes ...[math]variable=0[/math][showif [field1]=][math]variable=variable+1[/math] Please go back and enter something into the [field1] field. [/showif][showif [field2]=][math]variable=variable+1[/math] Please go back and enter something into the [field2] field. [/showif][showif [field3]=][math]variable=variable+1[/math] Please go back and enter something into the [field3] field. [/showif][showif [math]variable[/math]=0] [append db=XXX.db]field1=[field1]&field2=[field2]&field3=[field3][/append] Your new record has been created in the XXX.db database! [/showif]Sincerely, Ken Grome WebDNA Solutions http://www.smithmicro.com/webdnasolutions/... Associated Messages, from the most recent to the oldest:

    
  1. Re: Verifying and adding new users (Kenneth Grome 1997)
  2. Verifying and adding new users (Larry Orchier 1997)
>I have a validation page for my new user form. I need to test for >invalid fields, and ask the client to resubmit if any are found. > >I want to include a specific invalid field header only if an invalid >field has been entered. > >If all fields are correct, I wish to have a new record entered. > > >Is there a way to test all the fields first before I do what's below, >using a showif with multiple conditions? (i.e. SHOIF >[firstname]=&[lastname]=] ) > >[SHOWIF [firstname]=] > Sorry, the first name is empty
>[/SHOWIF] >[SHOWIF [lastname]=] > Sorry, the last name is empty
>[/SHOWIF] >[SHOWIF [company]=] > Sorry, the company is empty
>[/SHOWIF] > > >Or is there a way I could create a logical variable, initialized with >false, and have it made true if any of the above showif conditions are met? >Then this logical could be within its own Showif context and include the >specific invalid entry file.Yes ...[math]variable=0[/math][showif [field1]=][math]variable=variable+1[/math] Please go back and enter something into the [field1] field. [/showif][showif [field2]=][math]variable=variable+1[/math] Please go back and enter something into the [field2] field. [/showif][showif [field3]=][math]variable=variable+1[/math] Please go back and enter something into the [field3] field. [/showif][showif [math]variable[/math]=0] [append db=XXX.db]field1=[field1]&field2=[field2]&field3=[field3][/append] Your new record has been created in the XXX.db database! [/showif]Sincerely, Ken Grome WebDNA Solutions http://www.smithmicro.com/webdnasolutions/... Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Not reading code (1997) [TaxableTotal] - not working with AOL and IE (1997) greater than or equal to (1997) WebTen? (1997) Searching multiple fields (1997) Credit Card Verification.... (1998) Q: how long for answers to the WebDNA-Talk list? (1997) Complex replace Q-not for the timid!! (2000) Trouble with listwords (2000) WC1.6 to WC2 date formatting -FIXED! (1997) For those of you not on the WebCatalog Beta... (1997) WebCat2 - storing unformatted date data? (1997) WebCatalog can't find database (1997) Support ?? (1997) WebCommerce: Folder organization ? (1997) Help with database strategy (1998) AppleScript: Tell application:app location? (1998) Weird Math and SV (1997) RE: Missing contexts on NT (1997) Setting up shop (1997)