RE: Query in between dates

2001-04-20 Thread JLB

I had a problem like that and I believe what I ended up doing was using
dateformat on the form submitted date like
TodayDate='#DateFormat(formdate,"mm/dd/yy")#'

-Original Message-
From: Peter Benoit [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 10:39 AM
To: CF-Talk
Subject: Query in between dates


Hi,

I know I've seen this but I cannot figure out what I'm doing wrong.

I have an Access Database with a field named outageDate which is a Date/Time
field.  I want to produce a report built off a query of dates between
certain dates.

what I have is :

cfquery name="dayData" datasource="#DSN#"
   SELECT *
   FROM outageReport
   WHERE outageDate = #then#
   AND outageDate = #now#
/cfquery

Which doesn't work.  The dates in my Database look like: 05/10/2001, #then#
and #now# look the same.  There is no error, just nothing returned even
though I have records which should return.

I'm confused!

Pete
~~
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: Netscape equivalent of iframe

2001-04-19 Thread JLB

Yeah I think the only way to display a .ppt in NN is to convert it to html
and then use that as the source for the layer. There is an option under
the file menu I believe that will let you save a ppt slide show as html. It
creates the navigation, images and everything for you. There may also be a
plugin for NN that will let them display. Maybe give people a link to the
plugin if there is one.

JLB

-Original Message-
From: Rosa, Issac [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 4:48 PM
To: CF-Talk
Subject: RE: Netscape equivalent of iframe


I tried ilayer in the following code, but I get an NS error - "Alert! did
not find a converter or decoder.

ilayer id="myLayer"
src="documents/powerpoint/mop_mission_stmt.ppt"
height="480"
width="600"ilayer

Thank you,

 Issac Rosa

 IT - National Sales  Marketing
 OLAP Specialist Team Lead
 Ofc: 407-658-3111
 Cell: 407-342-0644
 Fax: 407-971-2374
 [EMAIL PROTECTED]


-Original Message-
From: JLB [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 2:25 PM
To: CF-Talk
Subject: RE: Netscape equivalent of iframe


layer and Ilayer are the closest tags. But they are not nearly as easy
to work with as iframes.



-Original Message-
From: Rosa, Issac [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 1:31 PM
To: CF-Talk
Subject: Netscape equivalent of iframe


Does anyone know of an equivalent in Netscape to the IE tag iframe.  NS6
supports the tag, but we are currently using NS4 as corp standard.  I need
to embed documents(.doc, .ppt, .xls, .pdf) that automatically load when the
page loads.  Any help or suggestions would be greatly appreciated.

Thank you,

 Issac Rosa

 IT - National Sales  Marketing
 OLAP Specialist Team Lead
 Ofc: 407-658-3111
 Cell: 407-342-0644
 Fax: 407-971-2374
 [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: Netscape equivalent of iframe

2001-04-18 Thread JLB

layer and Ilayer are the closest tags. But they are not nearly as easy
to work with as iframes.



-Original Message-
From: Rosa, Issac [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 1:31 PM
To: CF-Talk
Subject: Netscape equivalent of iframe


Does anyone know of an equivalent in Netscape to the IE tag iframe.  NS6
supports the tag, but we are currently using NS4 as corp standard.  I need
to embed documents(.doc, .ppt, .xls, .pdf) that automatically load when the
page loads.  Any help or suggestions would be greatly appreciated.

Thank you,

 Issac Rosa

 IT - National Sales  Marketing
 OLAP Specialist Team Lead
 Ofc: 407-658-3111
 Cell: 407-342-0644
 Fax: 407-971-2374
 [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: Netscape equivalent of iframe

2001-04-18 Thread JLB

You can load html documents into ilayer similar to iframes like ilayer
src="http://www.yourfile.com/" their content is harder to change after the
page is loaded. You need to call a function similar to

function displayContent(link){
if (isNav4) {
document.layers["thedivNN"].document.src=link;
document.layers["thedivNN"].document.close();

-Original Message-
From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 3:01 PM
To: CF-Talk
Subject: Re: Netscape equivalent of iframe


Closest thing to the iframe in NS is the layer tag.  Don't know if it
can
embed files in it like the iframe tag can.

"Rosa, Issac" [EMAIL PROTECTED] wrote:
 Does anyone know of an equivalent in Netscape to the IE tag iframe.  NS6
 supports the tag, but we are currently using NS4 as corp standard.  I need
 to embed documents(.doc, .ppt, .xls, .pdf) that automatically load when
the
 page loads.  Any help or suggestions would be greatly appreciated.

 Thank you,

  Issac Rosa
 
  IT - National Sales  Marketing
  OLAP Specialist Team Lead
  Ofc: 407-658-3111
  Cell: 407-342-0644
  Fax: 407-971-2374
  [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: OT : Java, JavaScript Forums??

2001-02-13 Thread JLB

I have been on this one a long time and have found it very useful. It has to
be one of the best around for javascript.

http://webdevelopersjournal.com/discuss/javascript_discuss_list.html
(javascript weenie) on internet.com

Jeremy


I would like to ask you fellow programmers if you have any preferences on
some good JavaScript and Java communities and mailing lists like this one
for CF.

Thank You,




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



Session var resources

2001-01-18 Thread JLB

Anyone have a good site that tells all there is about session and client
vars. I need to learn when is a good time to use them and how to implement
them at that time.

Jim Becker



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