RE: Is it possible to break out the code in a table from a file that is read in

2001-06-22 Thread Larry Juncker

THANK YOU for the responses that I did receive on this issue.

I have worked out my problem and got it to work just fine.

It ends up a long process, but it was worth it.

Again Thanks to all who responded.

-Original Message-
From: Bill Davidson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 4:31 PM
To: CF-Talk
Subject: Re: Is it possible to break out the code in a table from a file
that is read in


I think the easiest way to do it is to modify the file slightly so that the
 for that piece of that table is different, so you can find it, like do
, which is perfectly legal, but it is different from the other 's
(or use a title="key" attribute or something).

", variable_that_contains_the_table_code) + 5>
", variable_that_contains_the_table_code,
begin_pos) -1>


Something like that should work.  I think.  If you use a different qualifier
instead of , just replace that bit.

-Bill
brainbox

- Original Message -
From: "Larry Juncker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 11:52 AM
Subject: Is it possible to break out the code in a table from a file that is
read in


> I sent this post yesterday and did not receive any kind of response, so I
> wanted to try once more.  Excuse me if it is too simple, but I am puzzled
on
> it.
>
> I have a file that has the code in it for a table.
> Is there a way that I can break out this table code into say q query or
> something that can be used?  I only want parts of the table code.
>
> For instance:
> 
>   
> Header
> Code1
> Code2
>   
> 
> I wan to be able to extract only the Code 2 cells of each row in the
table.
>
> Hope this makes sense.
>
> TIA
>
>
> Larry Juncker
> Senior Cold Fusion Developer
> Heartland Communications Group, Inc.
> [EMAIL PROTECTED]
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is it possible to break out the code in a table from a file that is read in

2001-06-21 Thread Bill Davidson

I think the easiest way to do it is to modify the file slightly so that the
 for that piece of that table is different, so you can find it, like do
, which is perfectly legal, but it is different from the other 's
(or use a title="key" attribute or something).

", variable_that_contains_the_table_code) + 5>
", variable_that_contains_the_table_code,
begin_pos) -1>


Something like that should work.  I think.  If you use a different qualifier
instead of , just replace that bit.

-Bill
brainbox

- Original Message -
From: "Larry Juncker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 11:52 AM
Subject: Is it possible to break out the code in a table from a file that is
read in


> I sent this post yesterday and did not receive any kind of response, so I
> wanted to try once more.  Excuse me if it is too simple, but I am puzzled
on
> it.
>
> I have a file that has the code in it for a table.
> Is there a way that I can break out this table code into say q query or
> something that can be used?  I only want parts of the table code.
>
> For instance:
> 
>   
> Header
> Code1
> Code2
>   
> 
> I wan to be able to extract only the Code 2 cells of each row in the
table.
>
> Hope this makes sense.
>
> TIA
>
>
> Larry Juncker
> Senior Cold Fusion Developer
> Heartland Communications Group, Inc.
> [EMAIL PROTECTED]
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists