Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dfwalton

    Javascript/Coldfusion text box selectors no longer works

    Wow. Thanks. That worked! Who knew?? I guessed it was something simple, but never that! REally appreciate your hanging in there with me. David
  2. dfwalton

    Javascript/Coldfusion text box selectors no longer works

    OK, sorry. Here is the html...I believe.http://www.mediafire.com/?awd2tji612rrd81
  3. dfwalton

    Javascript/Coldfusion text box selectors no longer works

    Thanks for you feedback, feherke! Starting from the end: What did I mean by "no longer works". In IE, clicking in the Employee field allows you to type the first few letters of a name to select an employee into a position in the event. Uou can test this using the attached htm file. This...
  4. dfwalton

    Javascript/Coldfusion text box selectors no longer works

    in Firefox only. Still works fine in IE. Any ColdFusion/Javascript gurus out there with an idea of what recently changed in Firefox to break this?
  5. dfwalton

    Javascript relic no longer works in Firefox but does in IE

    My js skills have rusted to the point of uselessness. Have a script that still works fine in IE, but not in FF, and I do not understand why. Module in ColdFusion is used to assign employees to work crews. Form element is supposed to (and used to) look up name as operator started typing last...
  6. dfwalton

    CFquery can only find one row of table

    Well #form.eventDate# works for a date in the 2010-2011 year so I don't think that's the issue. Its as though the two new rows in the table are somehow not readable.
  7. dfwalton

    CFquery can only find one row of table

    This is weird and driving me nuts. I have a table that has 3 rows. Bay 2010-04-01 00:00:00.000 2011-03-31 00:00:00.000 35.7500 Bay 2011-04-01 00:00:00.000 2012-03-31 00:00:00.000 36.7500 Bay 2012-04-01 00:00:00.000 2013-03-31 00:00:00.000 37.7500 The last col is a rate applicable during the...
  8. dfwalton

    Sql Server 2000 Stored Proc not 'seeing' table row

    Is it possible that the latest addition to the crew fee table has not been committed? If so, how do I commit it?
  9. dfwalton

    Sql Server 2000 Stored Proc not 'seeing' table row

    CREATE PROCEDURE dbo.ProcCreateEventFromAnother2 @ModelEventNum int, @NewDate datetime, @newTime datetime= '1/01/1970 12:00PM' AS Declare @NewEventNum int, @success int, @ModelEventShowName varchar(50) --select @modelEventNum, @newDate, @newTime --select * from event --where eventNum...
  10. dfwalton

    Sql Server 2000 Stored Proc not 'seeing' table row

    I have an app where I need to apply a crew rate based on the date. Crewrate table is very simple: Region, StartDate, EndDate, Fee. Have a stored proc that needs to get rate, based on the date of the job being done. Select code is: select event2.EventRegion,'SAM',@newDate...
  11. dfwalton

    CF8 trouble connecting a datasource

    So I have a SQL Server 2000 database instance called (LOCAL) (WINDOWS NT) to which I am trying to connect in CF Administrator. I have tried variations on the name -- with and without parents, using just Local and not WinNT, buyt uniformly get same answer: Connection verification failed for...
  12. dfwalton

    Select csv file at run time

    I've been assigned, as a test, to develop a simple mailing label based on data in a .csv file. That's easy and done. Addl requirement is to allow user to select the csv file at runtime. Is that even possible? thanks in advance
  13. dfwalton

    Table Name Error

    Can you post your solution. Its the same problem I have. Thanks
  14. dfwalton

    Create XLS based on different columns each time

    I have a very wide table that describes jobs done by employees. Created a cool interface to select types of jobs, specific emps, date ranges, etc, and it all goes out to Excel. Now the users want to be able to select specific columns to include, not all 55. So I set up checkboxes on the...
  15. dfwalton

    Multiple calls to same AJAX function: second one fails.

    Code is below. When I have an alert at the top of the getList function, this works beautifully. When I take it out, I only get the employees. I surmise that the alert somehow interrupts the flow, giving both datasets the chace to arrive. Is there some way around using an alertto gain the same...
  16. dfwalton

    get data from 2 forms submitted

    OK, So they are not simultaneous (which I had kinda guessed). But what about getting the second set of data?
  17. dfwalton

    get data from 2 forms submitted

    I have 2 forms on ColdFusion page, both of which submit to the same page at the same time using javascript. I can only get access to the first one submitted. How can I use ColdFusion to access the second form's data?
  18. dfwalton

    Can't get a Select populated by Ajax to be part of the form

    I am offering users pricing based on their State and County. I select the state, and onchange fire a script that returns the counties in the state for the user to select one. Problem is that the form on the main script does not include the newly created "select" options. When I view "page...
  19. dfwalton

    Qry Analyzer without Object Browser??

    GMMASTROS -- Thanks for the clarification between SQL Server 7 and 2000 -- clearly what I need are the 2000 tools. The link you provided allows downloads of the entire SQL 2000 package, which is very bulky. Is there anywhere one can (still) get the Query Analyzer tool by itself, or will I need...
  20. dfwalton

    Qry Analyzer without Object Browser??

    Yeah, I did try all those things. F8 doesn't work. There is no tools menu. This thing is old and brain dead!

Part and Inventory Search

Back
Top