[KCFusion] Job Opportunity

2003-09-16 Thread Justin Hansen
There is a position or two open in my office. Please do not contact me directly regarding this position. If you are interested, please follow company protocol and fax in your resume. Thank you, Justin Hansen -- Cold Fusion Web

RE: [KCFusion] Job Opportunity

2003-09-16 Thread Justin Hansen
Ryan asked me to repost as text only ... There is a position or two open in my office. Please do not contact me directly regarding this position. If you are interested, please follow company protocol and fax in your resume. Thank you, Justin Hansen

RE: [KCFusion] Job Opportunity

2003-09-16 Thread Justin Hansen
Ryan asked me to repost as text only ... There is a position or two open in my office. Please do not contact me directly regarding this position. If you are interested, please follow company protocol and fax in your resume. Thank you, Justin Hansen

[KCFusion] Job Opportunity - Repost

2003-09-16 Thread Justin Hansen
company protocol and fax in your resume. Thank you, Justin Hansen -- Cold Fusion Web Developer/Programmer Uhlig Communications, Inc. is an advanced-technology publishing company specializing in variable-data printing. We

RE: [KCFusion] Help please

2003-08-15 Thread Justin Hansen
can you be more specific? where on the serverdid you store the CFCs? if you used a cf mapped directory make sure you add the mapping to the testing server. justin -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Friday, August 15, 2003 10:56 AMTo:

RE: [KCFusion] an easy one

2003-06-23 Thread Justin Hansen
maybe try. SELECT StudentID FROM Students WHERE StudentID IN ( SELECT StudentID FROM Class ) To find all the Students currently enrolled in Classes Justin Hansen ~~ Uhlig Communications Systems Engineer ~~ [EMAIL PROTECTED] 913-754

RE: [KCFusion] query output (OT)

2003-03-28 Thread Justin Hansen
Krisi almost had it... this will do the trick. cfquery name=category_person ... select id, category, person from theTable order by category, person /cfquery cfoutput query=category_person group=category #Category#br cfoutput group=Person -

RE: [KCFusion] Simple Query Question

2003-03-13 Thread Justin Hansen
datasource=3Ddata select * from table where field1=3D'value1' AND (#preservesinglequotes(locList2OR)#) /cfquery Or Now its your turn Matt... :) Justin Hansen ~~ Uhlig Communications Systems Engineer ~~ [EMAIL

RE: [KCFusion] Simple Query Question

2003-03-13 Thread Justin Hansen
yeah, they are right, the 'IN' statement is the way to go geez, what the heck was i thinkin? ;P -Original Message- From: Justin Hansen Sent: Thursday, March 13, 2003 4:24 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Simple Query Question oops.. correction, i dont know how all

[KCFusion] Local Java Training?

2003-01-20 Thread Justin Hansen
Does anyone on this list know where in KC I can get trained in Java in 1-2 weeks? I need to sign up for a course and get going fast. Justin Hansen -- Uhlig Communications Systems Engineer -- [EMAIL PROTECTED] 913-754-4273 Office 816-695-4045

RE: [KCFusion] How do I get the data types?

2003-01-14 Thread Justin Hansen
there. You many also find the answer here: http://www.experts-exchange.com/Databases/MS_Access/ Good luck, Justin Hansen -- Uhlig Communications Systems Engineer -- [EMAIL PROTECTED] 913-754-4273 Office 816-695-4045 Mobile

RE: [KCFusion] WYSIWYG Web Control for Mac Users

2002-09-23 Thread Justin Hansen
Title: Message ActivEdit 3.0 works on the mac via a java applet. It is missing a few features, but it works. -Original Message-From: Greenhagen, Robin [mailto:[EMAIL PROTECTED]]Sent: Saturday, September 21, 2002 7:16 AMTo: [EMAIL PROTECTED]Subject: [KCFusion] WYSIWYG Web

RE: [KCFusion] MM Meeting is CANCELLED! - possible reschedule

2002-09-23 Thread Justin Hansen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Justin Hansen Sent: Monday, September 23, 2002 4:00 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] MM Meeting is CANCELLED! - possible reschedule cf_justkidding cf_formatPhone Number=913-579-620 Error: Please check

RE: [KCFusion] checking for nulls...

2002-09-12 Thread Justin Hansen
cfif trim(whatever) eq whatever is null/cfif -Original Message- From: Johnson, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 7:46 AM To: CF-List (E-mail) Subject: [KCFusion] checking for nulls... what's the syntax to check if a variable is null... i.e. cfif

RE: [KCFusion] checking for nulls...

2002-09-12 Thread Justin Hansen
The ultimate solution would be a UDF! http://www.cflib.org/udf.cfm?ID=644 (code below) Then all you would have to do is say cfif isNull(whatever) whatever is null /cfif cfscript /** * Returns True if the value passed to it represents quot;NULLquot;. * * @param valValue to

RE: [KCFusion] checking for nulls...

2002-09-12 Thread Justin Hansen
cf_joking Oh, well fine then... shall we keep the NULL conversation going? 1. Um, it was a CF question. (see original post) 2. What solution did Mike use? Come on, we all want to know. /cf_joking cf_for_real 3. I agree with Misty. 4. UDFs are cool.

RE: [KCFusion] Changing the subject

2002-09-12 Thread Justin Hansen
I heard about that job a few months ago guess they are still looking. Too bad I like this job so much. My top secret project rocks! Can't tell you more than that or I would have to kill ya. Time for lunch. btw... Yes, we are all freaking genious's! ;) Justin Hansen

RE: [KCFusion] Parsing two lists

2002-05-02 Thread Justin Hansen
cfif listLen(form.Item) gt 0 and (listLen(form.Item) eq listLen(form.ItemQty)) cfloop from=1 to=#listLen(form.Item)# index=i cfoutput #listGetAt(form.ItemQty,i)# #listGetAt(form.Item,i)# /cfoutput /cfloop /cfif Justin

RE: [KCFusion] Form fields a structure in CF5

2002-04-23 Thread Justin Hansen
recipient, please contact the sender by reply email and destroy all copies of the original message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Justin Hansen Sent: Tuesday, April 23, 2002 3:40 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Form fields

RE: [KCFusion] Form fields a structure in CF5

2002-04-23 Thread Justin Hansen
PROTECTED]]On Behalf Of Justin Hansen Sent: Tuesday, April 23, 2002 3:40 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Form fields a structure in CF5 cfloop collection=#form# item=locField form.#locField# = #evaluate(form.#locField#)# /cfloop This will show all the form fields in the form

[KCFusion] Accounting System?

2002-04-18 Thread Justin Hansen
Does anyone have a simple CF Accounting System I can integrate into my project so I don't have to reinvent the wheel, again. Simple credits, debits, and aging is all I need. Thanks! Justin Hansen -- Uhlig Communications Web Developer / Programmer

RE: [KCFusion] Ben Forta, Macromedia's ColdFusion Senior Product Evangelist to visit Kansas City!!!

2002-04-15 Thread Justin Hansen
cf_sarcasmI wonder what it's about?/cf_sarcasm Count me in! + 2 Coworkers. Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284 -- -Original Message- From

[KCFusion] OT: Infrastructure Help!

2002-02-04 Thread Justin Hansen
We need to buy Cisco 2900/2950 48 port switch TODAY! Let me know ASAP if you can help or where we might find one. Justin Hansen -- Ulgih Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284

RE: [KCFusion] Text box value

2002-01-28 Thread Justin Hansen
, locBadChars, locGoodChars))#' If you do this you wont need them in the textarea Justin Hansen -- Uligh Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284 -- -Original Message- From

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
with all your form.vars for the final step. All you would have to do is modify this to match your array instead of a struct. Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 CODE

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
in a session.struct.vars then converts all the fields in the struct back into form vars. You can just keep running through multiple forms and end up with all your form.vars for the final step. All you would have to do is modify this to match your array instead of a struct. Justin Hansen - [EMAIL

RE: [KCFusion] CFFile and CFFTP

2001-08-17 Thread Justin Hansen
spInet.FTP" ACTION="CREATE"CFSET RETURN = FtpConn.FTPGetFile("#REMOTESERVER#", "#USERNAME#", "#PASSWORD#", "#REMOTEFILE#", "#LOCALFILE#", "TRUE", "#FTP_TRANSFER_TYPE#") CFIF trim(RETURN) eq "YES" File Downloaded s

[KCFusion] Win2k IIS 5 SMTP - Please Help!

2001-07-26 Thread Justin Hansen
it up. Thanks a million! Justin Hansen - [EMAIL PROTECTED] Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List