Re: It works in Netscape but not in IE

2000-05-26 Thread Urs Nyffenegger



Glen Collymore wrote:

 So I'm developing a real simple quiz application,(NT4, IIS, SP5) It seems to
 work fine in Netscape,
 but not in IE.

 Specifically, I have a short form with demographic info on the quiz
 participant. When the user goes to
 update the form, the addedit template actually updates the database, but
 after a cflocation back to the
 demographic form, the form does not update. But it works in Netscape.

 Could this be a IE caching issue? New to cold fusion and any help greatly
 appreciated.

It definetly is. Maybe you include a meta tag
meta HTTP-EQUIV="Expires" CONTENT="now", in my expirience this does not allways 
work, but try it.

Or you set the expires now option in the server itself (If you use IIS, go to the cfm 
template you wanna to let expire, right click on Properties, then HTTP-Header. Here 
you can set
the option)

/later


--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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



Integer Values returned as Decimal?

2000-04-27 Thread Urs Nyffenegger

Hi all

just installed SQL Server 7 and everything seems to work fine with a
little modification on my prior access_Application.
The only thing that changed: SQL-Server seems to return integer (2 )
values with two zeros (2.00), making it a decimal. Where do I have to
search to change this behaviour?

gggg  :-)

/later

--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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



Create DSNs from CF?

2000-04-27 Thread Urs Nyffenegger

Hi all

anybody out there that would share some code how to create a
ODBC-Datasource for SQL Server DBs? I tried to find out, but the codes I
found were encrypted...

Please?

/later

--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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



List Datasources with CF?

2000-04-19 Thread Urs Nyffenegger

Hi all

Is there a easy way to list the ODBC Datasources on a CF Server with
some CF Code?

/later

--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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



Re: Reading the Type of a Row?

2000-04-18 Thread Urs Nyffenegger



Seth Petry-Johnson wrote:

 I don't know if you can get the info from SQL or not, but I have done
 something like this with great success.

 I created a table with the following fields (well, almost... I've left most
 of the advanced things out... trade secrets and all g)

 .FieldName
 .DataType
 .InputType

Cool!

That's a much better idea then what I intended to do. I will build the whole thing 
like that, but I'm gonna add

.DefaultValues

so I can use SQL or anything to populate a certain field.

Thanks!!
--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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



Reading the Type of a Row?

2000-04-17 Thread Urs Nyffenegger

Hi all

I try to ease my work a bit, and I came across an idea, that, if
possible, would help my abstraction of code a little bit more:

Is it possible with CF/SQL to know for each row what type of data it
expects/contains?
Let's say I have a date/Time field in the database I could automatically
use a function that uses the appropriate Formatting in CF. Or I have a
Memofield wich should create an textarea in a form?


??

/later

--
urs nyffenegger|   new media developer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NO INK AG - Ihr Partner für Neue Medien
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
http://www.noink.ch   |  ++41 56 618 30 02


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