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!

Search results for query: *

  • Users: bboehle
  • Content: Threads
  • Order by date
  1. bboehle

    Moving Records from one table to another.. how to?

    I need to take information from one table and move it over to another table within the same database with a click of a button. What I've tried doing is displaying the data then using a button <form method=post action=link><input type=submit value=retire></form> where the link would look...
  2. bboehle

    Microsoft Backup Error

    I get this error after MS backup is done backing up each drive: An error occured during translation of data to or from the tape in drive 1.
  3. bboehle

    Null looping problem

    I'm getting a very large amount of land attacks on my home server. I have had this problem before and realized it was not someone outside intentially doing it.. but the server itself. However, I can't remember how I made it stop. The land attacks are coming in by the thousands and bogging...
  4. bboehle

    Using Textarea tag in CF

    I have a page set up where a person enters news for the site, that enters in to a database then is displayed on another page. Currently I have it set up as a Textarea that uses insert to put it in to an access 2000 database. The field in access is set up as memo to allow for a large amount of...
  5. bboehle

    Can you use Server Side Includes in a .cfm document?

    I currently have my site made in tables.. the navigation is pulling from ssi. Cold fusion however doesn't show it. Is there a way to make cold fusion use that other document? Thanks! Brandon
  6. bboehle

    How do I like to a page and show the frame?

    I have 2 sites site A needs to have a link to site B.. Both have frames.. There is a page within site B page.html. I put in <A HREF=&quot;http://www.siteb.com/page.html&quot; TAREGET=&quot;_blank&quot;> This will bring up the page.html, which is fine and dandy but I need it to show the frame...
  7. bboehle

    How do I change page resolution?

    I'm having a problem where my pages unles being viewed 1024x768 scroll off the right side and make left to right scroll bars in the main page. The pages that have tables in them are set to 100%.. not using pixel size.. How do I make it so people viewing 800x600 (forgets people still use that...
  8. bboehle

    Can't get rid of this error.. tried everything :/ Err&Code included,

    I've never gotten this error and i've looked over my code 100 times and I can't find anything wrong :/ My code is pasted below :/ Error Diagnostic Information ODBC Error Code = 22005 (Error in assignment) [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression...
  9. bboehle

    CFFILE Help Please (code included)

    I'm trying to make a page where it will allow the user to upload 3 files.. but only HAS to upload 1. Right now if they don't upload 3 files they get this error: Error Diagnostic Information Error processing CFFILE No data was received in the uploaded file '\.' Saving empty (zero-length) files...
  10. bboehle

    ODBC Error, IM002, after server rebuild.

    Here is the error I am getting: ODBC Error Code = IM002 (Data source not found and no default driver specified) [Microsoft][ODBC Driver Manager] Data source 'POLICY' not found and no default driver specified Hint: In order to use ODBC data sources with Cold Fusion you must create the data...
  11. bboehle

    Another option for DELETE?

    Instead of deleting a row of data from a database I would prefer they click a button and it change it over to a new table with in the same database.. The only way I can think to do this would be to create a CFUPDATE and update it to the new table then go back and delete it from the old.. which...
  12. bboehle

    Frame Reloading?

    I currently have a site setup with 3 frames.. A top frame (takes up entire width of the top of the browser). And then a left and right frame below it. My top frame is navigation. Some of the links open things in the left frame which inturn are more links that will open things in the right...
  13. bboehle

    CFMAIL varies on form input.

    I need to create a form that has a drop down box. Depending on the slection from the drop down box CFMail will interpret a different Subject and To, CC and BCC field for each dropdown selection. Currently I have a form that posts to a cfmail template. I am having a blockage on how to get...

Part and Inventory Search

Back
Top