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!

Recent content by MattJames

  1. MattJames

    Cannot run database when copied to new computer

    I'm having troubles with ms access databases. When I copy them between machines over my lan I get a prompt that the database is from an untrusted publisher. When I open the file I get a message saying that Microsoft access cannot open this file, it suggests that I copy it to a local drive and...
  2. MattJames

    setting attachment name using cdo.message

    I have setup a loop to add attachments to an automated email. These attachments can vary due to many different options. When the emails are received however the name of the attachments are all changed to numbers rather than the actual filename that was sent out. '## Add Attachments to...
  3. MattJames

    select * from table where a field is of the time type

    Ok, I found an older version of the odbc driver that I had on disk rather than the newer one I had downloaded for the new install. It all works fine now.
  4. MattJames

    select * from table where a field is of the time type

    Ok, in order to test this I created a table that had an id field and a time field. The time field is called Day_Start. There is one value in this field which is 06:00:00 If I use mySQL control centre I can view this fine. If I use Select * from tblTest or Select Day_Start from tblTest and...
  5. MattJames

    select * from table where a field is of the time type

    I have a mysql database which has been in use for a while. I recently installing it onto a new windows xp pro machine. The prevous computers have been both xp pro and 2000 server. Since this new installation the ASP application I have been using along with mysqladmin both fail to list any table...
  6. MattJames

    Picture Size

    I found that I was still getting intermittant image sizing even with response.expires = 0 included in the file. I added the function to this function to run through all the images in the page function sizeall(){ var imgObj = document.getElementsByTagName("img"); for (var i=0...
  7. MattJames

    Form Submit background image in xp

    Thanks that worked great.
  8. MattJames

    Form Submit background image in xp

    If have an image used as the background of some submit buttons. This works fine unless the user is viewing the web page under the xp default desktop theme, it just does not appear. This is the style code I am inserting into the form element...

Part and Inventory Search

Back
Top