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

  • Users: MacB
  • Order by date
  1. MacB

    Problem in Running App. on win 2k

    I have had this error occasionally too!. It happens (seemingly randomly) when I have a form with a drop-down combo from the Forms Library (fm20.dll). I think the issue is related in some way to office - but that is pretty speculative. Anyway - I have gotten rid of the error by using just a...
  2. MacB

    Return to same spot on page after server round trip

    Hi there - I'm new to ASP.NET. I have a command button which is near the bottom of a page bigger than the screen size. How do I make the page return to where the button is when it is clicked? I have inserted an HTML bookmark on the line above the button definition as follows: <a...
  3. MacB

    Problem Opening New ASP.NET project in VS.NET

    If you're not using a proxy, just ignore my comments. Sorry :)
  4. MacB

    Web Forms Controls do not render

    I think I have found the answer I was looking for.... Apparently there is a problem which crops up in the installation of VS.NET. The heart of the matter is that IIS fails top register correctly. If you run: C:\Windows\Microsoft .NET\Framework\V 1.0.3705\aspnet_regiis.exe -i and then...
  5. MacB

    Update Access Database

    Do you get any run-time errors? Have you tried using .update instead of .batchupdate? Is the recordset locktype = optimistic? I haven't got Access 97 - only 2000. Your jet seems correct as does your connection string, but what about the command settings?...
  6. MacB

    Web Forms Controls do not render

    Hi guys, I'm pretty new to .NET so please forgive if this is a silly question... I started a new ASP.NET project, and inserted a Web Forms Label control on a form, and modified a couple of properties like Forecolor = Red, Size = XLarge via the properties window. When the project is built (no...
  7. MacB

    Problem Opening New ASP.NET project in VS.NET

    If you are using a proxy server as a LAN gateway, make sure to tick the 'Bypass proxy for local addresses' tickbox in the Internet Options of your browser. Otherwise localhost cant be found.
  8. MacB

    VB package deployment

    Try updating the MDACtyp.exe on the local machine to Version 2.6. I have had this error before and updating the MDAC after running the application setup program seemed to work nicely.
  9. MacB

    type mismatch and recordset

    Try leaving off the 'As New ADODB.Recordset&quot; part of the DIM statement, ie just put DIM rsAddress. This worked for me when I had a similar problem a while back !!
  10. MacB

    Finding Printers Installed on a remote machine

    I would like to find how to detect what printers are available to the current user on a remote machine (both on Win NT and W98 machines) To do this I think I need to read the values of the Devices key in HKEY_CURRENT_USER\Software\Microsoft\Windows NT\Current Version\Devices. How can these...

Part and Inventory Search

Back
Top