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

    Generate HTML form combo from XML list - clientside

    Here's the idea: An XML (xsl?) file with a list like: <combo1> <option value=&quot;1&quot;>One</option> <option value=&quot;2&quot;>Two</option> <option value=&quot;3&quot;>Three</option> </combo1> <combo2> <option value=&quot;A&quot;>Aye</option> <option value=&quot;B&quot;>Bee</option> <option...
  2. hardcoder

    DB on Remote Folder that needs LAN ID Logon &amp; DB gives permission err

    Hi I have an access database on a remote folder on the lan. The folder is accessible using a certain lan id and pwd for logon. I want to query this db using ADO and ODBC or OLE from a VB program. I've mapped the remote folder to F:. Just to try it out, I create a data project from the app...
  3. hardcoder

    use ODBC in VB to read from a linked access db?

    how do I use ODBC in VB to read from a linked access db? I have a access db with a table that is actually a linked table to the real table on the network. i made a VB app, with ADO 2.5, and a system DSN to read from this table. I couldn't and got an error that says &quot;Expression...
  4. hardcoder

    Free Excel library reference in ASP

    I use the Excel lib in an ASP page. The page gets stuck when I save the workbook, it says &quot;Document not saved&quot;. Then the reference to the Excel lib is not freed - as a result I have an additional process running. Can't seem to be able to kill it either. I am on IIS and Win2K. Please...
  5. hardcoder

    Excel+ASP - Document not saved error help!!

    I use the following code to copy a file on the root folder, in an ASP page: Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set MyFile = fso.GetFile(Server.MapPath(&quot;OldFile.xls&quot;)) newFileName = &quot;NewFile_&quot; & datepart(&quot;m&quot;, now()) & &quot;_&quot; &...
  6. hardcoder

    Saving UserControl toJPEG/GIF

    Hi I need to be able to save a Usercontrol onto a JPEG/GIF file. Actually the Usercontrol is a chart control - I draw over it using Line etc.., and want to save this as animage. Any ideas? :) Lyra Computing www.lyracomputing.com

Part and Inventory Search

Back
Top