Re: [append] problems v2

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 51334
interpreted = N
texte = [sandboxID] is a WebDNA 5 global tag that will resolve to the current sandbox ID, if the template IS running in a Sandbox. So that bit of code simply displays the given message if the template is not being run from a sandbox folder. > -----Original Message----- > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > Tim Robinson > Sent: Tuesday, June 24, 2003 11:55 PM > To: WebDNA Talk > Subject: [append] problems v2 > > > What does this mean on a sandbox index.tpl page? > > [showif [sandboxid]=] > This page can only be displayed in a 'sandbox' enabled system folder. > [/showif] > > Regards, > Tim > -- > Tim Robinson > IDFK Web Developments > tim@idfk.com.au > 114a/40 Yeo Street > Neutral Bay 2089 > Australia > Phone +612 9908 2134 > Fax +612 9908 4837 > > > From: "Scott Anderson" > > Reply-To: (WebDNA Talk) > > Date: Tue, 24 Jun 2003 23:35:37 -0700 > > To: (WebDNA Talk) > > Subject: Re: [append] problems > > > > If you are going to automate the sandbox creation process, > be sure you also > > include a formpost with the command value of "SandboxPut", > as your 'last > > step': > > > > > > > > This will force the WebDNA engine to flush and reload its > internal Sandbox > > data structures, and create emailer and trigger threads for your new > > sandbox. > > > > You could also just use the WebDNA code from the > > WebCatalogEngine/ISPSandbox/index.tpl template. > > > > > > > >> -----Original Message----- > >> From: WebDNA Talk > [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >> Tim Robinson > >> Sent: Tuesday, June 24, 2003 11:23 PM > >> To: WebDNA Talk > >> Subject: Re: [append] problems > >> > >> > >> For the record, I've managed to do this with a [Writefile] > >> instead. Because > >> the db hadn't been used, could just overwrite the default one. > >> > >> Regards, > >> Tim > >> -- > >> Tim Robinson > >> IDFK Web Developments > >> tim@idfk.com.au > >> 114a/40 Yeo Street > >> Neutral Bay 2089 > >> Australia > >> Phone +612 9908 2134 > >> Fax +612 9908 4837 > >> > >>> From: Alain Russell > >>> Reply-To: (WebDNA Talk) > >>> Date: Wed, 25 Jun 2003 18:04:55 +1200 > >>> To: (WebDNA Talk) > >>> Subject: Re: [append] problems > >>> > >>> Yes but users.db is reserved for the sandbox you are in I imagine. > >>> On 4.5.1 you can just append to users.db from anywhere - > >> doesn't need the > >>> path, I guess in a sandbox it goes to the sandbox specific > >> users.db .. > >>> > >>> > >>> > >>>> Hi Alain, thanks for that. But reserved for what? I'm > >> basically doing > >>>> exactly the same as when you do it through the sandbox > >> admin! That's an > >>>> append... > >>>> > >>>> Regards, > >>>> Tim > >>> > >>> > >>> > >>> ------------------------------------------------------------- > >>> 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/ > > > > > > ------------------------------------------------------------- > > 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/ ------------------------------------------------------------- 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: [append] problems v2 ( "Scott Anderson" 2003)
  2. [append] problems v2 ( Tim Robinson 2003)
[sandboxID] is a WebDNA 5 global tag that will resolve to the current sandbox ID, if the template IS running in a Sandbox. So that bit of code simply displays the given message if the template is not being run from a sandbox folder. > -----Original Message----- > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > Tim Robinson > Sent: Tuesday, June 24, 2003 11:55 PM > To: WebDNA Talk > Subject: [append] problems v2 > > > What does this mean on a sandbox index.tpl page? > > [showif [sandboxid]=] > This page can only be displayed in a 'sandbox' enabled system folder. > [/showif] > > Regards, > Tim > -- > Tim Robinson > IDFK Web Developments > tim@idfk.com.au > 114a/40 Yeo Street > Neutral Bay 2089 > Australia > Phone +612 9908 2134 > Fax +612 9908 4837 > > > From: "Scott Anderson" > > Reply-To: (WebDNA Talk) > > Date: Tue, 24 Jun 2003 23:35:37 -0700 > > To: (WebDNA Talk) > > Subject: Re: [append] problems > > > > If you are going to automate the sandbox creation process, > be sure you also > > include a formpost with the command value of "SandboxPut", > as your 'last > > step': > > > > > > > > This will force the WebDNA engine to flush and reload its > internal Sandbox > > data structures, and create emailer and trigger threads for your new > > sandbox. > > > > You could also just use the WebDNA code from the > > WebCatalogEngine/ISPSandbox/index.tpl template. > > > > > > > >> -----Original Message----- > >> From: WebDNA Talk > [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > >> Tim Robinson > >> Sent: Tuesday, June 24, 2003 11:23 PM > >> To: WebDNA Talk > >> Subject: Re: [append] problems > >> > >> > >> For the record, I've managed to do this with a [writefile] > >> instead. Because > >> the db hadn't been used, could just overwrite the default one. > >> > >> Regards, > >> Tim > >> -- > >> Tim Robinson > >> IDFK Web Developments > >> tim@idfk.com.au > >> 114a/40 Yeo Street > >> Neutral Bay 2089 > >> Australia > >> Phone +612 9908 2134 > >> Fax +612 9908 4837 > >> > >>> From: Alain Russell > >>> Reply-To: (WebDNA Talk) > >>> Date: Wed, 25 Jun 2003 18:04:55 +1200 > >>> To: (WebDNA Talk) > >>> Subject: Re: [append] problems > >>> > >>> Yes but users.db is reserved for the sandbox you are in I imagine. > >>> On 4.5.1 you can just append to users.db from anywhere - > >> doesn't need the > >>> path, I guess in a sandbox it goes to the sandbox specific > >> users.db .. > >>> > >>> > >>> > >>>> Hi Alain, thanks for that. But reserved for what? I'm > >> basically doing > >>>> exactly the same as when you do it through the sandbox > >> admin! That's an > >>>> append... > >>>> > >>>> Regards, > >>>> Tim > >>> > >>> > >>> > >>> ------------------------------------------------------------- > >>> 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/ > > > > > > ------------------------------------------------------------- > > 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/ ------------------------------------------------------------- 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/ "Scott Anderson"

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:

redirect not passing vars (2004) Sort Order on a page search (1997) [/application] error? (1997) Cart Numbers (1997) Security Issues and WebCommerce Solution (1997) [WebDNA] RESTART WebDNA (2016) WebCat2b12plugin - [search] is broken ... not! (1997) formula inside database to calculate weights (1997) pay processing (2001) Frames and WebCat (1997) Getting around DOS filenames (2000) Search (1997) Initiating NewCart (1997) [input] [/input] (1997) WebCat2 as a chat server? (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) Summing fields (1997) RE: WebCatalog2 for NT Beta Request (1997) questions on variations of Ken's [text (1999) [WebDNA] WebDNA Hosts (2009)