OT? - CF contract work in Chicago Region?

2003-05-27 Thread Ed Gordon
to my email address, [EMAIL PROTECTED] TIA - Ed Gordon Application Designer/ Developer PTC International (630) 789-1234 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Foxpro databases: does CF use indexes?

2003-03-10 Thread Ed Gordon
? How could I *prove to management* that it indeed is using them? If not, can I explicitly use them? How? Thanks in advance for your help... Ed Gordon --- Old so Soon, Smart so Late, When I'm Learning, ... Life is Great

Crystal Reports - use CFHTTP/CFLOCATION now for CFREPORT ? How?

2003-02-20 Thread Ed Gordon
Can you please explain how to use CFHTTP (and I guess it's with CFLOCATION?) to actually replace the CFREPORT tag that no longer works with newer versions of Crystal Reports? Any examples would be greatly appreciated... Thanks In Advance, Ed Gordon CF'er

Re: war Againest Loneliness

2002-12-30 Thread Ed Gordon
What is this about attachments? I got no attachment. All the attached garbage was visible as text, in two parts. Am I missing out on attachments from this group? (even though it was a good thing this time) UH-Oh... wait 'til you hear THIS... I uninstalled NAV 2002 and forgot to install the NAV

Re: commas in numeric fields...

2002-12-02 Thread Ed Gordon
Rick, Do you have any examples of using onsubmit() that I could see? Is this Java script? I haven't done much Javascript and want to keep this as simple as possible. As for right now, I parse the field myself and pull out non-numerics (dollar sign and commas) but this leaves the user with a fatal

Re: OT? SQL type 'decimal' = what in MS Access?

2002-11-13 Thread Ed Gordon
it just like you could any Access table. (That's why I need to know the equivalent of SQL 'decimal' in Access!) I tried it, and it was not only easy, but very helpful. TIA once again, and feel free to ask about my experiences with the use of linked tables as described in the article. Ed Gordon

OT? SQL type 'decimal' = what in MS Access?

2002-11-12 Thread Ed Gordon
What data type would I use in MS Access to match a field in an MS SQL database of type decimal? TIA Ed Gordon

commas in numeric fields...

2002-11-12 Thread Ed Gordon
removed. Elegant, but now the user is not stopped by the edit built into CFINPUT to check for numeric - therefore, if they slip and put in a character (say, an OH for a ZERO), SQL bombs . What do you do for numerics over 999? - TIA Ed Gordon

SQL UPDATE - identifying a record?

2002-11-07 Thread Ed Gordon
How does one CFQUERY UPDATE a particular record on an SQL database? That is the general question... It may sound simple, but if you were to read a record using SELECT, if more than one record matched the criteria in a WHERE clause, how could you UPDATE just one of them? I have been using UUID on

what tag captures data from a web page?

2002-11-04 Thread Ed Gordon
If you would, please direct me to what tag or tags (or function) I should look at in order to capture data from an existing internet web page. TIA Ed Gordon

Re: columns of user-editable text: Link to Excel sheet?

2002-10-30 Thread Ed Gordon
like a charm, and they are able to replace it at will. - Original Message - From: Sim Graves [EMAIL PROTECTED] To: Ed Gordon [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:33 AM Subject: Re: columns of user-editable text: Link to Excel sheet? Dear Ed, You can make an ODBC

columns of user-editable text: Link to Excel sheet?

2002-10-29 Thread Ed Gordon
!). Suggestions? Sample code? TIA Ed Gordon

Re: columns of user-editable text: Link to Excel sheet?

2002-10-29 Thread Ed Gordon
] To: Ed Gordon [EMAIL PROTECTED] Sent: Tuesday, October 29, 2002 10:49 PM Subject: columns of user-editable text: Link to Excel sheet? Dear Ed, I'm not sure what you are trying to accomplish here. Do you want the user to upload an Excel spreadsheet that's displayed on a Web page? Do you

user - attachments ?

2002-10-26 Thread Ed Gordon
). They often wish to refer to a JPG or something - have any code like this I can adapt for this purpose? It would be much appreciated. TIA, Ed Gordon

OT? Easy data entry util for SQL?

2002-10-06 Thread Ed Gordon
In Advance Ed Gordon

SQL error - Arithmetic overflow...?

2002-10-02 Thread Ed Gordon
' I guess it's too much to ask that they tell me WHAT value is out of range - or, since I am now using a real SQL database instead of MS Access, do I have to do all the calculations outside of the Update? Thanks in Advance, Ed Gordon = HERE'S THE CF CODE = CFQUERY

OT? SQL visual editor?

2002-09-21 Thread Ed Gordon
I once saw someone manipulate an SQL database (MS SQL) with a much more visual editor than ISQL, which is strictly text command-line level. Do you know if there is anything out there like that? Enterprise Manager is what I've been told, but I've yet to try it... TIA === Aerial

How can we right-justify dollar INPUT/VALUE=fields?

2002-06-10 Thread Ed Gordon
How can I make dollar-and-cent fields appear on the RIGHT of an INPUT field (when set with a VALUE=)??? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

simple right-justify dollar fields in tables?

2002-06-05 Thread Ed Gordon
I'm putting in TD ALIGN=RIGHT but the darn things are left-justified. Any clue how to (easily) get decimal places in a column to line up nice? TIA Ed FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

META refresh not working ! ?

2002-04-11 Thread Ed Gordon
In Advance Ed Gordon PTC International - HeLp! i'M A pRiSoNeR cHaInEd To a DeVeLoPmEnT pC In a cAvE ! ! ! ( please send pizza ) FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk

Re: META refresh not working ! ?

2002-04-11 Thread Ed Gordon
EG Ed Gordon EG PTC International EG - EG HeLp! i'M A pRiSoNeR cHaInEd To a EG DeVeLoPmEnT pC In a cAvE ! ! ! EG ( please send pizza ) EG FAQ: http://www.thenetprofits.co.uk/coldfusion/faq EG Archives: http://www.mail

META refresh truly not working ! ?

2002-04-11 Thread Ed Gordon
-EQUIV=refresh content=1; URL=http://215.34.12.77/prod/gomodule.cfm; /head It just sits there ! Help ! Thanks In Advance Ed Gordon PTC International __ This list and all House of Fusion resources hosted by CFHosting.com

Re: CFCONTENT - donwloads only a .cfm file?

2002-04-10 Thread Ed Gordon
= variables.exportfolder lcase(url.file) cfheader name=Content-Disposition value=inline; filename=#lcase(url.file)# cfcontent type=application/unknown file=#path# deletefile=No -Original Message- From: Ed Gordon [mailto:[EMAIL PROTECTED]] Sent: vrijdag 5 april 2002 12:27 To: CF-Talk Subject

An IMG instead of a form SUBMIT button ?

2002-04-10 Thread Ed Gordon
How can I have the user click on a image of my own design to effect the 'action' page on a form rather than the standard INPUT TYPE=SUBMIT VALUE=button text ? Simpler is better and, if given the choice, I'd rather avoid Java Thanks for your help! Ed Gordon PTC International

CFCONTENT - donwloads only a .cfm file?

2002-04-05 Thread Ed Gordon
Module too; if I do it on the development machine, it understands a CF module. But I had some strange result trying to save it on the users' machine. Is there any way to NAME the file that is going to be downloaded, and in particular, something other than dot cfm ? TIA and have a great weekend! Ed

CFFILE reads whole file into 1 var?

2002-03-27 Thread Ed Gordon
the way we must do it, when in Poughkeepsie, do as the... nevermind... how do YOU process each record in a flat file? Thanks In Advance Ed Gordon Weekdays: Software Developer Weekends: Fighting Crime as Chicken Man FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail

Re: web server for XP home?

2002-03-26 Thread Ed Gordon
So, uhhh... Someone said categorically that I need XP Pro to run any web server. Is that true or not? The thread seemed to drift, all well and good except the blur in OS and recommend software... Will Apache run on XP Home? One person says no. Others say Apache is the way to go... Apache will

web server for XP home?

2002-03-25 Thread Ed Gordon
X web server software somehow goes into a file download dialogue of 127.0.0.1; Savant 3.0 just serves up a screen full of trash... Do you know of a fix to either of these problems, or a decent web server to try? Preferably one with a trial period, I would like to buy before I try... TIA Ed

two SUBMIT buttons on a form?

2002-03-20 Thread Ed Gordon
Is there a simple way to have two buttons on the bottom of a form, one which goes to one .cfm and one to another, and yet have both process the entered form data on the way? I would of course label them differently, such as NEW and COPY, or for similar functions. TIA Ed Gordon FAQ: http

simple test on text field for numeric only ?

2002-03-13 Thread Ed Gordon
I think I know there is no way but to write my own routine, but if I do, maybe someone has done it before... How can I check to see if a text form field contains anything other than numbers? CFINPUT/VALIDATE won't do, here's why: This system deals with a lot of big dollar amounts -

CFFILE - on server only?

2002-03-11 Thread Ed Gordon
Does the Cold Fusion server only create / write to files on the server itself? Is there any way to get Cold Fusion to create / write to a file on the client side rather than on the server? Is there a way to get a file dialogue box up so that the user can choose the name / location of a file to

interface with Active Directory?

2002-03-06 Thread Ed Gordon
Have you any resources, or better yet CF code, to interface with Active Directory? FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

MS-Access: nulls in numerics?

2002-02-22 Thread Ed Gordon
, Ed Gordon FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Help - MS Word outputfrom CF?

2002-01-31 Thread Ed Gordon
document, an actual legal contract for the customer to sign. Anyone do this type of thing before? Thanks! Ed Gordon CF Developer [EMAIL PROTECTED] __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB