RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
then include it for the user, this seems to be the best way to go. Thanks Robert J. Bailey (646) 526-4536 -Original Message- From: Chris Maloney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:32 PM To: CF-Talk Subject: RE: Can I run CFML code that I pull form my database

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Chris Maloney
will work, provided however, you are only using CF functions and not using tags. Since you are using tags this method is not an option. Chris -Original Message- From: Robert J. Bailey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:28 PM To: CF-Talk Subject: Can I run CFML code t

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
PM To: CF-Talk Subject: Re: Can I run CFML code that I pull form my database? Wrap the string from SQL Server in an #Eval()# statement. It'll take a bit of escaping a whatnot, but it should work. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Robert J. Bailey" wro

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Jann VanOver
To: CF-Talk Subject: Re: Can I run CFML code that I pull form my database? Wrap the string from SQL Server in an #Eval()# statement. It'll take a bit of escaping a whatnot, but it should work. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Robert J. Bailey" wrote:

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
code that I pull form my database? It will work if you change to regular HTML FORM tags etc. - Original Message - From: "Robert J. Bailey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 2:27 PM Subject: Can I run CFML c

Re: Can I run CFML code that I pull form my database?

2001-05-09 Thread Billy Cravens
Wrap the string from SQL Server in an #Eval()# statement. It'll take a bit of escaping a whatnot, but it should work. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Robert J. Bailey" wrote: > OK, here is what I am doing. I am executing a stored procedure which grabs > some code

Re: Can I run CFML code that I pull form my database?

2001-05-09 Thread Dave f
It will work if you change to regular HTML FORM tags etc. - Original Message - From: "Robert J. Bailey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 2:27 PM Subject: Can I run CFML code that I pull form my dat

Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
OK, here is what I am doing. I am executing a stored procedure which grabs some code from my SQL server and then displays it on the page. Mostly what this is for is my forms, which I would like to keep in the DB so I can easily change them. The problem being that the CFFORM tag as well as my CFINP