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. bboehle

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

    Hey, Thanks for the input :) I ended up doing that when I put the hidden input fields in. Easy enough but to me just seems like alot of time for something to me that should be as simple as like cfcopy record #50 from database x to database y LOL guess that tag will be kept for cf version...
  2. bboehle

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

    Hrm ok I changed the code and instead of passing all the data through the url I put in hidden form fields and that seems to work. Either way though it all seems rather redundant please let me know if there is a more simple way of doing this.
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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
  8. bboehle

    Image Map Problem in Netscape

    Few things I noticed. I opened it in Netscape 4.0 with Windows ME. That page is huge. As dambo said all that code and graphics has to download before netscape will show it. Unlike IE it won't show what it has as it is downloaded. After it did finally download the page blinked and then...
  9. bboehle

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

    WOOO that worked.. ok now next question :) How do I change that code to make the new frame and new document open up in a new broswer window instead of using the current one? THANKS TONS! Brandon
  10. bboehle

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

    Well that was a little closer :) When I put that in, it will now open that document the A HREF is pointing too inside the right frame. But I still don't get that documents corresponding frame for that site. :( It seems to completely ignore the onClick location.
  11. bboehle

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

    I've been working with this and just not getting it. It seemed to do nothing.. so I right clicked the link and told it open in new window to see what it would load and it loaded the page that is already there :/ I changed it to look lie this <A HREF=&quot;#&quot...
  12. 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...
  13. bboehle

    How do I change page resolution?

    yeah after looking back it is not only that it is all so the size of my background that is causing issues.. so i am going to have to go back and go through every page make sure I got everything smaller and fit.... *grumbles* Thanks for the help!
  14. 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...
  15. bboehle

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

    I took the where clause out and just put the form.addedby inside the cfoutput tag.. it gets the correct data. I don't think the problem is with the addedby because it displays the page fine.. the items by the person's name that was entered on the previous screen.. it's when they click on the...
  16. bboehle

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

    CFOUTPUT inside the CFQUERY on the WHERE clause doesn't work.. I'm thinking it can't even process an output clause that's inside the cfquery because the query isn't even over yet to allow a cfoutput to have info to ouptput :) I may be wrong though. I get the same error.. Any other ideas...
  17. bboehle

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

    I've never had to put CFOUTPUT tags in my WHERE clause before when pulling somthing from a form or the url but i'll give it a shot.. Bank your on the train of thought I was on.. My Access 2000 Database is set up lik this: ItemID-AutoNumber-PrimaryKey ItemName-Text-Indexable...
  18. 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...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top