password retrival

2012-07-03 Thread Won Lee
Hi Mike D, Not sure what I'm doing wrong but I can't retrieve my password. I entered my email and received a message reading 'Your user information has been emailed to you. ' I don't see my password though. I have tried several times. Spam and trash folders are empty. Thanks, W ~~~

Re: WHERE Left(str,5) = 'string' VS WHERE str LIKE 'string%'

2010-09-14 Thread Won Lee
Interesting. Thanks for the results. There probably is another route we could test. We could right a function in C, compile it , and add it to mysql. I've never done it myself but I did read that it may make your query faster. I think I also I read that it might slow it down. BTW according t

Re: WHERE Left(str,5) = 'string' VS WHERE str LIKE 'string%'

2010-09-08 Thread Won Lee
I ran a quick test CREATE TABLE HoF ( ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, LastName VARCHAR(100) ) ENGINE = InnoDB; insert into HoF (LastName) values ('Smith'); insert into HoF (LastName) values ('Smithville'); insert into HoF (LastName) values ('Jones'); inse

Re: WHERE Left(str,5) = 'string' VS WHERE str LIKE 'string%'

2010-09-08 Thread Won Lee
mike, Please let us know what you find out. I'm very curious of this myself. As the document clearly states, mysql will use an index when you use a like but don't start the string with a wildcard. So we know that Left(str,5) = 'string' VS WHERE str LIKE 'string%'both will use an index. The que

Re: WHERE Left(str,5) = 'string' VS WHERE str LIKE 'string%'

2010-09-08 Thread Won Lee
On Wed, Sep 8, 2010 at 1:27 PM, Michael Grant wrote: > > What about mySQL? > > Do you know if this is documented and easy to find? > > > http://dev.mysql.com/doc/refman/5.6/en/mysql-indexes.html ~| Order the Adobe Coldfusion A

Re: mySQL data types - possible db bloat with text type? yes or no?

2010-09-03 Thread Won Lee
On Fri, Sep 3, 2010 at 12:23 PM, Michael Grant wrote: > > Thanks. Other than the 1 extra byte thing... > if I'm using MyISAM and assumming I have a string that's 150 characters is > there any advantage to using varchar(150) over say TEXT or any of the other > text type fields? that's what I'm tr

Re: mySQL data types - possible db bloat with text type? yes or no?

2010-09-03 Thread Won Lee
On Fri, Sep 3, 2010 at 12:04 PM, Michael Grant wrote: > > *bump* > > No one has any insight into this? Please please please. > > On Thu, Sep 2, 2010 at 11:47 AM, Michael Grant wrote: > > > Normally I use MSSQL but the shop I'm at uses mySQL. I've always built my > > db's so that the field best

Re: (ot) FTP Servers with DB integration

2010-08-31 Thread Won Lee
On Tue, Aug 31, 2010 at 10:46 AM, Rick Root wrote: > > Anyone out there have any experience with FTP server software that > integrates with a external database for things like authentication and > directory access? > > I need an FTP server where a user can log in using their web site > username/

Re: social network application based on CF ?

2010-08-27 Thread Won Lee
myspace used to be in CF I think. On Fri, Aug 27, 2010 at 6:23 PM, cf-t...@sdsolutions.de < cf-t...@sdsolutions.de> wrote: > > Hi list, is there any social network application / social network framework > based on CF you guys are aware of ? > Thanks in advance for your feedback ! > > Uwe > > > >

Re: Number of site using ColdFusion

2010-08-25 Thread Won Lee
http://www.adobe.com/enterprise/pdfs/Adobe3112.pdf Please read it and decide if this is something that you can use. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/

Re: Dump to Excel from CF 5

2010-08-23 Thread Won Lee
On Mon, Aug 23, 2010 at 11:46 AM, Eric J. Ehlers wrote: > > Yes, you read that right. CF FIVE. That's what Govt work will get you. > > I'm not used to developing in ColdFusion, so nuances are easily escaping > me. > > > I've tried using various iterations of and but > nothing is changing. I'm o

Re: oracle database link

2010-08-04 Thread Won Lee
I assume you mean a link from one oracle schema to another schema by executing the CREATE DATABASE LINK sql command through a CFML page. Is this correct? If it is check your permissions. This most likely has nothing to do with CF. As I side note, I don't think CFML pages should be running this

Re: (ot) changing the default for loading actionscript files in cfeclipse/eclipse

2010-07-19 Thread Won Lee
On Mon, Jul 19, 2010 at 12:42 PM, DURETTE, STEVEN J (ATTASIAIT) wrote: > > Ok... But why should I have to do that? The default OS Application for > .cfm files is Dreamweaver, but when I open CFE and double click a .cfm > file it opens in CFE. > > Besides, in some companies, changing defaults like

Re: (ot) changing the default for loading actionscript files in cfeclipse/eclipse

2010-07-19 Thread Won Lee
On Mon, Jul 19, 2010 at 12:35 PM, DURETTE, STEVEN J (ATTASIAIT) wrote: > > > Sorry for the off topic, but when I'm working on a project in CFEclipse > that has actionscript files, if I double click on the file it starts up > Flash to open the file.  I don't want that, I want the .as file to open

Re: development and testing server

2010-07-14 Thread Won Lee
e commonly issue just a > single key -- imagine the headaches it would cause if you have to manage > 100+ different CF license keys. The recent EULA change follows the same > principals. One serial key can cover multiple installs. > > -Adam > > > On Tue, Jul 13, 2010 at 3:

Re: development and testing server

2010-07-13 Thread Won Lee
ting Adobe directly. > > Judah > > On Tue, Jul 13, 2010 at 12:26 PM, Won Lee wrote: > > > > He was looking for something more official. We take licenses very > seriously > > here. > > > > W > > > > On Tue, Jul 13, 2010 at 3:19 PM, Judah McAule

Re: development and testing server

2010-07-13 Thread Won Lee
He was looking for something more official. We take licenses very seriously here. W On Tue, Jul 13, 2010 at 3:19 PM, Judah McAuley wrote: > > > http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-testing-staging-and-development-changes-to-eula > > On Tue, Jul 13, 2010 at 12

Re: development and testing server

2010-07-13 Thread Won Lee
Tue, Jul 13, 2010 at 2:49 PM, Won Lee wrote: > Thanks > > > On Tue, Jul 13, 2010 at 1:36 PM, Adrocknaphobia > wrote: > >> >> Just use the same key. >> >> -Adam >> >> On Tue, Jul 13, 2010 at 1:03 PM, Won Lee wrote: >> >> > >>

Re: development and testing server

2010-07-13 Thread Won Lee
Thanks On Tue, Jul 13, 2010 at 1:36 PM, Adrocknaphobia wrote: > > Just use the same key. > > -Adam > > On Tue, Jul 13, 2010 at 1:03 PM, Won Lee wrote: > > > > > Hi folks, > > > > I've been using CF 9 developer on edition on my dev box and the

development and testing server

2010-07-13 Thread Won Lee
Hi folks, I've been using CF 9 developer on edition on my dev box and the standard version on my production box. I want to change the dev box to standard for development only purpose under the EULA 3.1.3. Any directions for this or do I just enter the same key? W

Re: Extract an URL Variable name?

2010-07-09 Thread Won Lee
On Thu, Jul 8, 2010 at 11:11 PM, Les Mizzell wrote: > > If I'm passing an URL Variable - with the variable name itself being > dynamic, what's the best was to extract the variable name (not the > value) on the receiving page? > > As in: > for: index.cfm?somevar=somevalue > I need to return "some

Re: Looking for a CF Recipe script!

2010-07-09 Thread Won Lee
On Thu, Jul 8, 2010 at 9:57 PM, denstar wrote: > > So /that's/ why my ascii art is all mangled! ;] > > , > - \O , .-.___ > - /\ O/ /xx\XXX\ > - __/\ ` /\ |xx|XXX| >

Re: CF vs. ASP.Net

2010-06-21 Thread Won Lee
On Mon, Jun 21, 2010 at 2:29 PM, Casey Dougall < ca...@uberwebsitesolutions.com> wrote: > > On Mon, Jun 21, 2010 at 2:23 PM, Won Lee wrote: > > > > > http://www.adobe.com/enterprise/pdfs/Adobe3112.pdf > > > > > > > Well, there ya go, we got anothe

Re: CF vs. ASP.Net

2010-06-21 Thread Won Lee
http://www.adobe.com/enterprise/pdfs/Adobe3112.pdf ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusio

Re: CF Builder Install Problem

2010-05-25 Thread Won Lee
>From memory... You may install CF Builder as a stand alone or plugin. It asks you for the eclipse directory if you are installing as a plugin. i think CF Builder actually ships with Eclipse. I can't go through the install process because I don't have rights on this system but that is what I r

Re: CF 9 How pass data in one grid to a query that populates another grid?

2010-05-24 Thread Won Lee
On Mon, May 24, 2010 at 9:52 AM, Joy Rose wrote: > > I have a cfgrid from which a user would choose a data row. > Based on the values in the selected row, I would run to a query to get > detailed data that would display in another grid. > > In that new grid, I would want to be able to insert an

house of fusion password recovery

2010-04-29 Thread Won Lee
Can anyone else retrieve their emails through the website? What I Did: Went to www.houseoffusion.com. clicked on Sign In -> email password. entered won...@gmail.com. The system returned message "Your user information has been emailed to you." on page http://www.houseoffusion.com/signin/mailpass.

Re: SQL data integrity

2010-04-23 Thread Won Lee
This is what I follow to ensure my data is clean. http://en.wikipedia.org/wiki/Title_21_CFR_Part_11 ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive

Re: SQL data integrity

2010-04-22 Thread Won Lee
Look up validation process. On Thu, Apr 22, 2010 at 3:30 PM, Justin Scott wrote: > > Hi all, not a CF-specific question but I'm hoping someone can point me in > the right direction. We're building an application where some information > stored in our database could potentially be subpoenaed to

Re: GIT Anyone?

2010-03-25 Thread Won Lee
Those wanting more Hg: http://hgbook.red-bean.com/read/ Those wanting more Git: http://progit.org/book/ ~| Want to reach the ColdFusion community with something they want? Let them

Re: GIT Anyone?

2010-03-25 Thread Won Lee
TLDR: I wouldn't worry too much about graphical tools for either Git or Hg unless you have a funky deployment plan. Both have plugins for CFBuilder. I can tell you that Hg works. I would like to add that I picked Hg over Git because I was able to get Hg working like I wanted within 20 minutes o

Re: GIT Anyone?

2010-03-25 Thread Won Lee
I'm curious if you considered using Hg and if you did why you picked it over GIT. Thanks ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://w

Re: Differences between MySQLs?

2010-03-24 Thread Won Lee
application datasource is correct. > > I have no way to confirm the JDBC connectors. > > On Wed, Mar 24, 2010 at 12:37 PM, Won Lee wrote: > > > > 1) check the datasource in cf admin. > > 2) make sure the JDBC connectors are the same. In your case it doesn't &g

Re: Differences between MySQLs?

2010-03-24 Thread Won Lee
1) check the datasource in cf admin. 2) make sure the JDBC connectors are the same. In your case it doesn't seem like it will be the issue but I would eliminate it as a possibility. 3) check the application.dsn (or whatever you named it). Make sure it is correct by cfdumping it. W On Wed, Mar

Re: ColdFusion Builder Released!

2010-03-24 Thread Won Lee
I have TOAD but do not use is. SQL Plus, Oracle SQL Developer, or OEM are enough to effectively manage Oracle. I know the first two are free. I believe the third is as well. On Wed, Mar 24, 2010 at 11:23 AM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > That's one of the big issu

Re: CFBuilder: standalone or plugin?

2010-03-23 Thread Won Lee
think CFBuilder is based off > of either the 3.2 or 3.3 builds, and most plugins would fould out on > install > > On Tue, Mar 23, 2010 at 4:12 PM, Won Lee wrote: > > > > First excuse me for not posting on cf-builder. I've been waiting couple > of > > hours

CFBuilder: standalone or plugin?

2010-03-23 Thread Won Lee
First excuse me for not posting on cf-builder. I've been waiting couple of hours for HoF to email me a new password link. What is the major difference between the two types of install? I did a google search and the only worthwhile information I was able to find was Ray Camden writing that he on

Re: good forums

2010-03-22 Thread Won Lee
1) http://www.extjs.com/learn/Main_Page. You should do the tutorials. 2) While not a forum, Cutter's blog is worth reading while drinking one's morning coffee. http://blog.cutterscrossing.com/ 3) I'm surprised that the ExtJs forums hasn't been more helpful. I've had a lot of success on there

Re: CF, Flex and EXTJS

2010-03-18 Thread Won Lee
EXTJs, the version that ships with your CF server, is also free to use in production as it is part of your CF Server license. Don't know about Flex in production. On Thu, Mar 18, 2010 at 1:06 PM, Andy Matthews wrote: > > The two technologies, Flex and Ext JS, do very similar things in different

Re: empty strings

2010-01-11 Thread Won Lee
and so it was. Thanks =). Thanks to everyone else that chimed in. W On Mon, Jan 11, 2010 at 5:19 PM, Jason Fisher wrote: > > Looks like you're missing your comma before the queryparam: > >,#form.product_id# > , cfsqltype="cf_sql_char" > null="#YesNoFormat(NOT LEN(TRIM(form.p

Re: empty strings

2010-01-11 Thread Won Lee
The performance hit I meant was on the cf-app and then the inability of the app server (or would it be the db server?) to cache that query. also cfqueryparam doesn't seem to be working in this case. here is my code insert into case_products ( case_id ,created

Re: empty strings

2010-01-11 Thread Won Lee
ormat(NOT LEN(TRIM(form.myField)))#"> > > Hope this helps! > > > On Mon, Jan 11, 2010 at 4:21 PM, Won Lee wrote: > > > > > I'm not sure what to do a search on this subject so please excuse me if > > this > > question was already asked. > > &

empty strings

2010-01-11 Thread Won Lee
I'm not sure what to do a search on this subject so please excuse me if this question was already asked. I have a form. It has an optional field. When I go to insert a new record into the Oracle DB, the db will throw an error if the formfield is empty. I can get around this by using a . Is the

Re: Two Column Select Box?

2009-12-16 Thread Won Lee
On Wed, Dec 16, 2009 at 5:03 PM, ColdFusion Developer wrote: > > Tried that as well. Does not line up. > > Ex: > > 3M | XYZ Corporation > ABCDY | AB Corporation of Delaware > > The first one is 2 characters and 5 spaces > The second one if 5 characters and 2 spaces > > Both equal 7 spa

Re: Check Boxes

2009-12-08 Thread Won Lee
On Tue, Dec 8, 2009 at 11:53 AM, Damo Drumm wrote: > > The company table represents the seller, and the Customer table represents > the individual Buyers. > Invoice_Number is unique but I also have INVOICE_Key in the INVOICE table > > If that is the case then the query should work COMPANY <-> IN

Re: cfselect url bind

2009-12-08 Thread Won Lee
On Tue, Dec 8, 2009 at 11:00 AM, Sean Sekora wrote: > > I have the following cfselect > > bind="url:lookup.cfc?method=getType&year={year}&make={make}&model={model}" > bindonload="false" /> > > Is there a way to prevent the lookup from being executed until all the > required values have been set

Re: Check Boxes

2009-12-08 Thread Won Lee
On Tue, Dec 8, 2009 at 10:35 AM, Damo Drumm wrote: > > This was what i meant to put in instead of qgetcustomer query > So am I still missing a join somewhere > > > >select COMPANY_Number, INVOICE_Number, CUSTOMER_AccNum >from INVOICE >

Re: Check Boxes

2009-12-08 Thread Won Lee
> > > > select I.INVOICE_DateAdded, I.COMPANY_Number, I.INVOICE_Number, > C.COMPANY_Name, I.INVOICE_Key, I.CUSTOMER_AccNum, CU.CUSTOMER_Name > from INVOICE I, COMPANY C, CUSTOMER CU > where I.COMPANY_Number = C.COMPANY_Number > AND I.COMPANY_Number = '#form.COMPANY_Number#' > AND I.INVOICE_Number

Re: Check Boxes

2009-12-08 Thread Won Lee
On Tue, Dec 8, 2009 at 9:27 AM, Damo Drumm wrote: > > Hi > can someone help me out here, Im trying to have a check box for each > invoice so when its ticked and you press submit all the ticked invoices will > be sent to the revelant email address, > I'm trying to have it so the check boxes will b

Re: datefield + js

2009-12-02 Thread Won Lee
On Wed, Dec 2, 2009 at 12:51 PM, Leigh _ wrote: > > Depending on your needs, you might try the work-around mentioned here: > > http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:55190#299204 > > Or you try binding the text field to the datefield: > > > function calcAge(bDateValue)

datefield + js

2009-11-30 Thread Won Lee
Hello folks, This has to be something simple as I've seen example of ppl getting it to work but I'm having problems running some JS on a cfinput type datefield. Part of the code function calcAge(){ alert('calc age'); return true; } Birthdate: Age: I've also tried onClic

Re: cfgrid

2009-11-23 Thread Won Lee
tified Professional > Advanced Macromedia ColdFusion MX 7 Developer > > Co-Author of "Learning Ext JS" > http://www.packtpub.com/learning-ext-js/book > _________ > http://blog.cutterscrossing.com > > > > Won Lee wrote: > > NVM. I j

Re: cfgrid

2009-11-23 Thread Won Lee
NVM. I just reread your post and realized what you were trying to teach me. Basically, The user types data into the first row. I put that row into the DB. Update the datastore. Reload the Grid. then the user can click on insert again and a new row will be appended to the grid. Repeat as ma

Re: cfgrid

2009-11-23 Thread Won Lee
many times as necessary. On Mon, Nov 23, 2009 at 3:44 PM, Won Lee wrote: > Sorry for the poor explanation of my problem. > > This is always a new grid. There is no data I am binding. I do not create > the store. I assume the CF server is creating the DataStore. > I want the

Re: cfgrid

2009-11-23 Thread Won Lee
nders. Check out > the Ext.grid.GridPanel and Ext.data.Store API's on the ExtJs site for > more information. > > Steve "Cutter" Blades > Adobe Certified Professional > Advanced Macromedia ColdFusion MX 7 Developer > > Co-Author of "Learning Ext JS" >

cfgrid

2009-11-23 Thread Won Lee
Using CF9 Developer edition version 9. 0. 0. 251028 Anyone else have issues with trying to insert more than one row in cfgrid? select * from l_outcomes select * from l_serious_criteria I rather not have to build out all the ext for a new grid.

cfgrid

2009-11-13 Thread Won Lee
Hello, is cfgrid broken? the insert can't seem to add more than one row before it returns a "uncaught exception: Multiple row insert is not supported" error message. I would really like to avoid building out the grid in ext myself. ~

Re: OT - MySQL List

2009-11-12 Thread Won Lee
http://lists.mysql.com/ Navicat is a good tool to use with MySQL. I think Sun/Oracle might still have their workbench tool. On Thu, Nov 12, 2009 at 3:49 PM, Duane Boudreau wrote: > > Hi All, > > Anyone know of a good MySQL list? I have to take on a project that has

cfgrid + datetype

2009-11-11 Thread Won Lee
--- Reading through the help files and I can't see why type date does not bring up a date selector since selectmode = edit. What am I doing wrong? ~| Want to reach the ColdFusion community with something they want?

Re: [OT] Data xfer from CD to DB

2009-02-16 Thread Won Lee
>Hello CF gods. > > > >Quick question. I have a large data set which is delivered to me via CD >every quarter. I need to get this data into a MySQL server. > >What are my options? I know I could probably do this via PERL or VB but >it seems like a rather mundane task and something where a to

[OT] Data xfer from CD to DB

2009-02-16 Thread Won Lee
Hello CF gods. Quick question. I have a large data set which is delivered to me via CD every quarter. I need to get this data into a MySQL server. What are my options? I know I could probably do this via PERL or VB but it seems like a rather mundane task and something where a tool alread

Re: Is it possible to override that CF starts weeks on sundays?

2008-11-14 Thread Won Lee
This looks like you are trying to build a broadcast calendar. We used JavaScript to handle that on the front end w/ the week number. On the back end we reduce all date ranges to a startdate, enddate, and numDaysDiff. We eliminated the concept of weeks and months in the CF. We do have stored

Re: StructKeyExists() + dynamic names

2008-11-11 Thread Won Lee
>structKeyExists(arguments.myStruct, variables['dp' & daypartID & 'max']) > >not sure i'd have expected the syntax you used to work (at least, not >without an evaluate()). don't have any older versions available to test on >tho. > Bah sorry I posted this. My Co-worker came back and said the outp

StructKeyExists() + dynamic names

2008-11-11 Thread Won Lee
We just upgraded from 7 to 8 and I'm getting some unexpected behavior with StructKeyExists. I'm pretty sure this worked before: .. Now this always resolves to false no matter what. I can forward the CFDUMP of arguments.mystruct which I'm looking at right now and I clearly see keys of 'dp

Re: cffile + cffunction

2008-11-04 Thread Won Lee
Thanks for the quick replies. I've fixed the problem and am going to share so other ppl don't have to waste an hour like I did. 1) The form field name and the argument name do NOT have to be the same. I named my input field "all" and my argument name "MP3File." 2) When you pass the file name t

Re: cffile + cffunction

2008-11-04 Thread Won Lee
>*Tried a search via HoF and it didn't return anything useful. > > > >I have a form page with an > > > >On the action page, I would like to call a function that will upload the >file. Unfortunately assumes fileField is always a form field. > >So my function breaks with the error message: > > >

cffile + cffunction

2008-11-04 Thread Won Lee
*Tried a search via HoF and it didn't return anything useful. I have a form page with an On the action page, I would like to call a function that will upload the file. Unfortunately assumes fileField is always a form field. So my function breaks with the error message: 14:10:10.010 -

editing session variables

2007-05-10 Thread Won Lee
Hi, I want to edit the values of someone else's session variables. I have a session variable named session.user.isLoggedIn. I want to set it to 0. I have the session.sessionID. The reason I want to do this is because I want to be able to close my old session when I log in from another com

Application.cfc + performance

2006-05-30 Thread Won Lee
Hi everyone, Been reading through the livedocs. Version 7 has some new and exciting changes. Can't wait to get back to using CF after an extended vacation from it. Anyone have any other links to performance impact of Application.cfc? The search result on HoF for the term application.cfc +

Re: ebags

2004-10-11 Thread Won Lee
At 15:13 10/11/2004 -0400, Won Lee wrote: >I know ebags.com is written in CF but I'm having major problems with their >site and their customer support people.  First of all the website didn't >calculate my shipping correctly.  I noticed this and called them about it >witho

ebags

2004-10-11 Thread Won Lee
I know ebags.com is written in CF but I'm having major problems with their site and their customer support people.  First of all the website didn't calculate my shipping correctly.  I noticed this and called them about it without submitting my order.  I was told to submit my order and that the

Sports

2004-10-11 Thread Won Lee
What a great time for sports in NY. We have another fall classic.  The valiant and pure of heart Yankees defend everything that is good about baseball against the monstrous RedSox who allegedly commit such heinous crimes like ripping the tags off beds before purchase.  Boo! The Jets are playin

Bush Vs Kerry (joke)

2004-07-15 Thread Won Lee
Here is a pre-Friday treat. Enjoy. http://www.untypeable.com/contributors/this_land_mov.swf [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Keyword Lookup

2004-06-07 Thread Won Lee
At 18:03 6/7/2004 +0200, you wrote: >Error in the 2nd option : > > >   SELECT equityID >   FROM keyword_equity_join > > > -Original Message- > > From: Pascal Peters > > Sent: maandag 7 juni 2004 17:52 > > To: CF-Talk > > Subject: RE: Keyword Lookup > > > > SELECT > > e.symbol, e.equityID F

SQL: Keyword Lookup

2004-06-07 Thread Won Lee
Hello, Have 3 tables. equities equityID symbol keywords keywordID keyword keyword_equity_join keID equityID keywordID The user selects from a dropdown list a keyword The user may then add another dropdown list to select another keyword. The user ma

RE: Recommendation for a book about writing documentation

2004-06-01 Thread Won Lee
At 10:51 6/1/2004 -0600, you wrote: >What your asking for falls under the category of "Technical >Writing".  When I was studying programming in school, the Technical >Writing class was required.  It covered a number of points like knowing >who the target audience is, how to present step by step

Re: Recommendation for a book about writing documentation

2004-06-01 Thread Won Lee
At 11:03 6/1/2004 -0400, you wrote: >Hello, > >I am looking for a book about documentation writing (computer application >documentation). I looked in my local bookstore but didn't find anything. I >searched amazon but all the titles I have look at have none or very poor >explanation as to what give

RE: cfmx + odd action page results

2004-06-01 Thread Won Lee
At 08:20 6/1/2004 -0700, you wrote: >"_date" is a reserved name in ColdFusion  It allows for automatic form >validation.  See the section on server-side validation in the >documentation there is a whole group if reserved form names used for this. > > >_date >_integer >_required Good stuff.  Than

cfmx + odd action page results

2004-06-01 Thread Won Lee
Hello, First of all, I haven't done much CF work since CF 5.0. I DLed the new MX demo version. I have a simple form page.  Input New Holiday    Holiday:   value="#holiday#">      Date:  

RE: Strange ODBC issue

2004-05-20 Thread Won Lee
At 16:57 5/20/2004 -0400, you wrote: > > From: Won Lee [mailto:[EMAIL PROTECTED] > > > > What type of DB? > >He answered that in his post > > > >I am using CFQUERY on a text ODBC datasource. > > > What data type is it in the DB? > >It's text,

Re: Strange ODBC issue

2004-05-20 Thread Won Lee
At 15:46 5/20/2004 -0400, you wrote: >I am using CFQUERY on a text ODBC datasource. One of the fields is zip code. >When a zip contains a dash, as in 12345-1234, the field is returned as an >empty string. What could be going on? What type of DB? What data type is it in the DB? [Todays Threads]

RE: return only 2 decimal places

2004-05-19 Thread Won Lee
At 16:49 5/19/2004 -0400, you wrote: >select cast(.01000 as decimal(18, 2)) Thank you. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

SQL: return only 2 decimal places

2004-05-19 Thread Won Lee
Hello, Using SQL Server 2000. I want to keep as much work on the SQL server. I have a numeric value that I want to return as a 2 decimal place number. 10.98 1.34 03.45 .34 All valid returns.  How can I do this?  I can't run a substring on a numeric value.  Should I cast it then work on it?  Sho

RE: return only 2 decimal places

2004-05-19 Thread Won Lee
ook in Books Online for the ROUND() function - it'll do everything >you need. > >Jim Davis > >   _ > >From: Won Lee [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 19, 2004 4:31 PM >To: CF-Talk >Subject: SQL: return only 2 decimal places > >Hello, >

RE: Dumping Local Vars Scope

2004-04-21 Thread Won Lee
At 14:26 4/21/2004 -0400, Dave Watts wrote: > > Go download cf_dump from the macromedia exchange. > >I don't think that'll let you dump all local variables within CF 5, since I >don't think they're not contained within a structure in CF 5. Doesn't the debugger list all the variables and it's value

Re: Error adding CF Datasource

2004-04-16 Thread Won Lee
Open up C:\Program Files\Microsoft SQL Server\MSSQL\LOG\ERRORLOG 2004-04-16 10:13:45.32 server    SQL server listening on TCP, Shared Memory, Named Pipes. 2004-04-16 10:13:45.32 server    SQL server listening on 192.168.1.159:1433, 127.0.0.1:1433. 2004-04-16 10:13:45.32 server    SQL Server is r

Re: SOT: RIA thoughts (longish)

2004-03-30 Thread Won Lee
At 11:44 3/30/2004 -0800, you wrote: > > What is RYO? >Roll your own Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SOT: RIA thoughts (longish)

2004-03-30 Thread Won Lee
At 11:08 3/30/2004 -0800, you wrote: >In theory you are correct. > >However the only real-time streamers I have access to get too far >behind the market to be useful  -- you can get a 5-minute delayed quote >from lots of sources. >If the streamer runs  more than 60 seconds behind, it is of limited

Re: SOT: RIA thoughts (longish)

2004-03-30 Thread Won Lee
Dick, Not that my opinions matter much, but I think the RIA application for a trading platform (quote service and order execution combined) is a great idea. I don't think CF is a viable option though. Best of Luck, Won [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [U

Re: SOT: RIA thoughts (longish)

2004-03-30 Thread Won Lee
You are going to use CF on the backend to store trades in the DB and feed the quotes to the GUI? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: webcam et coldfusion

2004-03-09 Thread Won Lee
At 09:16 3/9/2004 -0600, you wrote: >Babelfish can be comedy in and of itself: > >"Initially, forgive my French. He sucks. I am not sure how you would do this >with ColdFusion, but you can do this with the flash. Did you examine this >option?" And here I was thinking that he was farting in my gene

RE: Can you reset row numbers in a DB after deleting all rows?

2004-03-03 Thread Won Lee
At 18:45 2/29/2004 -0800, you wrote: >This won't work if the table has any foreign keys related to it. A better >solution is to use DBCC CHECKIDENT('table_name', RESEED, 1) This is a MS SQL command. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Better way of inserting lots of data?

2004-03-03 Thread Won Lee
At 20:09 3/2/2004 -0400, you wrote: >I have the thrilling job of inserting 4 years of daily stock results for >over 100 companies into an online database.  I grabbed the data from >another system (not online) and created a macro in Excel to give me a text >file, which is then read and parsed by

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob Thanks.  I just realized that I did a re-install of 2.1.1. I guess that means I can only get up to cfeclipse 1.0.5? At 09:36 AM 2/24/2004 -0800, you wrote: >On Tue, 2004-02-24 at 09:32, Won Lee wrote: > > Rob, > > > > How do I check that I'm using 1.1.1 and not prev

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob, I should be a little more specific.  The reason that I ask is because I extracted it to e:\eclipse\plugins. It created a directory com.rohanclan.coldfusionmx_1.1.1 and I do see the jar file there. But when i go into the configuration history and I don't see an reference to 1.1.1.  I do see

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob, How do I check that I'm using 1.1.1 and not previous versions? Won [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cf app: inventory and software mgt tool

2004-02-12 Thread Won Lee
Hello, Looked through the exchange at macromedia.com but couldn't find anything. I'm looking for a free hardware and inventory management system. Our IT manager wants to be able to see at a glance what server, workstation, and software we currently have and the associated licenses for the softw

Re: Why can't CF see my mapped or subst'ed drives!?

2004-02-05 Thread Won Lee
At 01:51 PM 2/5/2004 -0500, you wrote: >Umm... I have a problem... I have a "virtual" drive that I call "S:\". I've >tried setting it is a mapped drive and also set it as a virtual drive with >the subst utility. (I'm on windows xp pro). Anyway, from within my CF page, >when I do a directory exists

Re: SOT: Web server's www publishing service keeps shutting down

2004-02-02 Thread Won Lee
At 02:40 PM 2/2/2004 -0500, you wrote: >We are running CF 5.0 Enterprise on Windows 2003 Advanced Server with IIS >5.0. The server is a quad-processor (700MHz) with 4GB RAM and 2 NICs. What do you use for a DB? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settin

configure cf server

2004-02-02 Thread Won Lee
Hello, I know I asked this question last week, but I am at a lose. Perhaps it just got lost as the subject started to shift away from my initial question. For the life of me I can not create an ODBC datasource in CF 5.0 administrator. I know I must be doing something wrong somewhere.  I just don

  1   2   3   >