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 SkipVought 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. RikForgo

    Losing ID after CFELSE

    Well, there was some progress. It's actually sending me back to the form page, but the ID still doesn't go with it. FWIW, I added the qGetitBack query after the cfelse. It moves me along to the form page, but it can't find the ID. The form page code is below, followed by the error message if...
  2. RikForgo

    Losing ID after CFELSE

    I have a form/action page set that allows users to create a record for past work weeks. The premise is simple. If they are the first one to create a work week record, fine it is created and then a CFLOCATION tag takes them to a Task page where they can add the tasks they hace completed. It...
  3. RikForgo

    Dates not taking

    Yep, I was entering the date format wrong, for example I was submitting 2004-29-03 when it should have been 2004-03-29. v2.5 simply wouln't take it, but v3.0 showed an error message that said it was entered incorrectly. Geez. Thanks for the help.
  4. RikForgo

    Dates not taking

    V. 2.5 on XP.
  5. RikForgo

    Dates not taking

    I'm working with a MySQL table via MySQL Front. I'm entering dates in a DATE field using the format provided (YYYY-MM-DD) and I click tab (or enter, I've tried both); the SQL pane shows that the record has been set. When I click the sort column, the dates that I have manually entered disappear...
  6. RikForgo

    Passing ID

    That did it. Thanks guys!
  7. RikForgo

    Passing ID

    I have two related tables that I want to update via forms on two CF pages. The first page asks the user to select a 'week number' from a drop list. Once the week number is chosen, the user clicks 'Submit' and CF runs an action page that updates the week table and and MySQL autoincrements an ID...
  8. RikForgo

    GROUP to RTF problem

    I'm sure I'm missing something simple here, but I can't see it. I'm running a simple query that kicks grouped categories out to an RTF file. I have the RTF header brought in via a SSinclude, and the query grouped by category. Here's my page: <CFQUERY DATASOURCE="manage" name="GetReports">...
  9. RikForgo

    Duplicate record, then edit

    Hmmm. Ok, that's just a query on last week's remarks to an edit field and a simple INSERT, correct?
  10. RikForgo

    Duplicate record, then edit

    I have a fairly straight-forward set of MySQL tabes and we're using CF5. We putting together a weekly reporting tool that needs comments from project leads. Most of what we're doing from week-to-week tends to be duplicative, but with minor updates. Because much of what's in the text remains...
  11. RikForgo

    Troubleshooting network connection

    I was halfway there, but now back to square one. I have two XP PCs ... one XP Pro (DELL) and the other XP Media Edition (SONY). They are connected via a Linksys wireless router/hub (I'm only using the hub right now). Both the computers are operating with different computer names, but under...
  12. RikForgo

    Tables & Checkboxes

    > are you going to tie an item to both a category and a > subcategory? No, items will be tied just to a subcategory. > to more than one of each? No, just the one subcategory (if that's what you mean). > to a subcategory but not to the subcategory's parent > category? No, the category...
  13. RikForgo

    Tables & Checkboxes

    Sorry, I stupidly rushed through some bogus examples because I'm somewhat restricted in what I can post. These aren't the actual items that would be checked, but I wanted to know if the structure made sense. Perhaps it doesn't. I didn't cut my teeth on data modeling so bear with me. In our...
  14. RikForgo

    Tables & Checkboxes

    Soliciting a little advice here ... We're setting up a click-through app where our users will name a record and then click through and select multiple categories per record to create the characteristics of that record. For example, in the first page ('Category') the user would select one or...
  15. RikForgo

    INSERT confusion

    Yep, changing the field name from "date" to "pub_date" fixed the problem. Thanks for the catch.
  16. RikForgo

    INSERT confusion

    I'm trying to run a simple new record insert with the code below, but I keep getting a syntax error. I've looked it over, and I'm sure there's something obvious that I'm missing here, but I can't see it. I have already checked and all the columns exist, and they are all the right data types...
  17. RikForgo

    XP says CF running, but I get HTTP 500 error

    I feel a heavy sigh coming on. I tried changing the path in IIS, but it didn't do the trick. I guess I will shove a stick of dynamite into the HD and start over. Luckily there wasn't that much on the machine.
  18. RikForgo

    XP says CF running, but I get HTTP 500 error

    Yes, they are there, but the problem remains. I did find something interesting in IIS though. When I go to the ISAPI filters the executables for the JRun.dll are pointing to a previously installed version of CFMX, which was uninstalled several months ago. We're running CF5, and I suspect this...
  19. RikForgo

    XP says CF running, but I get HTTP 500 error

    I'm running CF5 on an XP box with IIS 5.1. After installing CF5 server the initial after-installation page loads fine. But the validate link brings up a HTTP 500 Internal server error page in the browsers with the message: &quot;Page cannot be displayed.&quot; I thought maybe the CF server...
  20. RikForgo

    XP Pro over XP Media Edition

    Hello all, Dumb question here, but I thought I would ask. I just picked up a Sony Vaio RZ46G desktop unit, which comes with XP Media Edition installed. I would like to install XP Pro overtop because there are functions in XPP that I need. I'm wondering if any of the cool media functionality...

Part and Inventory Search

Back
Top