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: [applescript]

This WebDNA talk-list message is from

1999


It keeps the original formatting.
numero = 25767
interpreted = N
texte = Ahhh You can do that? Thanks!Jesse Williams Proudman - NineWire Production http://www.ninewire.com <-> Jesse@ninewire.com Innovative and Creative Web Design and Hosting> -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On > Behalf Of Aaron Lynch > Sent: Saturday, December 25, 1999 4:05 AM > To: WebCatalog Talk > Subject: Re: [applescript] > > > hard code it like so... > > Jesse Williams Proudman wrote: > > > > When I have the following code in an [applescript] variable and > I upload it > > to the server, every time I run it, it kicks back a dialog box > wining for > > where Net Events 1.2.1 BG is. How can I fix this? > > > > [applescript] > > set d to > > > > property CRLF : (ASCII character 13) & (ASCII character 10) > > > > tell application NetEvents 1.2.1 BG of folder 'folder of disk disk > > try > > set addr to NameToAddr ([server]) > > set str to OpenStream addr port 43 > > WriteStream str data whois [domain].[tld] & > CRLF & CRLF > > repeat > > set d to d & (ReadStream str amount > 4096) --read up to 4k > > set stat to StatusStream str --see if > there is more to read > > if stat � OPEN and stat � DATA then > exit repeat --if the server > > closed, quit > > end repeat > > CloseStream str > > on error err number num > > Script Error: & err & ( & num & ) > > end try > > d > > end tell > > [/applescript] > > > > Happy Holidays - > > > > Jesse Williams Proudman - NineWire Production > > http://www.ninewire.com <-> Jesse@ninewire.com > > Innovative and Creative Web Design and Hosting > > > > ------------------------------------------------------------- > > Brought to you by CommuniGate Pro - The Buzz Word Compliant > Messaging Server. > > To end your Mail problems go to . > > > > 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 > > > ------------------------------------------------------------- > Brought to you by CommuniGate Pro - The Buzz Word Compliant > Messaging Server. > To end your Mail problems go to . > > 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 > > ------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 Associated Messages, from the most recent to the oldest:

    
  1. Re: [applescript] support in 4.5 for OS X -- really? (Rob Marquardt 2002)
  2. Re: [applescript] support in 4.5 for OS X -- really? (Scott Anderson 2002)
  3. [applescript] support in 4.5 for OS X -- really? (Rob Marquardt 2002)
  4. [applescript] (Aaron Lynch 2001)
  5. Re: [Applescript] (Christer Olsson 2000)
  6. Re: [Applescript] (Rob Marquardt 2000)
  7. Re: [Applescript] (Stuart Tremain 2000)
  8. Re: [Applescript] (TWFT Mail 2000)
  9. Re: [Applescript] (Stuart Tremain 2000)
  10. Re: [Applescript] (Kenneth Grome 2000)
  11. [Applescript] (Stuart Tremain 2000)
  12. Re: [applescript] (Rob Marquardt 1999)
  13. Re: [applescript] (PCS Technical Support 1999)
  14. Re: [applescript] (PCS Technical Support 1999)
  15. Re: [applescript] (Jesse Williams Proudman 1999)
  16. Re: [applescript] (The Mooseman 1999)
  17. Re: [applescript] (Jesse Williams Proudman 1999)
  18. Re: [applescript] (Aaron Lynch 1999)
  19. [applescript] (Jesse Williams Proudman 1999)
  20. Re: Error with [applescript] (M�che�l O S� 1999)
  21. Re: Error with [applescript] (The Mooseman 1999)
  22. Re: Error with [applescript] (M�che�l O S� 1999)
  23. Re: Error with [applescript] (PCS Technical Support 1999)
  24. Re: Error with [applescript] (Kenneth Grome 1999)
  25. Re: Error with [applescript] (Rob Marquardt 1999)
  26. Re: Error with [applescript] (M�che�l O S� 1999)
  27. Re: Error with [applescript] (Kenneth Grome 1999)
  28. Re: Error with [applescript] (M�che�l O S� 1999)
  29. Error with [applescript] (M�che�l O S� 1999)
  30. Re: Error with [applescript] (Dave MacLeay 1999)
  31. Re: Problems with [Applescript] (Kenneth Grome 1997)
  32. Re: Problems with [Applescript] (John Hill 1997)
  33. Re: Problems with [Applescript] (Christer Olsson 1997)
  34. Re: Problems with [Applescript] (Grant Hulbert 1997)
  35. Problems with [Applescript] (Christer Olsson 1997)
  36. [applescript] ( Exec)
Ahhh You can do that? Thanks!Jesse Williams Proudman - NineWire Production http://www.ninewire.com <-> Jesse@ninewire.com Innovative and Creative Web Design and Hosting> -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On > Behalf Of Aaron Lynch > Sent: Saturday, December 25, 1999 4:05 AM > To: WebCatalog Talk > Subject: Re: [applescript] > > > hard code it like so... > > Jesse Williams Proudman wrote: > > > > When I have the following code in an [applescript] variable and > I upload it > > to the server, every time I run it, it kicks back a dialog box > wining for > > where Net Events 1.2.1 BG is. How can I fix this? > > > > [applescript] > > set d to > > > > property CRLF : (ASCII character 13) & (ASCII character 10) > > > > tell application NetEvents 1.2.1 BG of folder 'folder of disk disk > > try > > set addr to NameToAddr ([server]) > > set str to OpenStream addr port 43 > > WriteStream str data whois [domain].[tld] & > CRLF & CRLF > > repeat > > set d to d & (ReadStream str amount > 4096) --read up to 4k > > set stat to StatusStream str --see if > there is more to read > > if stat � OPEN and stat � DATA then > exit repeat --if the server > > closed, quit > > end repeat > > CloseStream str > > on error err number num > > Script Error: & err & ( & num & ) > > end try > > d > > end tell > > [/applescript] > > > > Happy Holidays - > > > > Jesse Williams Proudman - NineWire Production > > http://www.ninewire.com <-> Jesse@ninewire.com > > Innovative and Creative Web Design and Hosting > > > > ------------------------------------------------------------- > > Brought to you by CommuniGate Pro - The Buzz Word Compliant > Messaging Server. > > To end your Mail problems go to . > > > > 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 > > > ------------------------------------------------------------- > Brought to you by CommuniGate Pro - The Buzz Word Compliant > Messaging Server. > To end your Mail problems go to . > > 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 > > ------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 Jesse Williams Proudman

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:

Configuring E-mail (1997) form crasehes server (1997) PCS Frames (1997) international time (1997) WebCat2b15MacPlugin - showing [math] (1997) [showif] with ! (2000) Summary search -- speed (1997) Adding up weights (1998) no [include]s with encryption? (1998) Word wrapping (1997) Errata: WCS Newbie question (1997) [WebDNA] linux linux linux (2009) removing programming logic white space (2003) Laying an egg. (1998) Browser Problem?!? Still getting Error message using (1997) help with autenticate (1998) send mail problem? (1997) WC2b15 - [HTMLx]...[/HTMLx] problems (1997) Odd (2001) Finding max value for a field (1997)