What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: WriteFile and returns...

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 31956
interpreted = N
texte = Well I think we're getting closer. Actually everything is running Mac OS9.04/WebCat 3.08/WebStar 4.2I took your suggestion and it fixed the problem of adding the blocks. Thank you. But then I figured out that maybe that wasn't my problem at all.The applet refuses to read the text file that WebCatalog writes with [writefile], but reads the same thing written with simpletext or bbedit. So, I'm thinking that these files have different file creator codes. I saved two versions, one from a [writefile], and one from simpletext. I opened each in FileTyper and the [writefile] version had a creator code WWW*, and the one from simpletext had the creator code ttxt. a-Ha!So I changed the creator code on the [writefile] version with FileTyper to ttxt and bingo, it works.If I understand correctly WebCatalog writes files with this creator code (WWW*) so that they are protected from remote eyes (similar to WebStar). Is there a way to specify the creator code as some sort of parameter when doing a writefile?Thanks in advance, Ken-RWKenneth Grome wrote:> So the problem is that your applet is running on a different > platform, and that platform doesn't like those little square > characters? > > First you need to determine what those little square characters are, > so you can get rid of them. They are probably nothing more than > linefeed characters. So make this special conversions database: > > from to > %0A > > Then use it like this: > > [writefile][convertchars db=specialconversions.db] > . > . > #ffffff > +Here is the scrolling text > [/convertchars][/writefile] > > >Sorry to keep dragging this out, but that doesn't work either. The > >applet has to read > >each individual line and compute the first character in order to > >know how to display > >the text of that line. It's when it finds the square character that > >the writefile puts > >into the beginning of each line (representing the return) is when > >the error occurs. If > >I open that file with a text editor and remove those blocks, but > >keep the lines > >seperated it works fine. I was just hoping to provide my client an > >easier way of > >managing their message board than writing this file manually and > >using FTP. Guess I'll > >have to either try and edit the applet, or can it. > > > >Thanks. > > > >Kenneth Grome wrote: > > > >> >Thanks, but I already tried deleting the input context and still the > >> >same results. > >> >What I'm getting at, is that I need the resulting file to look just > >> >like this.... > >> > > >> >. > >> >. > >> >#ffffff > >> >+Here is the scrolling text > >> > > >> >If the applet reads this file with the return characters in front of > >> >the periods, +'s > >> >or #'s it will error out. > >> > >> Well the way you're displaying it here, the file *does* have return > >> characters in front of the periods and +'s, so you have to write it > >> without those returns: > >> > >> [writefile].. > >> #ffffff+Here is the scrolling text[/writefile] > >> > >> ================================ > >> Kenneth Grome, WebDNA Consultant > >> 808-737-6499 http://webdna.net > >> ================================ > >> > >> ------------------------------------------------------------- > >> 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://search.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://search.smithmicro.com/ > > ================================ > Kenneth Grome, WebDNA Consultant > 808-737-6499 http://webdna.net > ================================ > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: WriteFile and returns... (Robert Wade 2000)
  2. Re: WriteFile and returns... (Robert Wade 2000)
  3. Re: WriteFile and returns... (Kenneth Grome 2000)
  4. Re: WriteFile and returns... (Robert Wade 2000)
  5. Re: WriteFile and returns... (Kenneth Grome 2000)
  6. Re: WriteFile and returns... (Robert Wade 2000)
  7. Re: WriteFile and returns... (Kenneth Grome 2000)
  8. Re: WriteFile and returns... (Robert Wade 2000)
  9. Re: WriteFile and returns... (Kenneth Grome 2000)
  10. Re: WriteFile and returns... (Robert Wade 2000)
  11. Re: WriteFile and returns... (Kenneth Grome 2000)
  12. WriteFile and returns... (Robert Wade 2000)
Well I think we're getting closer. Actually everything is running Mac OS9.04/WebCat 3.08/WebStar 4.2I took your suggestion and it fixed the problem of adding the blocks. Thank you. But then I figured out that maybe that wasn't my problem at all.The applet refuses to read the text file that WebCatalog writes with [writefile], but reads the same thing written with simpletext or bbedit. So, I'm thinking that these files have different file creator codes. I saved two versions, one from a [writefile], and one from simpletext. I opened each in FileTyper and the [writefile] version had a creator code WWW*, and the one from simpletext had the creator code ttxt. a-Ha!So I changed the creator code on the [writefile] version with FileTyper to ttxt and bingo, it works.If I understand correctly WebCatalog writes files with this creator code (WWW*) so that they are protected from remote eyes (similar to WebStar). Is there a way to specify the creator code as some sort of parameter when doing a writefile?Thanks in advance, Ken-RWKenneth Grome wrote:> So the problem is that your applet is running on a different > platform, and that platform doesn't like those little square > characters? > > First you need to determine what those little square characters are, > so you can get rid of them. They are probably nothing more than > linefeed characters. So make this special conversions database: > > from to > %0A > > Then use it like this: > > [writefile][convertchars db=specialconversions.db] > . > . > #ffffff > +Here is the scrolling text > [/convertchars][/writefile] > > >Sorry to keep dragging this out, but that doesn't work either. The > >applet has to read > >each individual line and compute the first character in order to > >know how to display > >the text of that line. It's when it finds the square character that > >the writefile puts > >into the beginning of each line (representing the return) is when > >the error occurs. If > >I open that file with a text editor and remove those blocks, but > >keep the lines > >seperated it works fine. I was just hoping to provide my client an > >easier way of > >managing their message board than writing this file manually and > >using FTP. Guess I'll > >have to either try and edit the applet, or can it. > > > >Thanks. > > > >Kenneth Grome wrote: > > > >> >Thanks, but I already tried deleting the input context and still the > >> >same results. > >> >What I'm getting at, is that I need the resulting file to look just > >> >like this.... > >> > > >> >. > >> >. > >> >#ffffff > >> >+Here is the scrolling text > >> > > >> >If the applet reads this file with the return characters in front of > >> >the periods, +'s > >> >or #'s it will error out. > >> > >> Well the way you're displaying it here, the file *does* have return > >> characters in front of the periods and +'s, so you have to write it > >> without those returns: > >> > >> [writefile].. > >> #ffffff+Here is the scrolling text[/writefile] > >> > >> ================================ > >> Kenneth Grome, WebDNA Consultant > >> 808-737-6499 http://webdna.net > >> ================================ > >> > >> ------------------------------------------------------------- > >> 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://search.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://search.smithmicro.com/ > > ================================ > Kenneth Grome, WebDNA Consultant > 808-737-6499 http://webdna.net > ================================ > > ------------------------------------------------------------- > 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://search.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://search.smithmicro.com/ Robert Wade

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:

Practice runs ? (1997) QuitFeedback & DBNotOpened errors (1997) View a Order file (1999) Progress !! WAS: Trouble with formula.db (1997) Shell script within a sandbox (2005) Error Messges (1997) template includes encrypted template (1999) OS-X/CGI/WebCat (2000) includes and cart numbers (1997) [WebDNA] Ubuntu 18.04 & Apache2 & WebDNA fcgi - File upload (2019) Trouble with formula.db (1997) random random links (1999) WebCatalog can't find database (1997) no global [username] or [password] displayed ... (1997) Email Formatting (2001) [WebDNA] Duplicate emails from list anyone? (2009) OT - How to pay commissions to non US affiliates? (2000) Works! (1997) WebDNA5 & XML (2003) WebCatalog for Dummies part 2 (2000)