Alternating the color of table rows

2000-03-31 Thread Bogesdorfer, Dan L.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9B33.9E5B8AA0
Content-Type: text/plain;
charset="iso-8859-1"

How can I alternate the color of my table rows.  What I'm trying to do is
make every other row a light blue.

thanks...

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628

--_=_NextPart_001_01BF9B33.9E5B8AA0
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLEAlternating the color of table rows/TITLE
/HEAD
BODY

PFONT SIZE=2How can I alternate the color of my table rows.nbsp; What I'm trying 
to do is make every other row a light blue./FONT
/P

PFONT SIZE=2thanks.../FONT
/P

PFONT SIZE=2Daniel Bogesdorfer/FONT
BRFONT SIZE=2Programmer/Analyst/FONT
BRFONT SIZE=2RSL COM USA INC/FONT
BRFONT SIZE=2Voice 412.244.6628/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01BF9B33.9E5B8AA0--
--
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: Alternating the color of table rows

2000-03-31 Thread Bogesdorfer, Dan L.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9B35.A5851EC0
Content-Type: text/plain;
charset="iso-8859-1"

Thanks for everyone who responded so Quck

thanks..

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628


-Original Message-
From: Ron Anderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 31, 2000 12:21 PM
To: [EMAIL PROTECTED]
Subject: RE: Alternating the color of table rows


Here's one way:

CFIF (CurrentRow MOD 2) gt 0
   CFSET BGCOLOR = "##FF"
CFELSE
   CFSET BGCOLOR = "##CC"
/CFIF

-----Original Message-
From: Bogesdorfer, Dan L. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 31, 2000 9:08 AM
To: '[EMAIL PROTECTED]'
Subject: Alternating the color of table rows


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9B33.9E5B8AA0
Content-Type: text/plain;
charset="iso-8859-1"

How can I alternate the color of my table rows.  What I'm trying to do is
make every other row a light blue.

thanks...

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628

--_=_NextPart_001_01BF9B33.9E5B8AA0
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLEAlternating the color of table rows/TITLE
/HEAD
BODY

PFONT SIZE=2How can I alternate the color of my table rows.nbsp; What
I'm trying to do is make every other row a light blue./FONT
/P

PFONT SIZE=2thanks.../FONT
/P

PFONT SIZE=2Daniel Bogesdorfer/FONT
BRFONT SIZE=2Programmer/Analyst/FONT
BRFONT SIZE=2RSL COM USA INC/FONT
BRFONT SIZE=2Voice 412.244.6628/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01BF9B33.9E5B8AA0--

--
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.

--_=_NextPart_001_01BF9B35.A5851EC0
Content-Type: text/html;
charset="iso-8859-1"

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
TITLERE: Alternating the color of table rows/TITLE
/HEAD
BODY

PFONT SIZE=2Thanks for everyone who responded so Quck/FONT
/P

PFONT SIZE=2thanks../FONT
/P

PFONT SIZE=2Daniel Bogesdorfer/FONT
BRFONT SIZE=2Programmer/Analyst/FONT
BRFONT SIZE=2RSL COM USA INC/FONT
BRFONT SIZE=2Voice 412.244.6628/FONT
/P
BR

PFONT SIZE=2-Original Message-/FONT
BRFONT SIZE=2From: Ron Anderson [A 
HREF="mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=2Sent: Friday, March 31, 2000 12:21 PM/FONT
BRFONT SIZE=2To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=2Subject: RE: Alternating the color of table rows/FONT
/P
BR

PFONT SIZE=2Here's one way:/FONT
/P

PFONT SIZE=2lt;CFIF (CurrentRow MOD 2) gt 0gt;/FONT
BRFONT SIZE=2nbsp;nbsp; lt;CFSET BGCOLOR = quot;##FFquot;gt;/FONT
BRFONT SIZE=2lt;CFELSEgt;/FONT
BRFONT SIZE=2nbsp;nbsp; lt;CFSET BGCOLOR = quot;##CCquot;gt;/FONT
BRFONT SIZE=2lt;/CFIFgt;/FONT
/P

PFONT SIZE=2-Original Message-/FONT
BRFONT SIZE=2From: Bogesdorfer, Dan L. [A 
HREF="mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=2Sent: Friday, March 31, 2000 9:08 AM/FONT
BRFONT SIZE=2To: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=2Subject: Alternating the color of table rows/FONT
/P
BR

PFONT SIZE=2This message is in MIME format. Since your mail reader does not 
understand/FONT
BRFONT SIZE=2this format, some or all of this message may not be legible./FONT
/P

PFONT SIZE=2--_=_NextPart_001_01BF9B33.9E5B8AA0/FONT
BRFONT SIZE=2Content-Type: text/plain;/FONT
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT 
SIZE=2charset=quot;iso-8859-1quot;/FONT
/P

PFONT SIZE=2How can I alternate the color of my table rows.nbsp; What I'm trying 
to do is/FONT
BRFONT SIZE=2make every other row a light blue./FONT
/P

PFONT SIZE=2thanks.../FONT
/P

PFONT SIZE=2Daniel Bogesdorfer/FONT
BRFONT SIZE=2Programmer/Analyst/FONT
BRFONT SIZE=2RSL COM USA INC/FONT
BRFONT SIZE=2Voice 412.244.6628/

Building Order Entry or Contract Apps?

2000-03-30 Thread Bogesdorfer, Dan L.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9A63.8F9AF440
Content-Type: text/plain;
charset="iso-8859-1"

Being fairly new to the list I'm wondering what type of Web Apps are being
built by other users out there.  We have a fairly large number of in-house
applications built using client server technology.  Of those our big ones
are Order Entry and Contract Administration.  Has anyone out there done
these types of applications with Cold Fusion.  In our current scenario we
typically have anywhere between 75-100 simultaneous users on a Oracle/Rdb
backend entering/editing Orders and Contracts.

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628


-Original Message-
From: Fred Sanders [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: Loading Data to/from Frames


Your on the money but you'll want to store it as an application scoped
variable, I do this a lot with drop down box queries that don't change a lot
if at all.

Fred
- Original Message -----
From: "Bogesdorfer, Dan L." [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 30, 2000 10:02 AM
Subject: RE: Loading Data to/from Frames


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01BF9A61.4C980680
 Content-Type: text/plain;
 charset="iso-8859-1"

 I'm also new to the list but saw something that I had read that was
 interesting.  We are thinking of moving our current apps over to cold
fusion
 and we currently build our lists each time the user logs on.  If your data
 is fairly static, only changing once a week, you could store your data in
an
 server variable and call that variable when needed.  In our case we have
 employee lists that are 2000 list lines.  So instead of building this list
 each time the user logs on to the app the variable is brought over from
the
 server with all the data.  This variable list is rebuilt once a week.  HTH

 Daniel Bogesdorfer
 Programmer/Analyst
 RSL COM USA INC
 Voice 412.244.6628


 -Original Message-
 From: Kevin Gatlin [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 30, 2000 10:48 AM
 To: [EMAIL PROTECTED]
 Subject: Loading Data to/from Frames


 This is a multi-part message in MIME format.

 --=_NextPart_000_004D_01BF9A35.7C04D960
 Content-Type: text/plain;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable


 Hello all,

 Newbie here.  I've been lurking in the background for sometime now but =
 want to get in the mainstream of things and of course have hit a =
 roadblock.

 I want to use a hidden frame to store a fairly large amount of data so =
 the user only has to wait for the initial download but subsequent code =
 manipulation could be pulled from the hidden frame instead of having to =
 hit the server.  For instance, when the main body frame is loaded =
 (called) I would like for it to query the hidden frame for data verses =
 pulling the data from the server.  Some of the data that would be stored =
 in the hidden frame would be approximately 2K to 3K items that will =
 populate dropdown boxes.  The hidden frame data would not need to change =
 during the client's session so for the most part it is static.

 I know you can reference the hidden field via JavaScript but can you do =
 this effectively via CF?  What I have done so far is use the onload =
 method in JavaScript to populate fields and dropdown boxes when loading =
 the main body frame but I need CF to know about data elements in the =
 hidden frame also.  WDDX may come into play here but I have not tried to =
 tackle that one yet.

 Any help and guidance would be greatly appreciated.

 Regards,
 Kevin

 

 Kevin Gatlin
 The Rivanna Group
 [EMAIL PROTECTED]


 --=_NextPart_000_004D_01BF9A35.7C04D960
 Content-Type: text/html;
 charset="Windows-1252"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Dwindows-1252" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVnbsp;/DIV
 DIVFONT size=3D2Hello all,/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2Newbie here.nbsp; I've been lurking in the =
 background for=20
 sometime now but want to get in the mainstream of things and of course =
 have hit=20
 a roadblock./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT size=3D2I want to use a hidden frame to store a fairly large =
 amount of=20
 data so the user only has to wait for the initial download but =
 subsequent code=20
 manipulation could be pulled from the hidden frame instead of having to =
 hit the=20
 server.nbs

RE: Database question.

2000-03-30 Thread Bogesdorfer, Dan L.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9A8A.CB93F920
Content-Type: text/plain;
charset="iso-8859-1"

Microsoft clearly explains that Access is really a development database and
should not be used when there are more than a few users.  I can give you the
link on Microsoft's web site if you like.  I'd go with MS SQL.  Its fairly
easy to use when compared with other databases like Oracle.

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628


-Original Message-
From: Shawn Regan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 3:48 PM
To: '[EMAIL PROTECTED]'
Subject: Database question.


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF9A89.3FBB16A0
Content-Type: text/plain;
charset="iso-8859-1"


Hey guys,

I need to know how much an Access database can handle, like hits per hour
type of information. I need to know when I build an application which
database I can use. Access or MS SQL. If anyone has any docs or sites that
state this type of information, please let me know.

TIA
Shawn Regan

--_=_NextPart_001_01BF9A89.3FBB16A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLEDatabase question./TITLE
/HEAD
BODY
BR

PFONT SIZE=3D2Hey guys,/FONT
/P

PFONT SIZE=3D2I need to know how much an Access database can =
handle, like hits per hour type of information. I need to know when I =
build an application which database I can use. Access or MS SQL. If =
anyone has any docs or sites that state this type of information, =
please let me know./FONT/P

PFONT SIZE=3D2TIA/FONT
BRFONT SIZE=3D2Shawn Regan/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01BF9A89.3FBB16A0--

--
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.

--_=_NextPart_001_01BF9A8A.CB93F920
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: Database question./TITLE
/HEAD
BODY

PFONT SIZE=3D2Microsoft clearly explains that Access is really a =
development database and should not be used when there are more than a =
few users.nbsp; I can give you the link on Microsoft's web site if you =
like.nbsp; I'd go with MS SQL.nbsp; Its fairly easy to use when =
compared with other databases like Oracle./FONT/P

PFONT SIZE=3D2Daniel Bogesdorfer/FONT
BRFONT SIZE=3D2Programmer/Analyst/FONT
BRFONT SIZE=3D2RSL COM USA INC/FONT
BRFONT SIZE=3D2Voice 412.244.6628/FONT
/P
BR

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Shawn Regan [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=3D2Sent: Thursday, March 30, 2000 3:48 PM/FONT
BRFONT SIZE=3D2To: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=3D2Subject: Database question./FONT
/P
BR

PFONT SIZE=3D2This message is in MIME format. Since your mail =
reader does not understand/FONT
BRFONT SIZE=3D2this format, some or all of this message may not be =
legible./FONT
/P

PFONT SIZE=3D2--_=3D_NextPart_001_01BF9A89.3FBB16A0/FONT
BRFONT SIZE=3D2Content-Type: text/plain;/FONT
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT =
SIZE=3D2charset=3Dquot;iso-8859-1quot;/FONT
/P
BR

PFONT SIZE=3D2Hey guys,/FONT
/P

PFONT SIZE=3D2I need to know how much an Access database can =
handle, like hits per hour/FONT
BRFONT SIZE=3D2type of information. I need to know when I build an =
application which/FONT
BRFONT SIZE=3D2database I can use. Access or MS SQL. If anyone has =
any docs or sites that/FONT
BRFONT SIZE=3D2state this type of information, please let me =
know./FONT
/P

PFONT SIZE=3D2TIA/FONT
BRFONT SIZE=3D2Shawn Regan/FONT
/P

PFONT SIZE=3D2--_=3D_NextPart_001_01BF9A89.3FBB16A0/FONT
BRFONT SIZE=3D2Content-Type: text/html;/FONT
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT =
SIZE=3D2charset=3Dquot;iso-8859-1quot;/FONT
BRFONT SIZE=3D2Content-Transfer-Encoding: quoted-printable/FONT
/P

PFONT SIZE=3D2lt;!DOCTYPE HTML PUBLIC quot;-//W3C//DTD HTML =
3.2//ENquot;gt;/FONT
BRFONT SIZE=3D2lt;HTMLgt;/FONT
BRFONT SIZE=3D2lt;HEADgt;/FONT
BRFONT SIZE=3D2lt;META HTTP-EQUIV=3D3Dquot;Content-Typequot; =
CONTENT=3D3Dquot;text/html; =3D/FONT
BRFONT 

Newbie to the List from client server

2000-03-29 Thread Bogesdorfer, Dan L.

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BF99C8.2BF5C820
Content-Type: text/plain;
charset="iso-8859-1"

I've been developing in Omnis and Omnis Studio for the past 5 years and I am
making the move over to Cold Fusion. I've been putting together some test
apps but nothing major.  What I am trying to find out is what do you find to
be the best development tool/add-ons for Cold Fusion Studio?  What I am
trying to do is take alot of our existing applications, Action Requests,
Contract Administration, Calling Card Maintenance. and develop them
using Cold Fusion Studio / Cold Fusion Enterprise Server.
What I've found most difficult coming from the client server over to
the web is that alot of requests must be posted to another page.  Is there a
way that I can have a user input a calling card number or last name and have
the "SAME" page display all found customers in a list/table field then have
my user either single click or double click to load the customer information
on the same page into the appropriate fields?

thanks

Daniel Bogesdorfer
Programmer/Analyst
RSL COM USA INC
Voice 412.244.6628


--_=_NextPart_001_01BF99C8.2BF5C820
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLENewbie to the List from client server/TITLE
/HEAD
BODY

PFONT SIZE=3D2 FACE=3D"Arial"I've been developing in Omnis and =
Omnis Studio for the past 5 years and I am making the move over to Cold =
Fusion. I've been putting together some test apps but nothing =
major.nbsp; What I am trying to find out is what do you find to be the =
best development tool/add-ons for Cold Fusion Studio?nbsp; What I am =
trying to do is take alot of our existing applications, Action =
Requests, Contract Administration, Calling Card Maintenance. and =
develop them using Cold Fusion Studio / Cold Fusion Enterprise =
Server./FONT/P

Pnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; FONT SIZE=3D2 =
FACE=3D"Arial"What I've found most difficult coming from the client =
server over to the web is that alot of requests must be posted to =
another page.nbsp; Is there a way that I can have a user input a =
calling card number or last name and have the quot;SAMEquot; page =
display all found customers in a list/table field then have my user =
either single click or double click to load the customer information on =
the same page into the appropriate fields?/FONT/P

PFONT SIZE=3D2 FACE=3D"Arial"thanks/FONT
/P

PFONT COLOR=3D"#00" SIZE=3D2 FACE=3D"Arial"Daniel =
Bogesdorfer/FONT
BRFONT COLOR=3D"#00" SIZE=3D2 =
FACE=3D"Arial"Programmer/Analyst/FONT
BRFONT COLOR=3D"#00" SIZE=3D2 FACE=3D"Arial"RSL COM USA =
INC/FONT
BRFONT COLOR=3D"#00" SIZE=3D2 FACE=3D"Arial"Voice =
412.244.6628/FONT
/P

/BODY
/HTML
--_=_NextPart_001_01BF99C8.2BF5C820--
--
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.