Re: Pass a form

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54111
interpreted = N
texte = Just wrap the display data with this. [convertchars][message][/convertchars] Do not use the inputs or the special convert DB. The default DB for webcat will handle the breaks. Or you will need to this to your convert DB. TO FROM %0D
----- Original Message ----- From: "Jeff Logan" To: "WebDNA Talk" Sent: Friday, November 14, 2003 10:28 AM Subject: Re: Pass a form > Go and try here: > > http://www.arizona-bed-breakfast.com/beta/postcard.html > > You will see that from the first textarea to the page to preview the > postcard that if your text has a break to the next line that it is > not reflected on the next page. > > Here is the code on the check page. > > [convertchars db=^conversion.db][input][message][/input][/convertchars] > > Jeff > > > > > >Clarify "it just does not work" please... > > > >Are you having problems showing the passed data in a new textarea > >field, or just on the HTML page? > > > >Inside a textarea, you need the [input] and not the [convertchars]. > > > >Outside of a textarea, you need the [convertchars] and not the > >[input], which needs to convert the returns into
so the HTML > >displays the line breaks. > > > >What is in your custom ^conversion.db? Have you tried using the > >standard conversions ([convertchars] with no db= parameter)? > > > >- brian > > > >On Nov 14, 2003, at 8:34 AM, Jeff Logan wrote: > > > >>I am using the following and it just does not work. > >> > >> > >> > >> > >> > >>[convertchars db=^conversion.db][input][message][/input][/convertchars] > >> > >>Jeff > >> > >> > >>> > >>>Your using [convertchars] around the field? > >>> > >>>If the textare is being populated, insert [input] > >>>(ie. > >>> > >>>Then view it with: > >>> > >>>[convertchars][__blah][/convertchars] > >>> > >>>Donovan > >>> > >-- Brian Fries, BrainScan Software -- ttp://www.brainscansoftware.com -- > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: http://webdna.smithmicro.com/ > > > -- > > -------------------------------------------------------------------------- ---------------------------- > InsideOut Marketing and Web Solutions -229 South Sequim Ave. Sequim WA, 98382 > 1-800-500-8401 Toll Free | 360-683-5774 phone | 360-683-5857 fax > jeff@insideout.com | www.insideout.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Pass a form ( Donovan Brooke 2003)
  2. Re: Pass a form ( Donovan Brooke 2003)
  3. Re: Pass a form ( Rob Marquardt 2003)
  4. Re: Pass a form ( Donovan Brooke 2003)
  5. Re: Pass a form ( Rob Marquardt 2003)
  6. Re: Pass a form addendum ( Terry Wilson 2003)
  7. Re: Pass a form ( Donovan Brooke 2003)
  8. Re: Pass a form ( "WebDna @" 2003)
  9. Re: Pass a form ( Donovan Brooke 2003)
  10. Re: Pass a form ( Donovan Brooke 2003)
  11. Re: Pass a form ( Donovan Brooke 2003)
  12. Re: Pass a form ( Donovan Brooke 2003)
  13. Re: Pass a form ( Kenneth Grome 2003)
  14. Re: Pass a form ( Donovan Brooke 2003)
  15. Re: Pass a form ( Jeff Logan 2003)
  16. Re: Pass a form ( Rob Marquardt 2003)
  17. Re: Pass a form ( Gary Krockover 2003)
  18. Re: Pass a form ( Jeff Logan 2003)
  19. Re: Pass a form ( Jesse Proudman 2003)
  20. Re: Pass a form ( Jeff Logan 2003)
  21. Re: Pass a form ( Jesse Proudman 2003)
  22. Re: Pass a form ( Jeff Logan 2003)
  23. Re: Pass a form ( Gary Krockover 2003)
  24. Re: Pass a form ( Glenn Busbin 2003)
  25. Re: Pass a form ( Gary Krockover 2003)
  26. Re: Pass a form ( Jeff Logan 2003)
  27. Re: Pass a form ( Glenn Busbin 2003)
  28. Re: Pass a form ( "WebDna @" 2003)
  29. Re: Pass a form ( Jeff Logan 2003)
  30. Re: Pass a form ( Glenn Busbin 2003)
  31. Re: Pass a form ( Jeff Logan 2003)
  32. Re: Pass a form ( Matthew Bohne 2003)
  33. Re: Pass a form ( Brian Fries 2003)
  34. Re: Pass a form ( "WebDna @" 2003)
  35. Re: Pass a form ( Jeff Logan 2003)
  36. Re: Pass a form ( Jeff Logan 2003)
  37. Re: Pass a form ( Donovan Brooke 2003)
  38. Re: Pass a form ( Alan White 2003)
  39. Re: Pass a form ( Matthew Bohne 2003)
  40. Pass a form ( Jeff Logan 2003)
Just wrap the display data with this. [convertchars][message][/convertchars] Do not use the inputs or the special convert DB. The default DB for webcat will handle the breaks. Or you will need to this to your convert DB. TO FROM %0D
----- Original Message ----- From: "Jeff Logan" To: "WebDNA Talk" Sent: Friday, November 14, 2003 10:28 AM Subject: Re: Pass a form > Go and try here: > > http://www.arizona-bed-breakfast.com/beta/postcard.html > > You will see that from the first textarea to the page to preview the > postcard that if your text has a break to the next line that it is > not reflected on the next page. > > Here is the code on the check page. > > [convertchars db=^conversion.db][input][message][/input][/convertchars] > > Jeff > > > > > >Clarify "it just does not work" please... > > > >Are you having problems showing the passed data in a new textarea > >field, or just on the HTML page? > > > >Inside a textarea, you need the [input] and not the [convertchars]. > > > >Outside of a textarea, you need the [convertchars] and not the > >[input], which needs to convert the returns into
so the HTML > >displays the line breaks. > > > >What is in your custom ^conversion.db? Have you tried using the > >standard conversions ([convertchars] with no db= parameter)? > > > >- brian > > > >On Nov 14, 2003, at 8:34 AM, Jeff Logan wrote: > > > >>I am using the following and it just does not work. > >> > >> > >> > >> > >> > >>[convertchars db=^conversion.db][input][message][/input][/convertchars] > >> > >>Jeff > >> > >> > >>> > >>>Your using [convertchars] around the field? > >>> > >>>If the textare is being populated, insert [input] > >>>(ie. > >>> > >>>Then view it with: > >>> > >>>[convertchars][__blah][/convertchars] > >>> > >>>Donovan > >>> > >-- Brian Fries, BrainScan Software -- ttp://www.brainscansoftware.com -- > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: http://webdna.smithmicro.com/ > > > -- > > -------------------------------------------------------------------------- ---------------------------- > InsideOut Marketing and Web Solutions -229 South Sequim Ave. Sequim WA, 98382 > 1-800-500-8401 Toll Free | 360-683-5774 phone | 360-683-5857 fax > jeff@insideout.com | www.insideout.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "WebDna @"

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:

Folder modify times (2003) proper way to check if a container is empty? (2000) Cart Number sequence (1997) two part electronic product (1998) Re:Merging databases (1997) Follow-up to listfiles bug report ... (2003) Snake Bites (1997) Re:Need help... (1997) [searchString] (1997) 4.5 Upgrade (2003) sandbox is hogging 99% cpu cycles (2004) HTTP "host" header (2003) email code (1998) WebCat2 several catalogs? (1997) [WebDNA] OSX users (2009) Problems appending to database (1997) Cart questions (1997) How does WebCatalog search the database? (1997) Format of Required fields error message (1997) Problems with Price field (1997)