[wdvltalk] RE: ASP or VBscript problem

2002-12-10 Thread Ben Joyce
> Ben wrote: > Tim, your method of replying/quoting is truly magnificent :) > > Tim: > Too many years on email listservers. One in > particular discussed religion and philosophy at great lengths > (along with community > stuff) - separating out replies was the only way to keep > things strai

[wdvltalk] RE: ASP or VBscript problem

2002-12-10 Thread Furry, Tim
Ben wrote: Tim, your method of replying/quoting is truly magnificent :) Tim: Too many years on email listservers. One in particular discussed religion and philosophy at great lengths (along with community stuff) - separating out replies was the only way to keep things straight for some of the t

[wdvltalk] RE: ASP or VBscript problem

2002-12-09 Thread Ben Joyce
Tim, your method of replying/quoting is truly magnificent :) Comments at the bottom... > Tim (previously): > > You'll need to change the ASP page > > (assuming you've added or removed dynamic content from the > > output page), and you'll have to change the HTML template. > > Ben: > Ahh, well

[wdvltalk] RE: ASP or VBscript problem

2002-12-09 Thread Furry, Tim
Tim (previously): > You'll need to change the ASP page > (assuming you've added or removed dynamic content from the > output page), and you'll have to change the HTML template. Ben: Ahh, well yes. For example if you've added/removed some fields from the datasource then you would have to modif

[wdvltalk] RE: ASP or VBscript problem

2002-12-06 Thread Ben Joyce
comments inline... > -Original Message- > From: Furry, Tim [mailto:[EMAIL PROTECTED]] > Sent: 06 December 2002 14:55 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: ASP or VBscript problem > > > (Sorry for the response delay, I'm on the WDVL digest)

[wdvltalk] RE: ASP or VBscript problem

2002-12-06 Thread Furry, Tim
(Sorry for the response delay, I'm on the WDVL digest) Ben "failing that" wrote: failing that, build your HTML pages as templates and read them in using the FSO, replacing 'fields' in the mark-up, such [this] and [that], with real data at run-time. this has two advantages over Context-Switching a

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Cheryl D. Wise
FSO = File System Object See http://wdvl.internet.com/Authoring/ASP/FSO/ Cheryl D. Wise WiserWays Office: 713.353.0139 Mobile: 713.412.0406 [EMAIL PROTECTED] • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Post

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
---Original Message- > From: Casey Crookston [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 16:12 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: ASP or VBscript problem > > > Does that make any sense? > > No. Let's start here: what does "open the H

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Gerenday, Perry (P.)
-Original Message- From: Casey Crookston [mailto:[EMAIL PROTECTED]] > >>Add "& vbCrLf" to the end of all your Response.Write lines.<< > > Well, All bee! > > Casey You didn't finish the statement. Did you mean, "Well, All bee DIM ed? ;) Perry Gerenday www.klugelab.com www.webin

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Adam Blair
Is Nothing Then Out = TStream.ReadAll TStream.Close End If End If ReadFileIntoString = Out End Function -Original Message- From: Mark Groen [mailto:[EMAIL PROTECTED]] Sent: 05 December 2002 16:23 To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: ASP or VBscript problem

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Mark Groen
On December 05, 2002 at 10:59, Gerenday, Perry (P.) wrote: > -Original Message- > From: Ben Joyce [mailto:[EMAIL PROTECTED]] > > > > failing that, build your HTML pages as templates and read > > them in using > > the FSO, replacing 'fields' in the mark-up, such [this] and > > [that

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Casey Crookston
>>Add "& vbCrLf" to the end of all your Response.Write lines.<< Well, All bee! Casey • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk dig

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Casey Crookston
Does that make any sense? No. Let's start here: what does "open the HTML file using the FileSystemObject" mean. -Original Message- From: Ben Joyce Build your html page (or block of HTML if you need to repeat rows of data). Then, open the HTML file using the FileSystemObject (Scriptin

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
> Tim said: > > I also take the time to go back and View Source from the > browser after I've converted to Response.Writes, just to make > sure the HTML is getting indented nicely and looks good. I > am different than JR in the fact that I have the ASP kick out > the extra whitespace to retai

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
> -Original Message- > From: Ben Joyce [mailto:[EMAIL PROTECTED]] > > > > failing that, build your HTML pages as templates and read > > them in using > > the FSO, replacing 'fields' in the mark-up, such [this] and > > [that], with > > real data at run-time. > > Ben, > > Greenh

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Casey Crookston
Tim said: I also take the time to go back and View Source from the browser after I've converted to Response.Writes, just to make sure the HTML is getting indented nicely and looks good. I am different than JR in the fact that I have the ASP kick out the extra whitespace to retain the HTML formatt

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
Failing that I really must stop saying "failing that". :) > -Original Message- > From: J.R. Pitts [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 15:52 > To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: ASP or VBscript problem > > > Ben, > &

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Casey Crookston
>>I have no idea what you just said. What's an FSO? What's the rest of what you said?<< Ditto. -Original Message- From: Gerenday, Perry -Original Message- From: Ben Joyce [mailto:[EMAIL PROTECTED]] > failing that, build your HTML pages as templates and read > them in usi

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
To: [EMAIL PROTECTED] > Subject: [wdvltalk] RE: ASP or VBscript problem > > > Ben, > > do you have any links to examples of scripts using that > implementation? > > > > -Original Message- > From: Ben Joyce [mailto:[EMAIL PROTECTED]] > Sent:

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Gerenday, Perry (P.)
-Original Message- From: Ben Joyce [mailto:[EMAIL PROTECTED]] > failing that, build your HTML pages as templates and read > them in using > the FSO, replacing 'fields' in the mark-up, such [this] and > [that], with > real data at run-time. Ben, Greenhorn Newbie Alert I have

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread J.R. Pitts
Ben, do you have any links to examples of scripts using that implementation? -Original Message- From: Ben Joyce [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: ASP or VBscript problem failing that, build your HTML

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Ben Joyce
ML without interfering with the ASP, and the ASP code isn't tied down to pay particualr page layouts, formatting, etc. hth, .ben > -Original Message- > From: Furry, Tim [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 15:30 > To: [EMAIL PROTECTED] > Subject: [wdvltal

[wdvltalk] RE: ASP or VBscript problem

2002-12-05 Thread Furry, Tim
Casey wrote: On a separate note, jumping in and out of VBScript causes system slowdown, and in the long run you'll have better performance if you were to do something like this: Perry (my alter-ego ) responded: H. Not to argue (I'm way too green at asp) but I was under the impression that dro

[wdvltalk] RE: ASP or VBscript problem

2002-12-04 Thread Gerenday, Perry (P.)
-Original Message- From: J.R. Pitts [mailto:[EMAIL PROTECTED]] > ...Check for known values, if neither exists, you have null. J.R. Thanks for responds.writing(post). I think I was encountering a case sensitivity issue which cause my test to fail. I am using your suggestion to check fo

[wdvltalk] RE: ASP or VBscript problem

2002-12-04 Thread Gerenday, Perry (P.)
-Original Message- From: Casey Crookston [mailto:[EMAIL PROTECTED]] > ...jumping in and out of VBScript causes system > slowdown, and in the long run you'll have better performance > if you were > to do something like this: > > <% > ElseIf ThePresented = "" Then > Response.write

[wdvltalk] RE: ASP or VBscript problem

2002-12-04 Thread Casey Crookston
On a separate note, jumping in and out of VBScript causes system slowdown, and in the long run you'll have better performance if you were to do something like this: <% ElseIf ThePresented = "" Then Response.write ("Please indicate whether you have presented this issue to someone for resolution. ")

[wdvltalk] RE: ASP or VBscript problem

2002-12-03 Thread J.R. Pitts
You check if the radio group "name" value is equivalent to the "value" value for the respective button. ie... if ThePresented is the name of the group, with a button of value Yes checked, then If ThePresented = "Yes" You are basically doing it right, but don't try checking for a null. Check for

[wdvltalk] Re: ASP or VBscript problem

2002-12-03 Thread Bj
- Original Message - From: "Gerenday, Perry (P.)" <[EMAIL PROTECTED]> > One of the inputs on the form is a set of radio buttons; > Yes or NO. If the user clicks "Yes" they also need to fill > in a date text box. My question is; how do I tell whether the > radio value is Yes or No? You giv