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

    Write new lines into txt file

    Hi, Simple question: I have three variables, I want to write each value to a txt file. I can do this. How do I write to the file so that each value is on its own newline? Ta
  2. topcat1a

    include char for strings

    Hi, What is VBScript’s special include character, as in when I want to include any special character in a normal string?
  3. topcat1a

    ASP session variable madness

    Hello, I am including one ASP file within another. <head> <!-- #include file="inc/finalGlobal.asp"--> I then call a function within the included file, the result of this is a few session variables are set. <%breadcrumb()%> I then try and access a session variable within the meta tag...
  4. topcat1a

    attach to query string

    Hello, When a user clicks away from the page (There are multiple ways of doing this) I need to attach the title (of the current page) to the end of the query string. Anyone know how to do this?
  5. topcat1a

    Javscript to ASP

    Help! I've written something in Javascript and I need it to be executed on the server. Before the page is given to the user. Does anyone have any idea how i can do this?
  6. topcat1a

    Page hanging

    Hi, When the following code executes it gets to the end of inProductSearch function and doesn’t return back to the body of the HTML to write ‘5’. In IE the page finishes and everything up to number 2 is displayed, it does not write '5'. The same in Firefox, however in Firefox the hourglass...
  7. topcat1a

    Create Links

    Hello, I’m trying to create a breadcrumb trail and in doing so I dynamically create links to previous pages. I need to be able to insert JavaScript variables into the link. For example: I have a variable ‘placeName’ with a value ‘FRANCE’ (The value being deduced after some JavaScript function)...
  8. topcat1a

    richtext box problems

    Hello, I have recently installed Office XP onto my Windows 2000 machine in F7 working for the constabulary. I was working with VB6 and after the install of Office XP I opened my programme and everything was fine, I then logged on the next morning and all of the rich textboxes where not on the...
  9. topcat1a

    Richtext box

    Hello Sorry for the long thread, just want to give as much info as possible. I have recently installed Office XP onto my Windows 2000 machine in F7 working for the constabulary. I was working with VB6 and after the install of Office XP I opened my programme and everything was fine, I then...
  10. topcat1a

    Access Office 97 to Access Office XP

    I have a VB application which was connected to a Access 97 database. I have recently moved from Office 97 to Office XP (Am now using Access in Office XP). When I run my VB programme I get an error message "Unrecognized database format 'C:/db1tables.mdb'" I get this error message prompted twice...
  11. topcat1a

    Find picture in richtextbox?

    Does anyone know how to locate a picture in a richtextbox? I am inserting text into a richtextbox then in turn to an access database. I let the user enter a picture, when this is entered i record the filename and the location of the picture in the text(taken from the selstart function) this...
  12. topcat1a

    richedit problem

    I'm inserting a picture into a richtext box, when it inserts paint opens. Does anyone know how to stop paint from opening when a picture is inserted? here is the code: Code: RichTextBox1.OLEObjects.Add , , CommonDialog1.fileName I have no idea.

Part and Inventory Search

Back
Top