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

    Image swap in Firefox not working?!?

    I am trying to change the source of an image. Works fine in IE but not in Firefox. Can anybody see what I am doing wrong? The new image is loaded and then new dimensions ( width, height) are applied. The code below can just be copied and pasted in your favourite editor: <html> <head>...
  2. remco5897

    Showing escaped html withXML/ XSLT

    Hi, Can anybody help me along? I have a XML file which needs to be transformed to HTML. There is 1 tag which contains escaped HTML code: <text> &lt;body bgcolor="#AAFAFE"&gt; &lt;center&gt;You are not logged in&lt;/center&gt;&lt;br&gt; etc.. </text> I would like the contents of this tag...
  3. remco5897

    problem with characters

    Hi, I am reading text data out of a Fox Pro table and displaying it using ASP. Unfortunately I get 2 different results in the 2 major browsers. Firefox seems to work and IE5.5 & 6 does not seem to work. The problem is that characters like e-accent (é) show up like chinese signs (or japanese)...
  4. remco5897

    dates not filtering

    I am trying to filter a record set on a date like so: SQLstmt = SQLstmt & "WHERE EventDate LIKE " & DateValue(Request.Form("DateInput")) Unfortunatly, it does not work. It just does not show any records. There is no error. What am I doing wrong? Other info: ASP classic MS Access 2000 PWS
  5. remco5897

    Outlook, reading values of custom fields

    I have added several custom fields to the Task. Let's call them MyField001 and MyField002. I want to read these values from code in Access. The code I have so far: Function ReadingFolder() Dim ol As Outlook.Application Set ol = CreateObject("Outlook.Application") Dim fd As Outlook.MAPIFolder...
  6. remco5897

    ocx are not working ...

    Hi, I have an Access application which uses several .ocx's (non Microsoft) like a list box and a control which emulates the Outlook bar. On the development machine they work great but on another machine I get run time errors which I can not understand, when I try to run a form which contains...
  7. remco5897

    data in listview not shown

    Hi, I have a very strange problem. The data in the listview is not showing. It only occurs on one machine which rules out anything like the e.g. the data source. I copied and registered the appropriate .ocx's from a machine which hasn't got the problem so it cannot be anything to do with...
  8. remco5897

    Counting number of columns

    Hi guys, I am working with ASP (classic) and I need to be able to count the number of columns in a ado recordset. Any ideas? Remco
  9. remco5897

    check if a folder excist

    Hi, Does anybody know how I can check whether a specific directory excists. For example, c:\documents\client1 thanks
  10. remco5897

    no network connection error

    Please, please could somebody help. Access 2000, split dbase, single machine I am in a situation where I have a form (with code behind it) which is causing a &quot;no network connection error&quot;. To solve the problem I thought it would be a good idea to delete the form which would...
  11. remco5897

    inserting text at cursor position

    I am sure this is helpful to some of you. I was searching for something like this in TEK-TIPS and got the impression that it was impossible. Try it out, its great! Remco I got the source from: Author: VDSLUIS.NET Language: JAVASCRIPT...
  12. remco5897

    Counting the number of characters until the cursor

    Is it possible to count the number of characters in a textarea right up until the cursor. For example (|= cursor): This is sample text in a| textarea. ---- In the above sentence the cursor is on the 24th position. Is it possible to calculate this using Javascript? Any help is greatly...

Part and Inventory Search

Back
Top