Re: OT: Just wanna bitch

2002-02-13 Thread Jochem van Dieten
Douglas Brown wrote: I know this is not the place for this, but I just have to ask this question of the community. What is the benefit of developing a commercial grade application and then giving that application away for free? You get 3 geek points ;) I see message boards out there

Looking for strategy advice ...

2002-02-13 Thread Michael Kear
I'm a CF guy, and one of those who doesn't know a whole lot about programming. For example I don't know VB, and don't know diddley about asp.My business is a really small development/contracting business. I have a client who has a mixture of asp and coldfusion in the site (it's historical

Re: OT: Just wanna bitch

2002-02-13 Thread Jon Hall
Tell me why they sell water... :) I think the key word in your post is 'beneficial'. Yes it would be beneficial to the programmer to sell the program for money. However, giving it away for free, will benefit everyone. Open source also help make people more productive, which helps the economy

RE: Case Statements in SQL Server Stored Procs

2002-02-13 Thread John McCosker
I do believe this should work, IF LEN(@Union_ID) BEGIN AND Sup_Service_Union.Union_ID = @Union_ID AND Sup_Service_Union.Service_ID = Sup_Service.Service_ID END On that note what's the consensus on using case statements like this in stored procs

RE: Just wanna bitch

2002-02-13 Thread Sicular, Alexander
For more insight into this phenomenon read 'The Cathedral and the Bazaar' http://www.tuxedo.org/~esr/writings/cathedral-bazaar/. its a great starter for people who want to get to know the mindset of those that give stuff away. overall i think it is a good move to open your stuff up. and you as

How to give user access to their Stat ?

2002-02-13 Thread remi39
Hi there, I build a resume bank and would like to provide my user the ability to see their own stat...but i don't want to grant them access to my log files. Here is the code that runs when someone browse a page. XHome is the counter (and a column name in my SQL Server DB) updated everytime

Re: Getting locale's date format

2002-02-13 Thread Paul Hastings
is there any way to get a string representation of the currently set locale's date format, ie something like dd/mm/ or mm/dd/. Seems that I can parse dates in the locale's date format but you can't find out programattically what that date format is. get a hold of the code

Fixes for these longstanding bugs planned?

2002-02-13 Thread Lawrence B. Afrin, M.D.
Howdy -- I've recently re-encountered some longstanding bugs in CF and was wondering if there are any plans to fix these in the next version. (1) No (sensible) method to detect whether a given array element exists. Since IsDefined() won't do this, you have to enclose the reference in a

RE: Just wanna bitch

2002-02-13 Thread Kurt Ward
Open Source The best thing to hit software development in the last decade! Open Source projects have produced some very good software. For example: Apache Web Server Tomcat Servlet/JSP app server Xerces XML parser Xindice Native XML Database Server And these are all from www.apache.org not to

Re: Fixes for these longstanding bugs planned?

2002-02-13 Thread Zac Spitzer
Lawrence B. Afrin, M.D. wrote: Howdy -- I've recently re-encountered some longstanding bugs in CF and was wondering if there are any plans to fix these in the next version. (1) No (sensible) method to detect whether a given array element exists. Since IsDefined() won't do this, you have to

Errorhandling CF 4.51 SP2

2002-02-13 Thread Ulf Unger
Hi, I'm quite new to errorhandling and tried the following code: cftry cfif not IsNumeric(Form.quantity) cfthrow type=MyShop.cart.quantityError ERRORCODE=Quantity /cfif Everything is fine! cfcatch type=MyShop.cart cfoutputError in field #cfcatch.errorcode#/cfoutput /cfcatch /cftry I thought

RE: Web Services

2002-02-13 Thread lists
Hi Bryan, Here are some links that should help. _Technical Crap_ + W3C + http://www.w3.org/2002/ws/ + IBM + http://www-106.ibm.com/developerworks/webservices/ + SUN + http://dcb.sun.com/practices/webservices/ + Apache + http://xml.apache.org/soap/ + MSFT +

NT Server Memory

2002-02-13 Thread Mark M. Kecko
Is there any way to display how much memory is available/being used by an NT server on a web page, using ColdFusion? Mark Kecko Technology Director MediaPost Communications [EMAIL PROTECTED] http://www.mediapost.com (203)222-0330 ext309

RE: NT Server Memory

2002-02-13 Thread Plane, Nathaniel
Not natively.. you'd have to find a COM or CFX solution. Nat -Original Message- From: Mark M. Kecko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 8:26 AM To: CF-Talk Subject: NT Server Memory Is there any way to display how much memory is available/being used by an NT

Date Compare

2002-02-13 Thread James Taavon
I am a crunch mode here and don't have time to search for this function, my apologies. I was looking for a Javascript function the compare the current date with date field entered on the form. I thought I saw something posted here a while back that covered this topic. Any assistance would be

RE: Cfcontent for downloads and redirection

2002-02-13 Thread Martin P. Cadirola
Thanks so much folks! I didn't realize it was easier than I thought. Cheers, Martin __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Re: Fixes for these longstanding bugs planned?

2002-02-13 Thread Lawrence B. Afrin, M.D.
Zac -- Thanks for your other suggested work-arounds (the first one, in particula r, looks the more straightforward). -- LBA P.S. But I still feel that nested query-driven loops should work exactly the same way you'd expect nested loops to work in any other setting, and I do n't see how

Outlook and CFMail

2002-02-13 Thread Larry Juncker
I have a CF template that includes an order form. The form fills the whole page which I have set up to be 8 inches by 10.5 inches When the form is submitted, it sends a CFMail to my email client. When I print out this form, It prints on two pages because of the header that is printed by

Tool to convert files on server

2002-02-13 Thread A . Little
Hi all, We allow users to upload .doc and .pdf files to our webserver and would like to be able to automatically create a .txt or .rtf versions of these files, also to be saved on the webserver. Does anyone know of any tools/tags available allow us to do this? thanks, Alex

CF Admin- Database Connections

2002-02-13 Thread Bosky, Dave
When using WK2, MS-SQL 7, and CF5 what's the performance difference in having Maintain Database Connections -(Check this box to maintain connections to data sources across client requests.) Checked in cf datasources? Thanks, Dave

RE: Just wanna bitch

2002-02-13 Thread Mark A. Kruger - CFG
Hey that's great - how do I sell my clients on these. oh wait... -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 4:18 AM To: CF-Talk Subject: RE: Just wanna bitch Open Source The best thing to hit software development in the last

Re: Outlook and CFMail

2002-02-13 Thread Pete Ruckelshaus
No way that I know of. However, would an alternative be to save the form output as a .txt file that gets attached to the email? That way, the attachment would be the order and wouldn't have the formatting, but you could provide some basic order info in the email itself, as well as instructions

RE: Just wanna bitch

2002-02-13 Thread Robert Everland
The whole idea behind this is that selling software sounds easy to do, but sometimes it isn't. For exmaple which would be worth more to me, developing an application and maybe selling it to a few people for say $500 a pop or making that application, getting some help on it for free, giving it

manipulating Tab key in forms

2002-02-13 Thread Tim
Is it possible to manipulate the Tab key so that it only tabs between fields, and not to text in a form? I have form fields with pop-up hints for each field, but whem users hit Tab, it highlights the links. I need it to skip the links and tab to the next field. Thanks, Tim

RE: Date/Time to Numeric Date

2002-02-13 Thread Vinny A DiDonato
Andy and all: Sorry, I should have read the email more closely. That teaches me to reply to emails 10 minutes after I wake! -Vinny Andy: Exactly. However, the field in question in this case is an integer datatype as opposed to datetime or smalldatetime (SQL Server 7). This is where I'm

RE: Just wanna bitch

2002-02-13 Thread Kurt Ward
Sell what to your clients?? My point is every Tom, Dick, and Harry can and/or has developed applications like message boards. Could they sell them for $50? Sure! But who's going to buy it unless it's under a well known company or some other nonesuch? It's reinventing the wheel. Providing

Re: Looking for strategy advice ...

2002-02-13 Thread Alex
Are there any other possibilities you can think of? Learn how to program. If you knew how to program then picking up asp to maintain a site would take no time at all. Or outsource it to me and I'll read some asp code examples and do the maintainance.

RE: Just wanna bitch

2002-02-13 Thread Alex
Also, on the comment that hardly anyone reads the community list... why do I have almost 8500 emails from that list in my folder? They list server sends out alot of duplicates. __ Dedicated Windows 2000 Server PIII 800 / 256

Re: OT: Just wanna bitch

2002-02-13 Thread Alex
Make a name for yourself. Just because an application or software is sold doesn't mean it's any good; you just need strong marketing and sales people. Most programmers I know don't make good sales people so they might release a product to show that they are good and then attract clients. On Tue,

CF/Flash Windowed Interface

2002-02-13 Thread Justin Hansen
Has anyone tried to develop a CF/Flash Windowed Interface similar to the example in the devcon video? I don't need all that drag and drop stuff. Just the multi window interface. I think I am going to try this... It would be very useful for my current/future project here at my new job. I'm

TOP 3 not working, again

2002-02-13 Thread W Luke
Why does TOP rarely work for me? I just need to grab the last 3 records, but instead it pulls the same 3 each time, regardless of whether there are newly inserted records or not Cfquery name=latestphotos maxrows=3 datasource=#ds# SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM

RE: TOP 3 not working, again

2002-02-13 Thread Russel Madere
You need to add an ORDER BY statement to order the results in the order you desire SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM thumbNailElements ORDER BY ID DESC Russel -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002

RE: TOP 3 not working, again

2002-02-13 Thread Kevin Langevin
You should use ORDER BY to assure that you're getting the top three. Because you enter new records does not make those records top records. Try ordering by your priary key (descending) if it's an identity element, or timestamp the insert and order on that (descending). Kevin Langevin Flying

RE: CF/Flash Windowed Interface

2002-02-13 Thread Sandy Clark
Try Flashcfm.com also take a look at http://www.franklinplanner.com they have a flash interface which is really cool -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 10:22 AM To: CF-Talk Subject: CF/Flash Windowed Interface Has

Re: Fixes for these longstanding bugs planned?

2002-02-13 Thread Zac Spitzer
Lawrence B. Afrin, M.D. wrote: Zac -- Thanks for your other suggested work-arounds (the first one, in particula r, looks the more straightforward). what is also cool with this method is you can skip forward and backward in the result set by changing the index var value z

RE: Just wanna bitch

2002-02-13 Thread dennis baldwin
Well versed! Now get to work! -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:59 AM To: CF-Talk Subject: RE: Just wanna bitch Sell what to your clients?? My point is every Tom, Dick, and Harry can and/or has developed applications

Connection to a Lotus Notes Database

2002-02-13 Thread Ernie Pena
Can this be done and if so how? I've got the native driver to connect via ODBC however I can't manage the onnection or do a query in coldfusion 5. I also can connect and link via access database and I am able to view the data. So if anyone is doing this please help! Ernie Pena

Re: manipulating Tab key in forms

2002-02-13 Thread Tony Schreiber
IE has a tabindex value for form fields, but I don't know if this will cause it to ignore links, it might... Is it possible to manipulate the Tab key so that it only tabs between fields, and not to text in a form? I have form fields with pop-up hints for each field, but whem users hit Tab,

Re: manipulating Tab key in forms

2002-02-13 Thread savan . thongvanh
the curser _will_ move out of the form to the next link once it has reached the final tab index. Tony Schreiber [EMAIL PROTECTED] on 02/13/2002 10:00:33 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Re: manipulating Tab key in forms IE has a

Re: PDF

2002-02-13 Thread Zac Spitzer
Frank Mamone wrote: I'm looking for a way to output a record set to a PDF. I'm not sure the FDF emthod will work for this. make a nice html table and then use cf_html2pfd3 which uses htmldoc.. if anyone wants a compiled version of htmldoc.exe 1.1.18 email me off the list z

How to build an efficient Stat system?

2002-02-13 Thread remi39
Hi there, I build a resume bank and would like to provide my user the ability to see their own stat...but i don't want to grant them access to my log files. Here is the code that runs when someone browse a page. XHome is the counter (and a column name in my SQL Server DB) updated everytime

Re: TOP 3 not working, again

2002-02-13 Thread Jeffry Houser
You aren't ordering your query, so who is to say what the top three records are? If you want the newest three records, try something like this: SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM thumbNailElements Order by thumbnailelements.ID desc At 03:22 PM 02/13/2002 +,

RE: Tool to convert files on server

2002-02-13 Thread Mike Townend
Not sure about the PDF part, but for doc files you could look at connecting to the Word COM object on the server and resaving the file into the format that you want... www.cfcomet.com should have the information you require on that... HTH Mike -Original Message- From: [EMAIL

Re: TOP 3 not working, again

2002-02-13 Thread W Luke
blushes Spot the clueless wonder Thanks all Will - Original Message - From: Jeffry Houser [EMAIL PROTECTED] Newsgroups: gradwell.lists.cftalk Sent: Wednesday, February 13, 2002 4:12 PM Subject: Re: TOP 3 not working, again You aren't ordering your query, so who is to say what the

PDF

2002-02-13 Thread Frank Mamone
I'm looking for a way to output a record set to a PDF. I'm not sure the FDF emthod will work for this. Any suggestions? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant

CF knowledgebase at MM

2002-02-13 Thread Earl, George
Has anyone been able to get the CF knowledgebase search function (http://www.macromedia.com/support/coldfusion/) to work on the Macromedia site? I've never been able to get anything other than a timed out response . . . and my requests for individual Tech Notes using the index also time out . .

OT: Real-time Monitoring

2002-02-13 Thread W Luke
A few months ago, we were talking about Humanclick on cf-talk, and how some of us have been using its free Real-time Monitoring program. Since Humanclick no longer off the Real-time Monitoring for the free version, does anyone know of a similar service that's free? Will --- A woman drove me to

Re: TOP 3 not working, again

2002-02-13 Thread Jeffry Houser
Happens to the best of us.. ;) J At 04:20 PM 02/13/2002 +, you wrote: blushes Spot the clueless wonder Thanks all Will -- Jeffry Houser | mailto:[EMAIL PROTECTED] Need a Web Developer? Contact me! AIM: Reboog711 | Fax / Phone: 860-223-7946 -- My Books:

netscape page display

2002-02-13 Thread Robert Orlini
Hello, Any reason why a page would display OK on IE, but not display anyhting on Netscape? I had this problem before and I think it has to do with proper html coding. Anyhting to look for? HELP! Thx. __ Dedicated Windows 2000

Re: netscape page display

2002-02-13 Thread Kevin Miller
Make sure all of your table elements are closed properly. Kevin [EMAIL PROTECTED] 02/13/02 08:56AM Hello, Any reason why a page would display OK on IE, but not display anyhting on Netscape? I had this problem before and I think it has to do with proper html coding. Anyhting to look for?

RE: netscape page display

2002-02-13 Thread Mark A. Kruger - CFG
That's the famous missing table tag - people who like it say it helps you code better, people who hate it say it's presumtuous, but the deal is, if you are missing an end tag on your table (/table) or sometimes an end /tr , it displays nada. Validate your html. Mark -Original Message-

Re: netscape page display

2002-02-13 Thread Jerry Johnson
Tables, tables, tables. Normally when the page disappears in NS (4.7 mostly), it is due to tables with too few closes Try adding /TD/TR/TABLE a couple of times at the bottom of your page, then removing them to find the right number of missing closes. (I am fixing bad close tables in legacy

Re: netscape page display

2002-02-13 Thread Brian Scandale
Yep... Check for proper closing of td, tr, and table tags... Depending upon the specifics Netscape can have trouble if not completed properly. At 11:56 AM 2/13/02 -0500, you wrote: Hello, Any reason why a page would display OK on IE, but not display anyhting on Netscape? I had this problem

Random row from SQL

2002-02-13 Thread Mark A. Kruger - CFG
A while back someone posted some code to generate a random number between two numbers using SQL. I'd like to be able to do that. I want to be able to return a random row from among rows in an ad database. Does anyone have ideas on how this might be accomplished? Mark

RE: Random row from SQL

2002-02-13 Thread C. Hatton Humphrey
From memory, so the syntax might be a touch off... cfset temp=Randomize(Seconds(Now()) * Minutes(Now())) cfset ShowRow = RandRange(1, qGetAds.Recordcount) cfoutput query=qGetAds StartRow=ShowRow MaxRows=1 ... /cfoutput C. Hatton Humphrey -Original Message- From: Mark A.

RE: Looking for strategy advice ...

2002-02-13 Thread Brunt, Michael
Michael, obviously I don't know the magnitude of the site nor the amount of ASP but here are my thoughts. From my standpoint, learning ASP would be the least desirable route although it is true that this would add to your skill set there are considerable differences from ASP to CF and although

RE: CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN

2002-02-13 Thread Trey Rouse
No luck :( It seems that cfhttp handles posts differently in 5.0 and that's causing the problem. My immediate fix is to dump it all on the URL, but this makes me extremel y nervous, as URL data truncation is a function of client, and I have no id ea what the size limits are on the url for

Re: Random row from SQL

2002-02-13 Thread Paul Giesenhagen
We used the code below to get random products out of the database cfquery datasource=extdata name=queryname select * from osprods /cfquery !--- Using randrange, between 1 and the total number of records to get a random number --- cfset thisrow=RandRange(1,#queryname.RecordCount#)

RE: Random row from SQL

2002-02-13 Thread Mark A. Kruger - CFG
Yes, I know how to do this in CF - I was wondering if anyone had figured out a way to do it within a Stored proc? something like OPEN CURSOR MyAds FETCH NEXT ABSOLUTE Randomize(1, @maxCursorrows) INTO @ChosenRow I've tried using the RAND Function, but it is does not

thanks

2002-02-13 Thread Robert Orlini
Thanks all for their quick replies on the Netscape table display problem... __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

RE: CF knowledgebase at MM

2002-02-13 Thread Mike Chambers
George, it has been working fine for me (i just checked it). Have you tried it over a number of days? does it work if you try it right now? mike chambers [EMAIL PROTECTED] -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:33 AM

RE: Looking for strategy advice ...

2002-02-13 Thread Kola Oyedeji
INMHO I would study under the guy and learn as much asp as possible. The fact that you actually have someone to assist you is a real benefit. (i had to sus it out my self). I would use it as a learning exercise. If after a while you are really competent in asp then you could move the whole site

WDDX

2002-02-13 Thread savan . thongvanh
I'm not sure if this is OT or not but here goes... Why would I use WDDX instead of just using straight XML? -there are SEVERAL good parsers out there. -The javascript that it takes to create the packets is not that complex. -The packets aren't really any kind of packets their just strings

RE: WDDX

2002-02-13 Thread Kola Oyedeji
Sorry for the cross post. Are there any issues with installing JRUN and CF on the same machine? Doe'snt CF5 come with a cut donw version of JRUN? Thanks in advance! Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Developer ekeda ltd http://www.ekeda.co.uk

RE: WDDX

2002-02-13 Thread Duane Boudreau
I think its more of an issue of which technology fits your needs best. WDDX used to be better integrated with CF but with the latest versions of CF and the work of companies like granularity and siteobjects that no longer the case. HTH, Duane -Original Message- From: [EMAIL

RE: WDDX

2002-02-13 Thread Bryan Love
Because not everybody knows XML... +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PROTECTED] +---+ ...'If there must

oracle performance

2002-02-13 Thread Andre Turrettini
Hi Were in the midst of setting up a fairly large cf5 app on oracle using the native connection. Were finding that the connection isnt as fast as we'd expect. Also, enabling client vars(db) seems to compound the problem. Anybody got any tuning tips or seen anything like this?

JRUN and CF on the same machine?

2002-02-13 Thread Kola Oyedeji
Soory for lazily not changing the subject line as well Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Developer ekeda ltd http://www.ekeda.co.uk (+44)020-8429-7300 -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 13 February 2002 17:55

RE: JRUN and CF on the same machine?

2002-02-13 Thread Brunt, Michael
Yes CF5.0 does have JRun installation for the cfgraphing capabilities. Pervious to CF5.0 I have installed JRun on the same dev machine as CF with no issues. The only thing to watch is the port number(s) assigned to the JRun Server(s)(check that all ports are unique) when installing with CF5.0.

RE: WDDX

2002-02-13 Thread Ian Lurie
Actually, isn't WDDX just an implementation of XML? That is, if you use WDDX, you're using XML. Not to split hairs, but that's how I see it. And, if you use WDDX you have the parsers for other languages, too: PHP, etc. -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]]

Re: oracle performance

2002-02-13 Thread savan . thongvanh
depending on what system your on the native drive actually may not be t he fastest. i've found cases where an MSODBC driver was faster than the vendor connection. Andre Turrettini [EMAIL PROTECTED] on 02/13/2002 11:52 :09 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: WDDX

2002-02-13 Thread Mark A. Kruger - CFG
My take, WDDX is a way of describing data structures... associative arrays, recordsets, ordinary arrays, nested objects (like an array of recordsets containing structures for example ha). If what you need to do is exchange programming data structures between 2 platforms or 2 servers without a

RE: WDDX

2002-02-13 Thread Bryan Love
True, WDDX is XML, but that fact is completely hidden from the developer. With WDDX we can make XML strings with a single function call instead of having to piece them together. In order to use WDDX a developer does not need to know anything at all about XML.

RE: OT: Real-time Monitoring

2002-02-13 Thread Lon Lentz
www.internetseer.com -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] A few months ago, we were talking about Humanclick on cf-talk, and how some of us have been using its free Real-time Monitoring program. Since Humanclick no longer off the Real-time Monitoring for

Re: WDDX

2002-02-13 Thread Paul Giesenhagen
Some may not like the way I use one implementation of WDDX, but it works really well with variable databases... Here is an article on an other way to use WDDX. http://www.quilldesign.com/developer/knowledge.cfm?mode=viewowner=209D3EA7- 3585-4DF0-A2C0DE72865FF804 It's not for everyone, but it

Re: PDF

2002-02-13 Thread Frank Mamone
For the benefit of the group, this worked beautifully. - Original Message - From: Zac Spitzer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 13, 2002 11:12 AM Subject: Re: PDF Frank Mamone wrote: I'm looking for a way to output a record set to a PDF. I'm

RE: Random row from SQL

2002-02-13 Thread Haggerty, Michael A.
Well, you could use the RAND() function to get a random number, multiply it by GETDATE(), divide by 10 and use INT() to return a whole number... but that would be a lot of SQL. You are better off creating the variable in CF and passing it into the SP. Random numbers in SQL Server aren't

CFGRID on CF5

2002-02-13 Thread Stephenie Hamilton
HELP! Has anyone gotten this to work? I get an error saying Custom control could not be displayed because this browser does not suppport Java2. when I try to view the customers page in a browser. This is IE 5.5, WIN2K server and CF5. Now, I looked through the MM knowledge base and the only fix

RE: JRUN and CF on the same machine?

2002-02-13 Thread Adrian Cesana
Is it a full blown JRUN install that comes with CF5? or only specific functions some higher up chose for us? Adrian -Original Message- From: Brunt, Michael [mailto:[EMAIL PROTECTED]] Yes CF5.0 does have JRun installation for the cfgraphing capabilities. Pervious to CF5.0 I have

cold fusion express doesn't work after install

2002-02-13 Thread info
Hi. I am running NT4 SP6a, apache 1.3.22 and cold fusion express. The installation of cold fusion express did not place a module in my D:\Program Files\nusphere\apache\modules directory and my D:\Program Files\nusphere\apache\conf\httpd.conf file was not modified by the Cold Fusion Express

RE: Connection to a Lotus Notes Database

2002-02-13 Thread Haggerty, Michael A.
Ernie; What error messages are you getting? The ODBC drivers distributed with the Notes package are not known for being 'reliable', and the times I have needed to work with them have always ended with headaches. Mike -Original Message- From: Ernie Pena [mailto:[EMAIL PROTECTED]]

Re: cold fusion express doesn't work after install

2002-02-13 Thread Dave Carabetta
Hi. I am running NT4 SP6a, apache 1.3.22 and cold fusion express. The installation of cold fusion express did not place a module in my D:\Program Files\nusphere\apache\modules directory and my D:\Program Files\nusphere\apache\conf\httpd.conf file was not modified by the Cold Fusion Express

Re: OT: Real-time Monitoring

2002-02-13 Thread W Luke
Sorry, I probably didn't make myself very clear. By Real Time Monitoring, I meant a program which shows you who's at your site and at which page Will - Original Message - From: Lon Lentz [EMAIL PROTECTED] Newsgroups: gradwell.lists.cftalk Sent: Wednesday, February 13, 2002 6:21 PM

RE: Random row from SQL

2002-02-13 Thread Mark A. Kruger - CFG
Yes - I think I'm coming to the same conclusion - plus, your idea would return an INT, but it would NOT return an int within a specified range of ints (1 to 123 for example). -Original Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 10:30

RE: cold fusion express doesn't work after install

2002-02-13 Thread Ken Wilson
I've not installed CF Express before but if it's like the full CF Server, it isn't intended that Appache configuration be done automatically. You do that yourself after the CF install finishes. Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Random row from SQL

2002-02-13 Thread John B. White
I don't have the SQL for this but the logic would be: INT((RAND()*100)) which should give you a random number from 0-100. --JW Mark A. Kruger - CFG wrote: Yes - I think I'm coming to the same conclusion - plus, your idea would return an INT, but it would NOT return an int within a

RE: Random row from SQL

2002-02-13 Thread C. Hatton Humphrey
Pulling the old BASIC memories out of the hat you could replace 100 with @@RowCount (not sure on syntax) so INT((RAND()*@@RowCount))... you'd want to add one to the result and subtract 1 from the rowcount to make sure you don't return out of bounds C. Hatton Humphrey, Developer Fisher, Towne

RE: Random row from SQL

2002-02-13 Thread Mark A. Kruger - CFG
Ok - I'll see what that gives me. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:26 AM To: CF-Talk Subject: RE: Random row from SQL Pulling the old BASIC memories out of the hat you could replace 100 with @@RowCount (not

Re: OT: Real-time Monitoring

2002-02-13 Thread Brook Davies
Opps, I guess I didn't read that post thoroughly enough - sorry. At 06:41 PM 13/02/02 +, you wrote: Sorry, I probably didn't make myself very clear. By Real Time Monitoring, I meant a program which shows you who's at your site and at which page Will - Original Message - From: Lon

OT: Independent Consulting versus Full-Time

2002-02-13 Thread Chuck Mason
Hi there, Just curious as to how many of you are independent consultants versus full-timers. I'm a full-timer, and have luckily not been one of the casualties over the last couple years. Business is good, however, building up someone else's company versus my own, with the possibility of

Re: OT: Real-time Monitoring

2002-02-13 Thread Brook Davies
humanclick.com - it rocks! At 06:41 PM 13/02/02 +, you wrote: Sorry, I probably didn't make myself very clear. By Real Time Monitoring, I meant a program which shows you who's at your site and at which page Will - Original Message - From: Lon Lentz [EMAIL PROTECTED] Newsgroups:

dynamic query

2002-02-13 Thread Attley, Simon (CMG-SF)
My boss told me this list is the heat! So here I am needing help. I am running a query to get distinct countries from a table. Nezt I would like to count how many entries in the table for each country and then display count like this: Brazil 5 USA 90 and so on. I have tried two

Re: Independent Consulting versus Full-Time

2002-02-13 Thread Bryan Stevenson
[EMAIL PROTECTED] ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: OT: Just wanna bitch

2002-02-13 Thread Bryan Stevenson
My 2 cents. It can also be a useful marketing tool. You give it away.don't have to support it because it's freeplaster powered by Your Company all over it. There is a company up North here that created a whack load of webtools which are things like: -add a poll to your site -add

dynamic oledb connectstring

2002-02-13 Thread Bernd VanSkiver
I know how to use ODBC with a dynamic datasource and a connectstring to get data from an SQL server, is there a way to do this with an OLEDB connection too? I just don't know what the syntax is and I want to be able to use a dynamic datasource to do it if possible. Bernd VanSkiver [EMAIL

Form Data - Post

2002-02-13 Thread Eric Homa
Hi, Anyone know if there is a limit on the number of characters that can be submitted from the client browser to the server using cfform method=post? I am using a couple of memo fields along with other fields and it's worked for 4 months. Today the customer called and described an error

RE: Form Data - Post

2002-02-13 Thread Steve Oliver
I believe it's somewhere around 65535 characters allowed in the POST method. I ran into that error a while back while trying to mimic something like blogger where you can highlight text and save blog it, but that was using the GET method. What I had to do was (using javascript) copy the form

Re: WDDX

2002-02-13 Thread BEN MORRIS
My understanding is that wddx is xml. One way I used it was to backup and move database tables. My company doesn't own a server, we are on a shared server, so I don't have SQL admin, and getting the hosting company to move tables costs money. So, i just easily made a script to save a select

RE: Date Compare (SOLVED)

2002-02-13 Thread James Taavon
NEVERMIND, SOLVED!! -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:06 AM To: CF-Talk Subject: Date Compare I am a crunch mode here and don't have time to search for this function, my apologies. I was looking for a Javascript

RE: Random row from SQL

2002-02-13 Thread Mark A. Kruger - CFG
Ok .. your code worked (almost). In T-SQL, there is no INT function. However, there IS a CEILING function. The only thing I had to work around was that the number 1 would never show up. I managed to get it there by adding 1 to the equation within the Ceiling function and subtracting it outside

  1   2   >