IE4 vs IE5

2000-04-27 Thread Mark Jones

I have developed a tab system in IE4 which is a series of DIVs with
differing content.  This works fantastically in IE4 however I when I switch
to IE5 there is some major problems.  In that iFrames seem to appear above
all divs.  Is this a bug?  Is there a work around.  Thanks for your help.

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



CFMODULE

2000-04-20 Thread Mark Jones

Quickie,

Does anyone know if it is possible, and then how, to get something back from
a CFMODULE call.  For instance the sum of the 3 numbers or something like
that.

Cheers in advance, 

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



RE: javascript date calculation

2000-04-17 Thread Mark Jones

Coldfusion will not execute client side - use javascript.  To find the
difference in days convert the two dates into milliseconds from 1970 user
date.parse or date.UTC and then subtract and divide to get the number of
days - easy.

Mark

-Original Message-
From:   Colby L Reese [SMTP:[EMAIL PROTECTED]]
Sent:   Sun, 16 Apr 2000 21:30
To: [EMAIL PROTECTED]
Subject:javascript date calculation

I am trying to create some kind of script to calculate the
difference between two dates.  It would be nice if this would calculate
right after the date is entered in the form using
onblur and a function.  I have tried messing with some scripts
similar to what's below just to try using cf functions inside a javascript.
I would like to use the datediff function
but I have not found a good way to get coldfusion to execute it
using an onblur.

Thanks
Colby









 Untitled




#Now()#














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



RE: Slightly OT: DHTML and z-index

2000-04-11 Thread Mark Jones

Thanks for that j s tiefel.  Tell me do you know of any cross browser work
arounds.

Mark

-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Tue, 11 Apr 2000 15:38
To: [EMAIL PROTECTED]
Subject:RE: Slightly OT:  DHTML and z-index

In IE form elements will ALWAYS appear above your other div,
regardless of
z-index... Everyone chant with me now: "It's a feature, not a bug."

-Original Message-
From: Mike Murry [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 8:53 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Slightly OT: DHTML and z-index


Just make sure that your div's z-index number is higher than the
block
element containing the form.

Example:

.formbox {position: absolute; z-index: 2}
.otherdiv {position: absolute; z-index: 3}




...form elements...



..blah, blah...


Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Mark Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 8:27 AM
To: '[EMAIL PROTECTED]'
Subject: Slightly OT: DHTML and z-index


Can anyone tell me how I can make a div go ontop of a form element
using
z-indexs.  I don't seem to be able to do this.

Cheers

Mark
[EMAIL PROTECTED]


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Slightly OT: DHTML and z-index

2000-04-11 Thread Mark Jones

Can anyone tell me how I can make a div go ontop of a form element using
z-indexs.  I don't seem to be able to do this.

Cheers

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



Semi OT: function keys

2000-04-10 Thread Mark Jones

I am told that this is inpossible but just incase someone has figured out
how to do it I thought I would ask.

I want to capture the event of someone pressing the function keys like F1
and F2.  I am told that this is not possible.  Is it or is it not.

Thanks in advance,

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



RE: Expiring Pages in IE

2000-04-10 Thread Mark Jones

I am not sure what to use with IE3.  I have noticed that sometimes these
examples don't work very well with IE as well.  Sometimes they will load up
cached CFML data and stuff like that.  What I do if it is imperative for a
page to load with new data I use the header tag



This can be placed in a blank page and the user goes to this page and then
is refreshed to the new page.  This will result in a non-cached version of
the page loading up.  It does work but a better system would be much better.

Mark

-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Fri, 07 Apr 2000 19:10
To: [EMAIL PROTECTED]
Subject:RE: Expiring Pages in IE

Thanks Mark.  This does seem to work for Internet Explorer 5, but
what can I
do for Internet Explorer 3.0 people?  As far as I can tell, its not
working
on that browser.

So right now I'm doing these meta tags:





Eron

-Original Message-
From: Mark Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 11:33 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Expiring Pages in IE


Try these lines of code




-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Fri, 07 Apr 2000 15:44
To: Cf-Talk
Subject:Expiring Pages in IE

Can anyone tell me if there is a reliable way (such as a
meta tag or
CFHEADER) that will cause a page not to be cached by the
typical 3.0
and
above browsers.  It needs to work in Netscape and IE.  I
want the
pages to
be reloaded automatically from the web server every time the
user
visits the
page.

Thanks,

Eron




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Expiring Pages in IE

2000-04-07 Thread Mark Jones

Try these lines of code




-Original Message-
From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
Sent:   Fri, 07 Apr 2000 15:44
To: Cf-Talk
Subject:Expiring Pages in IE

Can anyone tell me if there is a reliable way (such as a meta tag or
CFHEADER) that will cause a page not to be cached by the typical 3.0
and
above browsers.  It needs to work in Netscape and IE.  I want the
pages to
be reloaded automatically from the web server every time the user
visits the
page.

Thanks,

Eron



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



Database and server on two different domains

2000-04-04 Thread Mark Jones

I have a database on one domain and the coldfusion server on another.  We
are having problems getting the coldfusion server to connect to the
database.  The ODBC link is set up fine but the coldfusion server does not
seem to want to connect to the database.  

Does anyone have any suggestions?

Thanks in advance,

Mark Jones
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

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



RE: ASP - ColdFusion

2000-04-03 Thread Mark Jones

I tried this site address that was here - it only seems to cover up to
ColdFusion 2.0 and therefore does not really work that well.  Is there any
other solutions out there for 4.0 

Mark

-Original Message-
From:   David Shadovitz [SMTP:[EMAIL PROTECTED]]
Sent:   Mon, 03 Apr 2000 14:03
To: [EMAIL PROTECTED]
Subject:Re: ASP - ColdFusion

Mark,
Here are two recent messages on this.
-David

===
Message #1:

From: Christian Labrecque <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Date: Thu, 30 Mar 2000 13:13:02 -0500
Subject: RE: Defroster, or CF to ASP

Here we go

http://www.iasoft.com/builder/product_dlist641102.asp
[Christian Labrecque]  

> > I have a CF based project that my client wants to convert to
ASP. At
> > my last CF user group meeting someone mentioned a product call
> > Defroster. I did a search and only turned up a couple of working
> > links, both to a Visual Basic 6 book, so I really didn't learn
> > anything. Can anyone shed more light on Defroster, or point me
in the
> > right direction?
> >
> > Thanks in advance.
> >
> > Mark Zukiwsky
> > Edmonton, Canada

=
Message #2:

From: Aymeric Grassart <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Thu, 30 Mar 2000 15:09:12 -0600
Subject: Re: Defroster, or CF to ASP

Stephen,
If you're interested, check out one of our side projects:
http://dev.aylo.com/fusionasp2cf/

"Stephen M. Aylor" wrote:

> I beleive that has-been product only converted cfml 2.0 tag set,
so if
> you've developed your cf app using cfml 3/4/4.5 tags or features -
defroster
> wont really do the whole deal.
>
> No I do not know what has happened to it.  Ive alsways wanted to
go in
the
> other direction - ASP-CF :-)
>
> Steve
>
> > I have a CF based project that my client wants to convert to
ASP. At
> > my last CF user group meeting someone mentioned a product call
> > Defroster. I did a search and only turned up a couple of working
> > links, both to a Visual Basic 6 book, so I really didn't learn
> > anything. Can anyone shed more light on Defroster, or point me
in the
> > right direction?
> >
> > Thanks in advance.
> >
> > Mark Zukiwsky
> > Edmonton, Canada


YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.


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



ASP - ColdFusion

2000-04-03 Thread Mark Jones

I know that some time ago porting from ASP to ColdFusion was discussed here
but I cannot remember the answer to this question.

Could someone tell me if there is a program out there that will change an
ASP page to a ColdFusion page.  

Even if it only gets it partly right - any automation help would be
brilliant.

Cheers in advance,

Mark Jones
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  

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



RE: 237 checkboxes

2000-03-30 Thread Mark Jones

You could do this is your checkboxes followed a naming convention 

For instance if they went from q1 to q237 then you could just loop from 1 to
237 checking if q existed.

Mark

-Original Message-
From:   Daniel Murphy [SMTP:[EMAIL PROTECTED]]
Sent:   Wed, 29 Mar 2000 23:22
To: '[EMAIL PROTECTED]'
Subject:237 checkboxes

I have search form that contains a large amount of yes/no check
boxes -237
to be exact. It is to search the results of a survey that has 237
questions.

Only when a checkbox is checked will data be sent from the form.
Because of
this I need to check if each variable is present. I can create 237
"CFIF
IsDefined" statements to see if the variables are present. The other
option
is to set 237 CFPARAM variables to "NO" as default, and then create
my
dynamic SQL statements with CFIF tags checking for "YES". 

The problems with these two options is that they are slow and will
take a
long time to code.

I was thinking:

Is there a way to create a loop that will run through all the values
from
the form - creating a query and output for each one.

Thanks, Dan


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



Database Access

2000-03-29 Thread Mark Jones

I am designing a system where users log in to see data and can update add
and delete the data.  What I was wondering is whether or not it is possible
to tell which user id has edited the database.  For instance, is it possible
for a user to access the database according to his/her user id and password
rather than using the default user id and password given by the coldfusion
server.  Or is it possible to write directly to the logs on the database
itself with the user name and password of the user who has done the update
etc.

Any help will be greatly appreciated,

Thanks in advance,

Mark Jones
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

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



RE: Mark and Re-Crystalise

2000-03-29 Thread Mark Jones

Try this link http://crystal-reports-asp.com/
<http://crystal-reports-asp.com/> 

Mark

-Original Message-
From:   Todd Ashworth [SMTP:[EMAIL PROTECTED]]
Sent:   Wed, 29 Mar 2000 19:05
To: [EMAIL PROTECTED]
Subject:Re: Mark and Re-Crystalise

Do you know who the creators of this software might be?  So far, I
haven't
been able to find anything about it.

Todd Ashworth

- Original Message -
From: "Mark Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 10:43 AM
Subject: RE: Crystal Problems


> Look for a product called Re-Crystalise and you might be very
impressed.
It
> produces its reports from crystal reports but puts them in a form
readable
> from the web - the only problem being that it produces it in asp
page
format
> - I am sure you guys are intelligent enough to cope with this.
>
> Mark




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



RE: Crystal Problems

2000-03-28 Thread Mark Jones

Look for a product called Re-Crystalise and you might be very impressed.  It
produces its reports from crystal reports but puts them in a form readable
from the web - the only problem being that it produces it in asp page format
- I am sure you guys are intelligent enough to cope with this.

Mark

-Original Message-
From:   Brian Grant [SMTP:[EMAIL PROTECTED]]
Sent:   Tue, 28 Mar 2000 15:42
To: [EMAIL PROTECTED]
Subject:Re: Crystal Problems

Crystal Reports never has played very well with CF in my opinion.
You'll be
better off looking for other reporting options besides Crystal
Reports.
We've had to go to a mix of HTML, Excel, and VB Scripted reporting
methods.

Good luck.

brian
>
> - Original Message -
> From: "Eric Bradburn" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 27, 2000 5:56 PM
> Subject: Crystal Problems
>
>
> > We are running ColdFusion Server 4.5 and trying to use the

> > tag. Our server is running Crystal Reports version 8.0.  When we
> > reference a report with the  tag we are getting this
error...
> >
> >
> >
> > Error Diagnostic Information
> >
> >
> > Error occurred while processing CFREPORT
> >
> >
> >
> > An unexpected error occurred while using the Crystal Engine.
> >
> >
> > Error number 692 ocurred (Error in File
C:\Inetpub\wwwroot\working.rpt:
> > Invalid export DLL or export format.).
> >
> >
> > Crystal Library = C:\WINNT\system32\CRPE32.DLL (1/28/2000 15:16)
> > DLL Version = 8.0, Engine Version = 8.0
> >
> >
> >
> > The error occurred while processing an element with a general
identifier
> >
> > of (CFREPORT), occupying document position (9:1) to (9:70).
>
>
>
--

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



query problem

2000-03-27 Thread Mark Jones

I have a form variable name in a variable, i.e. name=form..  I
then want to get the value of that form variable out so that it can be
inserted into a query.  So for instance I want to say 

INSERT INTO 
(, )
VALUES('#form.Value1#', '')

Does anyone know how I reference the variable name.  What I seem to want is
double pound signs around name and that does not work.

For instance to get the text form.  I would do #name# so to get
the value of form. I would have to do ##name##.

Please help.

Thanks in advance,

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