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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by farnorth

  1. farnorth

    Possible to create directories in mysql

    Is it possible to create a directory structure under one database name or do I need to just append the table names with different prefix? Thanks in advance for the help.
  2. farnorth

    How do I make a jump menu pop up a new window?

    Cheech, That was too easy for you... LOL How about this one. If I wanted the window that poped up to be set to a certain size, no scroll etc how would I code that? Is it in the function of the form. I can't seem to incorporate it into the code below without making a mess all over the place. Here...
  3. farnorth

    CF version 5 XML Parse Error

    I am getting an "Error resolving parameter XMLPARSE" and it turns out there may be a tag I could use for XML on coldfusion 5. I have been hunting around but so far no luck. Anyone have any experience with this issue or know where I could locate a tag that would help? Thanks in advance.
  4. farnorth

    How do I make a jump menu pop up a new window?

    I need to make this jump menu do a pop up window. I can't get the code right. Below is the dreamwaever code for the jump, now how do I get it to pop a seperate window. <select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> Help is very appreciated. Thanks Bob
  5. farnorth

    Dbase IV

    Wow Jock, what an excellant post of information. I very much appreciate your input and am off to do some research. This is exactly what I needed to get started. Thank you!!!
  6. farnorth

    Dbase IV

    Great info, I am going to try it out. If I decide to try to convert/recreate the program itself in some more modern application, what would you recommend I use and would it even be possible? I missed learning Dbase in the dos days. By the way, the program starts up with Dbase IV run-time. The...
  7. farnorth

    Dbase IV

    I have an old program that runs in dos that I would like to update and or use a different database application. I don't know anything about dbase so I am looking for some help to get started. The file extensions are DBF, DBO, NDX and PRF with a batch file to run the program. Does anyone know if...
  8. farnorth

    Update Multi Records in DB

    Hmmm Doesn't like the syntax. Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'printed ='False' AND timestamp <= Timestamp returned'. /asp/masterlist.asp, line 52 Am I missing " or '...
  9. farnorth

    Update Multi Records in DB

    Thank You!! That did it. Now the next problem, how do I limit the update to only the records browsed and not any new ones that may have come in since the report was run. For example the user brings up the report to print while a client fills out a new request that gets saved to the database but...
  10. farnorth

    Update Multi Records in DB

    I am getting this error Microsoft OLE DB Provider for ODBC Drivers error '80040e07' [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. /asp/masterlist.asp, line 53 line 53 code <% If Request("update") <> "" Then %> <% set updatemulti =...
  11. farnorth

    Updating records in a repeat region

    Just to show you how much I don't know about strings, What is concidered the ID of a record and doesn't it change with the addition of new records?
  12. farnorth

    Saving images local only

    I have been dealing with this for some time and thought maybe there is a solution. When I save any pages with images the image gets saved local but not sent to the server. Is there a setting or solution to this problem. Im using DWMX. Thanks Bob
  13. farnorth

    Page centering w/ numerous layers!!

    I have used a wrapper. <head> <style> body { margin: 0; padding: 0; text-align: center; } #wrapper { position: relative; top: -1px; right: 0; margin: 0 10px; width: 200px; text-align: left; left: 0px; } </style> <body> <div id="wrapper"> put your code here. Make layers absolute...
  14. farnorth

    Updating records in a repeat region

    Hi all, I have been hunting the solution for a few days now without success. I have built a report using the repeat region behavior. Each record has a true/false field called printed. When the report is run it pulls all records with the printed field value of False. What I need to do is put a...
  15. farnorth

    How do I update a field on reports

    Thanks Cheech, Since I am running a report, would I have to create a form on the report page to be able to click an update button? Or how would I implement the code to update all the records pulled on the report? This one has me stumped. Thanks agian. Bob

Part and Inventory Search

Back
Top