User Profile

Collapse

Profile Sidebar

Collapse
jhovyn
jhovyn
Last Activity: Mar 27 '17, 09:52 AM
Joined: Feb 8 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jhovyn
    replied to Sub or Function is not defined
    Oh I forgot something..My printReport Function is defined in "Form2"
    See more | Go to post

    Leave a comment:


  • jhovyn
    started a topic Sub or Function is not defined

    Sub or Function is not defined

    Why am I getting an error "Sub or Function is not defined"...Here is my code
    Code:
    Option Explicit
    Public Report As New CrystalReport1
    Public mvCn As New ADODB.Connection
    
         Public Function printReport()
    
         Dim strConnectionString As String
         Dim rs As ADODB.Recordset
         Dim strScript As String
     
         strConnectionString = "Provider=SQLOLEDB............"
    ...
    See more | Go to post
No activity results to display
Show More
Working...