User Profile

Collapse

Profile Sidebar

Collapse
DDB
DDB
Last Activity: Nov 30 '09, 07:07 PM
Joined: Mar 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DDB
    replied to CurrentDb error: function marked as restricted
    Code:
    If cn Is Nothing Then
     
     
       DBServerName = DLookup("[DBServerName]", "DBParms")
       DBName = DLookup("[DBName]", "DBParms")
       UID = DLookup("[UID]", "DBParms")
       PWD = DLookup("[PWD]", "DBParms")
     ' THIS IS A FAILED SPOT.
      Set rs = CurrentDb.OpenRecordset("SELECT Mode FROM tblMode;")
      gsMode
    ...
    See more | Go to post
    Last edited by NeoPa; Nov 18 '09, 07:16 PM. Reason: Please use the [CODE] tags provided.

    Leave a comment:


  • DDB
    started a topic CurrentDb error: function marked as restricted

    CurrentDb error: function marked as restricted

    I have application that runs without any problem on all PCs except one where it produced error obn currentDB line: Function or interface marked as restricted, or the function uses an Automation type not supported by VBA. All PCs have WINXP, SP2. Could not spot the problem on this "trouble" PC. Any ideas? Thank you for your time.
    See more | Go to post

  • I reinstall VS 2005 and it fix the problem. Any Debug uhide-import etc did not help.
    thank you for your time!...
    See more | Go to post

    Leave a comment:


  • I did not get any errors during the compilation. I have Windows 2000....
    See more | Go to post

    Leave a comment:


  • DDB
    started a topic Cannot put breakpoints and debug in VB.net program
    in .NET

    Cannot put breakpoints and debug in VB.net program

    I am using VS 2005. I created VB.NET program and I cannot debug it. I see that pdb files was created but debug does not work. Please help me to enable debugger in VB.NET program. In my Advance Compile Setting I have Define Debug constant and Define Trace constant is on and "generate debug info" set to Full.
    See more | Go to post
No activity results to display
Show More
Working...