Skip to content

Instantly share code, notes, and snippets.

@facebookegypt
Created March 11, 2013 18:48
Show Gist options
  • Save facebookegypt/5136585 to your computer and use it in GitHub Desktop.
Save facebookegypt/5136585 to your computer and use it in GitHub Desktop.
Private Sub CmdPrint_Click()
'Managing Crystal Reports 4.6
With CR
.ReportFileName = App.Path & "\Friends.rpt"
.WindowTitle = "Friends list"
.Connect = CN
.Action = 1
End With
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment