how to solve this error Private Sub mnufd_Click() in following vb6.0 code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gayatri mahajan
    New Member
    • Nov 2012
    • 5

    #1

    how to solve this error Private Sub mnufd_Click() in following vb6.0 code

    Code:
    Private Sub mnudipositrpt_Click()
    'Set rptDeposits.DataSource = Nothing
    'Set rptDeposits.DataSource = rsDeposit
    'rptDeposits.Show
    End Sub
    
    Private Sub mnufd_Click()
    Main.Toolbar1.Visible = False
    addfd.Show
    End Sub
    
    Private Sub mnufdeposit_Click()
    MsgBox "Form Will be Under Constructions. Please Try After Some Time", vbInformation
    End Sub
    
    Private Sub mnufdfullrep_Click()
    frmFdFullRepo.Show
    End Sub
    Last edited by Rabbit; Nov 29 '12, 04:45 PM. Reason: Please use code tags when posting code.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You didn't say what the error is.

    Comment

    • gayatri mahajan
      New Member
      • Nov 2012
      • 5

      #3
      how to solve this error Private Sub mnufd_Click() in following vb6.0 code using window xp plese send answer

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        That's not an error. It's not even a question.

        Comment

        • CyberSoftHari
          Recognized Expert Contributor
          • Sep 2007
          • 488

          #5
          Be clear with your questions. I think, You are getting problem with report connections with database. Point out with OS, Report, Database Name and Version, and Detail Error description.

          Comment

          Working...