Re: Feature req.

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41747
interpreted = N
texte = Nice .. I want it already ;) This will replace temporary db's ..> No plans to implement a [Change] context, but.... > > One context that we have created for 5.0 is a new [TABLE] context that > allows you to create a quick, temporary, private (visible only to the > thread that created it) database. For example.... > > [table name=mytable&fields=ID,NAME,PHONE] > 1 BOB 123-1234 > 2 MARY 234-2345 > 3 SCOTT 345-3456 > [/table] > > Then you can use the new table in any context that currently takes a db > parameter.... > > [search table=mytable&....] > > [append table=mytable] > > [delete table=mytable&.....] > > So, for convertchars or convertwords.... > > [table name=MyConvertTable&fields=FROM,TO] > 1 a > 2 b > [/table] > > [convertchars table=MyConvertTable].....[/convertchars] > > > > >> -----Original Message----- >> From: WebCatalog Talk >> [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf >> Of Kenneth Grome >> Sent: Thursday, July 18, 2002 7:03 PM >> To: WebCatalog Talk >> Subject: Re: Feature req. >> >> >> Even though the existing syntax is flexible, it's also a real pain in >> the ass to code. It requires that every time you want to change one >> or two chars or words, you must create an entirely new db just for >> that one specific purpose. Instead, why not create a new context: >> >> [change from=a&to=b&from=charlie&to=delta] >> >> Then we can do all our small changes on-the-fly, all from within the >> template that needs the conversion -- without having to deal with the >> creation of a special db. >> >> This proposed new syntax is ridiculously fast and easy to write, and >> it does not require any special db's, and it would be very easy for >> the webdna parsing engine to process as well, especially when you're >> only changing a few words or characters. >> >> I asked for this [change] context 4 or 5 years ago, but no one >> listened to me back then. Fortunately the new programmers at SMSI >> seem to be more open to acknowledging our true needs when we ask for >> improvements, so maybe we will have this capability some day ... >> >> :) >> >> >> Sincerely, >> Kenneth Grome >> >> --------------------------------------------------- >> WebDNA Professional Training and Development Center >> 175 J. Llorente Street +63 (32) 255-6921 >> Cebu City, Cebu 6000 kengrome@webdna.net >> Philippines http://www.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/ -- Alain Russell Blackpepper Interactive alain.russell@blackpepper.co.nz ph. 09 520 6280------------------------------------------------------------- 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: Feature req. (Kenneth Grome 2002)
  2. [table] (was Re: Feature req.) (Rob Marquardt 2002)
  3. Re: Feature req. (Brian Fries 2002)
  4. Re: Feature req. (Andrew Simpson 2002)
  5. Re: Feature req. (Scott Anderson 2002)
  6. Re: Feature req. (Andrew Simpson 2002)
  7. Re: Feature req. (Donovan Brooke 2002)
  8. Re: Feature req. (Donovan Brooke 2002)
  9. Re: Feature req. (Scott Anderson 2002)
  10. Re: Feature req. (Kenneth Grome 2002)
  11. Re: Feature req. (Kenneth Grome 2002)
  12. Re: Feature req. (Alain Russell 2002)
  13. Re: Feature req. (Scott Anderson 2002)
  14. Re: Feature req. (Brian Fries 2002)
  15. Re: Feature req. (Clint Davis 2002)
  16. Re: Feature req. (Stuart Tremain 2002)
  17. Re: Feature req. (Kenneth Grome 2002)
  18. Re: Feature req. (John Peacock 2002)
  19. Re: Feature req. (Jesse Williams-Proudman 2002)
  20. Re: Feature req. (John Peacock 2002)
  21. Re: Feature req. (Brian Fries 2002)
  22. Re: Feature req. (dale's stuff 2002)
  23. Re: Feature req. (Jesse Williams-Proudman 2002)
  24. Re: Feature req. (John Peacock 2002)
  25. Re: Feature req. (Aaron Lynch 2002)
  26. Re: Feature req. (Nitai @ ComputerOil 2002)
  27. Re: Feature req. (John Peacock 2002)
  28. Re: Feature req. (Jesse Williams-Proudman 2002)
  29. Re: Feature req. (Brian Fries 2002)
  30. Re: Feature req. (Nitai @ ComputerOil 2002)
  31. Feature req. (Aaron Lynch 2002)
Nice .. I want it already ;) This will replace temporary db's ..> No plans to implement a [Change] context, but.... > > One context that we have created for 5.0 is a new [table] context that > allows you to create a quick, temporary, private (visible only to the > thread that created it) database. For example.... > > [table name=mytable&fields=ID,NAME,PHONE] > 1 BOB 123-1234 > 2 MARY 234-2345 > 3 SCOTT 345-3456 > [/table] > > Then you can use the new table in any context that currently takes a db > parameter.... > > [search table=mytable&....] > > [append table=mytable] > > [delete table=mytable&.....] > > So, for convertchars or convertwords.... > > [table name=MyConvertTable&fields=FROM,TO] > 1 a > 2 b > [/table] > > [convertchars table=MyConvertTable].....[/convertchars] > > > > >> -----Original Message----- >> From: WebCatalog Talk >> [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf >> Of Kenneth Grome >> Sent: Thursday, July 18, 2002 7:03 PM >> To: WebCatalog Talk >> Subject: Re: Feature req. >> >> >> Even though the existing syntax is flexible, it's also a real pain in >> the ass to code. It requires that every time you want to change one >> or two chars or words, you must create an entirely new db just for >> that one specific purpose. Instead, why not create a new context: >> >> [change from=a&to=b&from=charlie&to=delta] >> >> Then we can do all our small changes on-the-fly, all from within the >> template that needs the conversion -- without having to deal with the >> creation of a special db. >> >> This proposed new syntax is ridiculously fast and easy to write, and >> it does not require any special db's, and it would be very easy for >> the webdna parsing engine to process as well, especially when you're >> only changing a few words or characters. >> >> I asked for this [change] context 4 or 5 years ago, but no one >> listened to me back then. Fortunately the new programmers at SMSI >> seem to be more open to acknowledging our true needs when we ask for >> improvements, so maybe we will have this capability some day ... >> >> :) >> >> >> Sincerely, >> Kenneth Grome >> >> --------------------------------------------------- >> WebDNA Professional Training and Development Center >> 175 J. Llorente Street +63 (32) 255-6921 >> Cebu City, Cebu 6000 kengrome@webdna.net >> Philippines http://www.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/ -- Alain Russell Blackpepper Interactive alain.russell@blackpepper.co.nz ph. 09 520 6280------------------------------------------------------------- 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/ Alain Russell

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:

relogin same user? (1998) FEATURE REQUEST: (was: Summarizing results. Is there a shortcut? (1999) [BULK] RE: [WebDNA] [BULK] Web Merchant Authorize net issues (2011) [URGENT] Different Results From Math Tag Depending On OS (2006) textA (1998) Runtime (1998) Upgrading old WebCat Database Files (1997) webcat license???? (1997) Webcatalog and CyberSTUD (1998) For you expert WebDNA coders (was Interesting speed (2003) Bug Report, maybe (1997) Using Eudora instead of Emailer, and cron facility (1998) gateway application timeouts (1998) Using [Showif] tag. Mac (1997) Price question (1998) Improper naming convections? (2004) inetinfo.exe (1999) re: Large databases in WebCat (1997) NT beta ReadMe missing (b12-b15) (1997) Webstar 1.3.1 PPC (1997)