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 dencom 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: RobHat
  • Content: Threads
  • Order by date
  1. RobHat

    Adding Events to a record in new window

    Hi, Hoping someone may be able to offer some advice. I have an asp.net page using c# code behind. This page pulls an individuals record from an sql database and displays the info on the page using the asp:formview control. This control is bound to an asp:sqldatasource control. Also on this page...
  2. RobHat

    Disable Menu Item

    Hi guys, Hope someone can help me with this. I can only assume its a relativly simple one to solve. I have a visual c# system which I have taken over (with very little c# experience). I am trying to disable a (right click) menu item when there is a date present in the SQL database record. I...
  3. RobHat

    Merge duplicate records based on certain criteria

    Hi, not posted in a while. Could be seen as a good thing I suppose. :) I am hoping someone can help me with an SQL query I am trying to write to be able to merge duplicate records. Firstly I would just like to add that the duplicates are not of my doing and that I have only recently took...
  4. RobHat

    Domain name does not work without www.

    Hi guys wondering if someone could give me a point me in the right direction to sort out this little problem. I know I am missing something really simple. I have recently moved to a new server and my URL does not work without www. It seems to get to the server so i think the DNS is setup ok...
  5. RobHat

    IIS6 to IIS7

    Huy guys, I have'nt posted on here for a while but thought someone here may be able to help me. We currently have a dedicated server with a hosting company which is getting old. It runs windows 2003 and IIS6. Our site is currently running on this server fine. We have recently started moving to...
  6. RobHat

    Cleaning After An Sql injection.

    Hi there - we have recently had what seems to be an SQL injection attack - but this time the code inserted into DB fields appears to be random links to other sites. When I say random, I mean that each row within the table has had different content appended to the original content. I've attached...
  7. RobHat

    Capture System on Form

    Hi there, not sure if this is the right section for this topic but I could not find any where else to put it. I wonder if anyone has any information or decent links to information on capture security for forms etc. You know the ones where you display and image for the user to read or listen to...
  8. RobHat

    Creating a PDF Using CF

    Hi guys, I have a site which displays information on building complex's. Rather than have to create a pdf brochure for each one. Is it possible to provide alink on the page which will then automaticly dump the info into a PDF file ready to either print or save and email. I have searched the...
  9. RobHat

    Overheating Or Not????

    Hi guys, quick question, I have a relativly new PC (about 4 months old). Spec is: Intel Core 2 Duo E6750 (2.66GHz) 2gb Ram 160GB SATA 2 Drive MB is Intel DG31PR. I have noticed some times the PC tends to slow down a little, it does'nt crash but just hangs a little doing simple tasks. I know...
  10. RobHat

    Search Result Problems

    Hi guys me again. I have a really annoying problem with a search facility in my site. I have done loads of these before which work fine and have referenced them to find out what is wrong with this search interface but cannot locate the problem. I have a search form which searches a table for...
  11. RobHat

    Colour change based on query results!!!

    Hi guys me again, I have a table that displays a list of apartments, only text is displayed with a basic cfoutput. I have for each apartment the status ie. Available, Reserved or Sold. I want the Available to be the same colour as the rest of the text but reserved to be green and sold to be...
  12. RobHat

    Loop Dynamic results Horizontally

    Hi there I am hoping someone can shed some light on this for me, I have an SQL db which I want to display the data from horizontally on my page. Say 3 or 4 columns by however many rows. What tags and behaviours would I need to do this? Rob
  13. RobHat

    Creating a Table on a Live DB

    Hi guys, I realise this is probably a really simple question by a pretty new to SQL Server. I am using SQL Server Management Studio Express on my local machine to connect to the live db on my hosting companys Full SQL 2005 server. All I want to do is create a new table in the db and set up...
  14. RobHat

    Filtering query with results of another query/repeat region.

    Hi guys, I have a page where I want to display a list of agents within our database, to the right hand side of those agents names I want to have a total number of clients they have registered. I know this should be nothing complicated but for some reason I can't get it to work. I have this so...
  15. RobHat

    Date Format issues with update query.

    Hi guys, I am not sure if this is the right forum but here it goes. I have just gone from using Microsoft Access as the database behind the admin part of my site to Microsoft SQL 2005. The site is built with coldfusion and I am a complete novice with Microsoft SQL Server. Everything with the...
  16. RobHat

    Changing language on Vistas Home Premium

    Hi Guys, I have a friend of mine in the UK who was to telling me he brought a laptop in italy a few weeks ago. The problem is he can't seem to change the language settings! I talked him through control panel and changing the language settings there but it does not work. He said that a friend of...
  17. RobHat

    image resize with image.cfc

    Hi guys, I'm hoping someone can help me. I have a problem where when I upload a file i need to also resize it. I have the upload sorted and have a way of renaming it, after these it enters the name into the db. I am trying to use imagecfc from http://www.opensourcecf.com/imagecfc/index.cfm...
  18. RobHat

    Multiple upload and rename with cffile

    Hi I am hoping someone here can help me. I am trying to create an insert property page for our real estate website. I am using CF and MSaccess. I am currently using the following code: <cfif isdefined("form.submit_upload")> <cffile action="UPLOAD" filefield="filename1" destination="directpath"...

Part and Inventory Search

Back
Top