Re: TextArea for IE vs Netscape

2000-12-14 Thread avex
this may seem stpid but once we had that problem here. and someone forgot to add a form tag!! adding one fixed the problem.. i am sure this can't be your problem though... ;-) Any ideas why a nice clean textarea with scrollbars and readonly attributes looks fine in

Re: Creating A Bulletin Board Using CF

2000-12-07 Thread avex
webmonkey did a pretty cool tutorial (code and DB included) for this type of thing. http://hotwired.lycos.com/webmonkey/00/48/index0a.html?tw=programming should get you started they actually have a few other interesting tut's on other apps. and there are some available in the tag

MYOB === DB

2000-11-17 Thread avex
Hi everyone... a client has asked me to do a web version of MYOB to take the data, export it to a database (access or MS SQL) and then recreate the functions in cold fusion? THis seems easy to do? Are there any packages out there to do this? has anyone had any experience? I have already

text split into 2 columns

2000-11-09 Thread avex
Hi everyone. I am doing a site where I have a body of text (about a paragraph or two). What I want to do is to to split this into 2 columns instead of one. Can this be done dynamically? Eg, If the first column exceeds so many characters, then output the remainder in the second to get the text

entertainment/content grabs

2000-10-26 Thread avex
Hi everyone... I want to do a mini WAP site where i use CFHTTP to grab content, specifically entertainment content. Ideally I want to grab horoscopes, and other fun stuff that is focused on entertainment. Does anyone know any custom tags or sites that I could grab this info from? I will also

Re: entertainment/content grabs

2000-10-26 Thread avex
If you're really desparate to get something for nothing, check out http://www.xmltree.com/ and start ripping news feeds, etc. Thanks! This has a couple of great feeds that I am after The question is..how do I do it? Can anyone give me any ideas? thanks chad

Re: Slightly OT: Problem with CFMail Server

2000-10-24 Thread avex
I had this problem toobut situation sounds a little bit different... I was on a shared hosting box with email and cold fusion. Their email service was crappy so we setup email on a new hoster, and changed the MX records on the original one to point to the new mail server. Everything worked

Re: CFPOP

2000-10-19 Thread avex
use cfloop to step backwards through the output with step="-1" cfloop index="blah" from="1" to="#message.recordcount#" step="-1" messages /cfloop List, I am currently trying to create an e-mail client. I have a couple of questions that I thought were easy but... First, is there a way to

verity error!

2000-10-09 Thread avex
Hi gang! I am getting a little spooked with verity. For 2 different sites I have gotten 3 of the same verity errors: Error Occurred While Processing Request Error Diagnostic Information Error occurred in tag CFSEARCH Collection failed to open: super It has occured at different times,

Re: killing session when browser closes.

2000-10-08 Thread avex
Hi, THanks for your reply I ended up doing a variation of your response. ON the login page I just cleared the session. This works great as it is the first page they see when the pop-up window loads. IF the session is still active, it gets killed before they can click into other sections.

Re: SMS and CFM

2000-10-08 Thread avex
Hi nicholas I just set this up... check out http://studio.objekt.com.au/sms login: demo pass: demo it is ONLY for australian phones at the moment if this is what you want email me offlist for details. chad I am trying to write to write a scheduled coldfusion script that will

Re: SMS and CFM

2000-10-08 Thread avex
a test account send me your login: and password and i will set something up for you. regards chad is it possible to keep this gate open all the time? :)) Gennadi - Original Message - From: "avex" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, Octo

killing session when browser closes.

2000-10-05 Thread avex
Hi guys I did a little application using session variables. I did a signout page that killed the session, but I also wanted some code that killed the session if the browser was closed. I got this from Forta's book: cflock timeout="20" throwontimeout="No" name="#session.sessionID#"

australian e-com

2000-10-02 Thread avex
Hi australian guys out there... I want to do a real time Credit Card processing e-com site. Can you guys suggest any that will easily integrate with Cold Fusion to accept australian dollars? thanks chad -- Archives:

Re: OMG!!!!!

2000-09-28 Thread avex
So how do i do japanese with cold fusion? I want to do a japanese site with cold fusion... has anyone done this before? this thread has scared me because i have done all the talk about doing japanese sites..but can i walk the walk? chad

Re: OMG!!!!!

2000-09-28 Thread avex
It's tricky but it is possible, But if all you your doing is outputting Japanese text from a database, or inserting Japanese text from a form submission into a database it works fine. hard coded text in your HTML also works fine. Hi...thanks for your reply. but i am

access front-end for SQL

2000-09-24 Thread avex
Hi guys... I think it has been briefly mentioned.. but does anyone know how to use access 2000 as a front-end for an SQL database? any info would be great... thanks chad -- Archives:

access to SQL server woes

2000-09-24 Thread avex
hi everyone. sorry if this is kid stuff..but i finally decided to make the jump from access to SQL server on one of the applications i have done. I used the import wizard in the SQL enterprise manager...and from the look of it it imported all the tables and content correctly... I

Re: access to SQL server woes

2000-09-24 Thread avex
the setup wizard you fail to notice this step, then you're likely pointing your ODBC datasource at the 'master' database. I believe the wizard presents a drop-down box that shows all of the databases on the server. Jim -Original Message----- From: avex [EMAIL PROTECTED] To: CF-T

[CF-Talk] kill session variables

2000-09-19 Thread avex
Hi... sorry for this embarassing questionbut there is nobody in the office today to help me...and I couldn't find it in the forta book. How do I kill a session? In the application.cfm i have a timeout... but how do I kill the session by other means? thanks chad

[CF-Talk] cfpop date formatting problem

2000-09-19 Thread avex
Hi... I am having a problem with cfpop and formatting the date. I want to do: #DateFormat(date, "DD-MM-")# but i get the error: Parameter 1 of function DateFormat which is now " Tue, 19 Sep 2000 14:41:03 +1000" must be a date/time value The error occurred while evaluating the expression:

[CF-Talk] Re: Photo Database App

2000-09-18 Thread avex
Does anyone out in CF-Land know of a photo database app written in CF? What I am looking for is a database app that would allow you to bring up a page with multiple thumbnails of photos with possibly a small description. The text and photos (thumbnails and originals) would be indexed int

sql query

2000-09-13 Thread avex
hey everyone i have always used the following SQL statement to show a particular database entry. CFQUERY Name="aoyama" Datasource="super" SELECT Storename, ID, City FROM review Where ID = #ID# /CFQUERY where i passed the ID from the url or form or whatever. However,.what if i want to

Re: Alternatives to Access?

2000-09-13 Thread avex
interface by creating a "Project". You won't have Enterprise manager, but it's still SQL Server. Just a few questions I am using SQL on a shared hosting environmentand they say that under no circumstances can we have access to the Enterprise manager...no matter how locked down it is.

date and graph function

2000-08-29 Thread avex
me any suggestions or examples? thanks avex -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send

Re: pop-up windows and cold fusion

2000-08-22 Thread avex
d any code examples I would really appreciate it... thanks avex -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_ta

Re: search engine and cfm files

2000-08-20 Thread avex
.. Or alternatively, point me towards some other code that does the trick? thanks avex I think its part of the fusebox methodology coupled with a specific web server setting. I'm sure other people can offer more help, but its a start. Jared. Oops. Sorry. You're right. I didn't realise

Re: search engine and cfm files

2000-08-17 Thread avex
Using this custom tag I still couldn't resolve the ID maybe because I am not using the fusebox framework. someone suggested using a ListGetAt function does anyone have the code handy? any help would be appreciatedi feel i am so close... thanks avex I think its part

Re: verity partial word search

2000-08-16 Thread avex
Does anyone have any code handy? It would greatly be appreciated.. thanks avex You said: | I know I can just add a * to the end of the criteria, |however it could get | tricky with multiple words.. | Is there a verity function that does this by default? The answer is no. You

Re: one Teensy javascript detail .. help please

2000-08-16 Thread avex
But unfortunately, it is positioned differently on the screen depending on the font setting the user has. He had small fonts set on his PC and it looked perfect. I have large fonts set on my PC and the box is too high. So I changed the location of the box so it suits the 3 PCs I use ok,

Re: search engine and cfm files

2000-08-15 Thread avex
so all my pages are like page.cfm?ID=X where X is the database record. get this: page.cfm/ID/X thanks for the reply.but how does this work? how does the search engine know that there is page.cfm/ID/777 to pick it up? also.when i tried this i got an error because it couldn't

Re: search engine and cfm files

2000-08-15 Thread avex
thanks for this but will this tag effect any of my other variables? ie...will everything still work the same if i use this tag? i can't wait to check this out has anyone registered a site on a search engine using this method? I would love to see what the results look like. thanks

search engine and cfm files

2000-08-14 Thread avex
Hi, I am doing a job for a client that involves converting 500 html documents into a cold fusion dynamic site. At the moment the pages are derived from a database and formatted in one template file so all my pages are like page.cfm?ID=X where X is the database record. My question is, how