smtp questions & cfpop

2006-05-16 Thread David Elliott
I've managed to add my hyperlink to pull up a web page for sending my email. I've also added it to my coldfusion server and tested it successfully. When I try to send a 'test' email to myself or another email address I have, the mail program acts like it sends it but when I check on it, Nothing

Re: concantenating entries

2006-05-16 Thread David Elliott
e backend. > > > > > > Paul Giesenhagen > QuillDesign > 417-885-1375 > http://www.quilldesign.com > > > - Original Message - > From: "David Elliott" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Tuesday, May 16, 2006 7:54

concantenating entries

2006-05-16 Thread David Elliott
Hi all, I'm playing around with coldfusion and emailing. I have an input box where it is looking for something like [EMAIL PROTECTED] My users don't like the existing interface and I'm working on an alternative. One thing they do not like is having to put the "@here.com" on the end of thei

cfgridupdate

2006-04-25 Thread David Elliott
I am working with cfgrids for the first time. I have my grid working where I am learning and happy with it. The subject tag of cfgridupdate I am a little confused on. I have read in books in the examples to help me understand it a little more..."when a grid is tripped". Am I to assume that

Re: cfgridupdate

2006-04-25 Thread David Elliott
With all this expertise out here, I cannot believe that no one has any experience with cfgrids:( David Elliott <[EMAIL PROTECTED]> wrote: I am working with cfgrids for the first time. I have my grid working where I am learning and happy with it. The subject tag of cfgridupdate

cfgridupdate

2006-04-24 Thread David Elliott
I am working with cfgrids for the first time. I have my grid working where I am learning and happy with it. The subject tag of cfgridupdate I am a little confused on. I have read in books in the examples to help me understand it a little more..."when a grid is tripped". Am I to assume that

Re: sql question.....

2006-04-19 Thread David Elliott
Thanks Ryan. Ryan Guill <[EMAIL PROTECTED]> wrote: On 4/19/06, David Elliott wrote: > Below is a part of my code > > And my question might be a simple onethe line that says > ,equip_idle...does this mean I'll only have any entry if their is a value in > it

sql question.....

2006-04-19 Thread David Elliott
Below is a part of my code INSERT INTO hourly (employee_id ,ticket_no ,ticket_date ,labor_start ,labor_stop ,labor_lunch ,truck_id ,equip_start ,equip_stop ,equip_down ,equip_idle) VALUES (

sql insert statement

2006-04-14 Thread David Elliott
I'm not functioning here: Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Line 2: Incorrect syntax near ']'. The error occurred in C:\Inetpub\wwwroot\DaveActionForm.cfm: line 18 16 : 17 : insert into card_information([date of entry], [date of charge], [vendo

Insert SQL Statement

2006-04-14 Thread David Elliott
Poor planning on my part but, I have a table on an sql server named 'card information'. It is two words. There are 5 rows inside this table. They two are made up of names like 'credit card number' or 'amount of charge' (all without the punctuation[. It looks like the rows are working just fin

Re: input box "focus"

2006-04-12 Thread David Elliott
The over problem with the code is the coding within the inline javascript. It is case sensitive, i.e. myform is not the same as myForm. Once I changed that, it works beautifully. Thanks all! Dave --- Matt Williams <[EMAIL PROTECTED]> wrote: > Possible DUH!... > Make sure that javascript is en

Re: input box "focus"

2006-04-12 Thread David Elliott
The browser is IE & Mozilla; makes no difference. I've tried all your suggestions but the input box never gets the focus. Perhaps it cannot be done. Perhaps I'll come across something more suitable in my book. Dave ~| Message:

Re: input box "focus"

2006-04-12 Thread David Elliott
orm.yardage_ticket_no.focus() Please enter yardage ticket number: --- Ryan Guill <[EMAIL PROTECTED]> wrote: > You need a name on your form, > > > > Then put myform in the js, > > document.myform.yardage_ti

Re:_input_box_"focus"

2006-04-12 Thread David Elliott
thought it went but tried it again...dave --- "S. Isaac Dealey" <[EMAIL PROTECTED]> wrote: > You're going to have to paste the code into the > message Dave, the list > doesn't accept attachments. Sorry. > > > None of the suggestions work for me, but here is > the > > code for the entire page...r

Re: input box "focus"

2006-04-12 Thread David Elliott
http://www.w3.org/TR/html4/loose.dtd";> Dave's Query window.onload = document.yardage_ticket_no.yardage_ticket_no.focus(); Please enter yardage ticket number: --- David Elliott <[EMAIL PROTECTED]>

Re: input box "focus"

2006-04-12 Thread David Elliott
put.focus(); > > where myformname is the name="" of the form tag and > myforminput is the > id (i think, it may be name="") of the form element > you want to focus > to. > > On 4/12/06, David Elliott <[EMAIL PROTECTED]> > wrote: > >

Re: input box "focus"

2006-04-12 Thread David Elliott
does this code need to appear in any certain area of the web page? i.e. body, head ?? --- Bryan Stevenson <[EMAIL PROTECTED]> wrote: > coming from memorybut some JavaScript along > these lines should work: > > > onLoad = > document.yourFormName.yourfieldThatNeedsFocusName.focus(); > >

input box "focus"

2006-04-12 Thread David Elliott
Hi all, just an easy question probably, I wrote my first two pages yesterday and need to add something else to them. Unfortunately, I don't have my 'book' with me but I would like the cursor to appear inside this one and only text box when the page opens up. I guess VBA & access has spoiled me

Re: Import CSV file

2006-03-27 Thread David Elliott
test >Hello all! >This is probably easy stuff for most. >How do I handle null values in the source csv file when importing into db. >The following lines of code work only when there is no null value in the >source file. >Also how do I handle commas that are in the data itself. >Is there a custom t