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 Mike Lewis 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: *

  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

    submit() does not work in IE5 .

    not sure... have u done an alert right after the function begins to see whether it is being called or not? something like.. function gotoPage (aForm, hidden1, val1, hidden2, val2) { alert(&quot;IT GETS CALLED!&quot;); ... your code.. ... } Use this to see is the msgbox comes up or not...
  3. hardcoder

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

    hey thanks in a hurry right now, but man , you've provided me more leads than anywhere else - i am going to test the link when i m in office next.. thanks again Lyra Computing www.lyracomputing.com?from=tektips
  4. hardcoder

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

    Luck is what i need then! I am not so sure i'll get permissions changed.. but , fyi, i can also open the dummy database on my drive (that contains the remote linked table, remember?) OR the remote database directly (both take a heck lot of time) - and then i can run a query within access on the...
  5. hardcoder

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

    hey cmmrfrds, thanks for replying man! abt the query, i can't change permissions on the folder (no rights u see!). But point is, that I can open it up through windows explorer, and put in the lan id logon, and see the contents (at least read - if not write) so could dir permissions still be a...
  6. hardcoder

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

    thanks for your suggestions! i've tried to circumvent the prob by getting direct readonly access to the db. here's my new prob: thread181-258016 for your help once again! Lyra Computing www.lyracomputing.com?from=tektips
  7. 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...
  8. hardcoder

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

    thanks for replying! yes, it is something like - a local copy local.mdb that has a table tblA tblA is a linked table to a table tblA in Remote database remote.mdb I have a VB prog and ASP page, that use ODBC to connect using an MS Access System DSN on my machine that points to local.mdb...
  9. hardcoder

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

    whoops! a new error: Error - 3265 - Item cannot be found in the collection corresponding to the requested name or ordinal I just used a new query that goes SELECT TOP 1 * FROM ... investigating... meanwhile pls let me have your input! thanks Lyra Computing www.lyracomputing.com?from=tektips
  10. hardcoder

    Excel+ASP - Document not saved error help!!

    buzz!!! I really need this help too!!! Lyra Computing www.lyracomputing.com?from=tektips
  11. hardcoder

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

    thanks for the replies guys! i am sorry for replying late - and i still need the help! cmmrfrds - i don't have control over the databsae to be able to change it - i HAVE to use the linked table in the db. jimmythegeek - i think you are right to an extent. i changed the query to SELECT *...
  12. 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...
  13. 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...
  14. hardcoder

    Excel+ASP - Document not saved error help!!

    *buzz* can anyone help??? Lyra Computing www.lyracomputing.com?from=tektips
  15. 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; &...
  16. 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
  17. hardcoder

    date function

    Terry Thanks a lot for this link http://wa.apana.org.au/~abrowne/ser-36.html It solved my prob in a minute! Thanks again. BTW, This looks like a great forum! hardcoder

Part and Inventory Search

Back
Top