help with the cf listget function

2000-05-03 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_0019_01BE95D8.30ABE9C0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

using cfselect I am wanting to be able to extract the values for the id =
number of the record as well as the value of the main field name for =
that record.

let me explain I have a tables that contains all the geographical =
regions of a state in the table

using the cf select function in a form I want the user to be able to =
select the region of their choice but by doing so it will pass the =
region name as well as the regionid number for that particular record

I believe I can do this using  cf list get function however I am not =
sure how to use the code exactly nor the correct syntax

the current code I ma using without the cf list get function is:

cfquery name=3D"RegionDropDown" datasource=3D"australianaccomm"
Select Distinct Region
FROM Regions
Order By Region
/cfquery

cfselect name=3D"Region" value=3D"RegionDropDown.Region" size=3D"1"
   option/option
   cfoutput query=3D"RegionDropDown"
   option#Region#/option
  /cfoutput
  /cfselect/td
=20


i look forward to your assistance

Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_0019_01BE95D8.30ABE9C0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2using cfselect I am wanting to be =
able to=20
extract the values for the id number of the record as well as the value =
of the=20
main field name for that record./FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2let me explain I have a tables that =
contains all=20
the geographical regions of a state in the table/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2using the cf select function in a =
form I want=20
the user to be able to select the region of their choice but by doing so =
it will=20
pass the region name as well as the regionid number for that particular=20
record/FONT/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV
DIVFONT color=3D#ff size=3D2I believe I can do this usingnbsp; =
cf list get=20
function however I am not sure how to use the code exactly nor the =
correct=20
syntax/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2the current code I ma using without =
the cf list=20
get function is:/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2lt;cfquery name=3D"RegionDropDown"=20
datasource=3D"australianaccomm"gt;BRSelect Distinct RegionBRFROM=20
RegionsBROrder By RegionBRlt;/cfquerygt;/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2lt;cfselect name=3D"Region"=20
value=3D"RegionDropDown.Region"=20
size=3D"1"gt;BRnbsp;nbsp;nbsp;lt;optiongt;lt;/optiongt;BRnbs=
p;nbsp;nbsp;lt;cfoutput=20
query=3D"RegionDropDown"gt;BRnbsp;nbsp;nbsp;lt;optiongt;#Region#=
lt;/optiongt;BRnbsp;nbsp;lt;/cfoutputgt;BR/FONTFONT=20
color=3D#ff =
size=3D2nbsp;nbsp;lt;/cfselectgt;lt;/tdgt;/FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2i look forward to your =
assistance/FONT/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_0019_01BE95D8.30ABE9C0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Fw: help with CFIF conditions and sort orders

2000-05-01 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_000F_01BE9435.DB17CC20
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable



a couple of quick questions

locally when I test it the results are fine when I upload it to the =
server and run it off the web I get an error message saying is should =
have used eq or is instead of =3D then when I do and I test it locally =
using either is or eq I get the error locally saying cf cannot determine =
the value of sortorder 



cfif sortorder =3D 1

CFQUERY DATASOURCE=3D"australianaccomm" NAME=3D"properties"

SELECT *

FROM Properties=20

WHERE=20

Region like '#form.region#%'=20

cfif PropertyName is not ""

AND PropertyName LIKE '#PropertyName#%'

/cfif

cfif StarRating is not ""

AND StarRating =3D '#StarRating#%'

/cfif

ORDER BY activestatus asc, propertyname asc

/CFQUERY

/cfif

also to add to the confusion when i select a value for star rating to =
outputs values greater than my selection and seems to ignore the =3D =
component of =3D

i look forward to your reply

Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au

=20

--=_NextPart_000_000F_01BE9435.DB17CC20
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVBR/DIV
DIVFONT color=3D#ff size=3D2FONT face=3DSystem size=3D2
PFONT face=3DAriala couple of quick questions/FONT/P
PSTRONGlocally when I test it the results are fine when I upload it =
to the=20
server and run it off the web I get an error message saying is should =
have used=20
eq or is instead of =3D then when I do and I test it locally using =
either is or eq=20
I get the error locally saying cf cannot determine the value of =
sortorder=20
/STRONG/P
Pnbsp;/P
PSTRONGlt;cfif sortorder =3D 1gt;/STRONG/P
PSTRONGlt;CFQUERY DATASOURCE=3D"australianaccomm"=20
NAME=3D"properties"gt;/STRONG/P
PSTRONGSELECT */STRONG/P
PSTRONGFROM Properties /STRONG/P
PSTRONGWHERE /STRONG/P
PSTRONGRegion like '#form.region#%' /STRONG/P
PSTRONGlt;cfif PropertyName is not ""gt;/STRONG/P
PSTRONGAND PropertyName LIKE '#PropertyName#%'/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PSTRONGlt;cfif StarRating is not ""gt;/STRONG/P
PSTRONGAND StarRating gt;=3D '#StarRating#%'/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PSTRONGORDER BY activestatus asc, propertyname asc/STRONG/P
PSTRONGlt;/CFQUERYgt;/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PFONT face=3DArialalso to add to the confusion when i select a value =
for star=20
rating to outputs values greater than my selection and seems to ignore =
the =3D=20
component of gt;=3D/FONT/P/FONT/FONT/DIV
DIVFONT color=3D#ff size=3D2i look forward to your =
reply/FONT/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_000F_01BE9435.DB17CC20--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



help with CFIF conditions and sort orders

2000-04-30 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_000B_01BE93C0.DB208CE0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

a couple of quick questions

locally when I test it the results are fine when I upload it to the =
server and run it off the web I get an error message saying is should =
have used eq or is instead of =3D then when I do and I test it locally =
using either is or eq I get the error locally saying cf cannot determine =
the value of sortorder 



cfif sortorder =3D 1

CFQUERY DATASOURCE=3D"australianaccomm" NAME=3D"properties"

SELECT *

FROM Properties=20

WHERE=20

Region like '#form.region#%'=20

cfif PropertyName is not ""

AND PropertyName LIKE '#PropertyName#%'

/cfif

cfif StarRating is not ""

AND StarRating =3D '#StarRating#%'

/cfif

ORDER BY activestatus asc, propertyname asc

/CFQUERY

/cfif

also to add to the confusion when i select a value for star rating to =
outputs values greater than my selection and seems to ignore the =3D =
component of =3D

i look forward to your reply

Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_000B_01BE93C0.DB208CE0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2FONT face=3DSystem size=3D2
PFONT face=3DAriala couple of quick questions/FONT/P
PSTRONGlocally when I test it the results are fine when I upload it =
to the=20
server and run it off the web I get an error message saying is should =
have used=20
eq or is instead of =3D then when I do and I test it locally using =
either is or eq=20
I get the error locally saying cf cannot determine the value of =
sortorder=20
/STRONG/P
Pnbsp;/P
PSTRONGlt;cfif sortorder =3D 1gt;/STRONG/P
PSTRONGlt;CFQUERY DATASOURCE=3D"australianaccomm"=20
NAME=3D"properties"gt;/STRONG/P
PSTRONGSELECT */STRONG/P
PSTRONGFROM Properties /STRONG/P
PSTRONGWHERE /STRONG/P
PSTRONGRegion like '#form.region#%' /STRONG/P
PSTRONGlt;cfif PropertyName is not ""gt;/STRONG/P
PSTRONGAND PropertyName LIKE '#PropertyName#%'/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PSTRONGlt;cfif StarRating is not ""gt;/STRONG/P
PSTRONGAND StarRating gt;=3D '#StarRating#%'/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PSTRONGORDER BY activestatus asc, propertyname asc/STRONG/P
PSTRONGlt;/CFQUERYgt;/STRONG/P
PSTRONGlt;/cfifgt;/STRONG/P
PFONT face=3DArialalso to add to the confusion when i select a value =
for star=20
rating to outputs values greater than my selection and seems to ignore =
the =3D=20
component of gt;=3D/FONT/P/FONT/FONT/DIV
DIVFONT color=3D#ff size=3D2i look forward to your =
reply/FONT/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_000B_01BE93C0.DB208CE0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help with Filername facility

2000-04-26 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_000D_01BE901F.F7046980
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

I am wanting to rename some image files that are uploaded my members of =
the public when they add their accommodation properties to my website

as I do not know the name of the file being uploaded nor the file =
extensions for these files that being jpg or gif how do I rename the =
files whilst not altering the file type indicated by the file extension

???



Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_000D_01BE901F.F7046980
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2I am wanting to rename some image =
files that are=20
uploaded my members of the public when they add their accommodation =
properties=20
to my website/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2as I do not know the name of the =
file being=20
uploaded nor the file extensions for these files that being jpg or gif =
how do I=20
rename the files whilst not altering the file type indicated by the file =

extension/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2???/FONT/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_000D_01BE901F.F7046980--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help with multiple logins with same user name

2000-04-24 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_0035_01BE8EC3.51DC1FA0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

hello I have a preview facility on my cf website so that viewers can log =
on as a guest to gain access to the site so preview all the sites =
functions and then be in a position to decide if they want to join the =
site membership is for free by the way.

my problem is that my general access login is "guest" password being =
"password" (yes I know how original :)))  )

however in the event that more than one person wants to preview the site =
at the same time I expect that there will be a problem as there will =
already be a person logged in as "guest" how can I get around this =
problem

I thank you for your assistance in this matter in advance

Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_0035_01BE8EC3.51DC1FA0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2hello I have a preview facility on =
my cf website=20
so that viewers can log on as a guest to gain access to the site so =
preview all=20
the sites functions and then be in a position to decide if they want to =
join the=20
site membership is for free by the way./FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2my problem is that my general access =
login is=20
"guest" password being "password" (yes I know how original =
:)))nbsp;=20
)/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2however in the event that more than =
one person=20
wants to preview the site at the same time I expect that there will be a =
problem=20
as there will already be a person logged in as "guest" how can I get =
around this=20
problem/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2I thank you for your assistance in =
this matter=20
in advance/FONT/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_0035_01BE8EC3.51DC1FA0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



HELP WITH CASE SENSITIVE LOGIN

2000-04-24 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_0046_01BE8ECB.8823B7A0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

my login page accepts lower case however if I type the same login name =
and password in upper case the system does not accept the login=20

if I recall I need to use the code nocase or something similar to that =
so that the system ignores the case in which the user enters in the =
login details=20

can I please have some guidance as to exactly the code needed to achieve =
this and exactly where is this placed



Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_0046_01BE8ECB.8823B7A0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3013.2600" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2my login page accepts lower case =
however if I=20
type the same login name and password in upper case the system does not =
accept=20
the login /FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2if I recall I need to use the code=20
lt;nocasegt; or something similar to that so that the system ignores =
the case=20
in which the user enters in the login details /FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2can I please have some guidance as =
to exactly=20
the code needed to achieve this and exactly where is this =
placed/FONT/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_0046_01BE8ECB.8823B7A0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: How do u add BROWSE toa file upload form?

2000-04-23 Thread Internet Gold Coast Properties

the following is the code i have used which works you will need to make
relevant file name changes of course

INPUT NAME="PhotoFile" SIZE=40 TYPE=FILE value=impsurphoto.jpg/td




Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 23, 2000 6:30 PM
Subject: How do u add BROWSE toa file upload form?


Hi, quick one. I was going through Ben Forta's book on how to make file
upload forms, and unfortunately the code does not include how to add the
BROWSE button so one can select the right file on one's hard drive
visually. That portion is missing from his example and there is no sample
of that example on the CD either:(

The code I have thus far is:

form action="upload.cfm"
method="POST"
enctype="multipart/form-data"
File: input type=FILE" NAME="File"BR
INPUT TYPE="SUBMIT"
/FORM

but again without the BROWSE button to select a file, its not that helpful.
Does anyone here know how to add that to this form?

Thanks in advance.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: [Hlelp with populating data across a 2 column table]

2000-04-09 Thread Internet Gold Coast Properties

no you misunderstand

I am wanting to have two columns of data within a table but have the data
filled from the query



Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 09, 2000 10:46 PM
Subject: Re: [Hlelp with populating data across a 2 column table]


try colspan "2"

"Internet Gold Coast Properties" [EMAIL PROTECTED]
wrote:
This is a multi-part message in MIME format.

--=_NextPart_000_000B_01BFA227.0342D8C0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

I have a series of press articles that I wish to add to the database and =
then have the titles appear in date order in the output page so as to =
create an articles index page.

as I am wanting to have the index page using a 2 column table how is it =
possible to populate a 2 column table


Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_000B_01BFA227.0342D8C0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2I have a series of press articles =
that I wish to=20
add to the database and then have the titles appear in date order in the =
output=20
page so as to create an articles index page./FONT/DIV
DIV /DIV
DIVFONT color=3D#ff size=3D2as I am wanting to have the index =
page using a 2=20
column table how is it possible to populate a 2 column =
table/FONT/DIV
DIV /DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIV /DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIV /DIV
DIVFONT color=3D#ff size=3D2/FONT /DIV/BODY/HTML

--=_NextPart_000_000B_01BFA227.0342D8C0--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the
body.



Get free email and a permanent address at http://www.netaddress.com/?N=1

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=stsbody=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Hlelp with populating data across a 2 column table

2000-04-08 Thread Internet Gold Coast Properties

This is a multi-part message in MIME format.

--=_NextPart_000_000B_01BFA227.0342D8C0
Content-Type: text/plain;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

I have a series of press articles that I wish to add to the database and =
then have the titles appear in date order in the output page so as to =
create an articles index page.

as I am wanting to have the index page using a 2 column table how is it =
possible to populate a 2 column table


Kind Regards

Claude Raiola
E-Mail: [EMAIL PROTECTED]
Website: www.internetgoldcoastproperties.com.au



--=_NextPart_000_000B_01BFA227.0342D8C0
Content-Type: text/html;
charset="windows-1257"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Dwindows-1257" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT color=3D#ff size=3D2I have a series of press articles =
that I wish to=20
add to the database and then have the titles appear in date order in the =
output=20
page so as to create an articles index page./FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2as I am wanting to have the index =
page using a 2=20
column table how is it possible to populate a 2 column =
table/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2BRKind Regards/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2Claude RaiolaBRE-Mail: A=20
href=3D"mailto:[EMAIL PROTECTED]"info@internetgold=
coastproperties.com.au/ABRWebsite:=20
A=20
href=3D"http://www.internetgoldcoastproperties.com.au"www.internetgoldco=
astproperties.com.au/A/FONT/DIV
DIVnbsp;/DIV
DIVFONT color=3D#ff size=3D2/FONTnbsp;/DIV/BODY/HTML

--=_NextPart_000_000B_01BFA227.0342D8C0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.