I add a Crystal Report in my vb project. I'd like to get the records number from it. But it shows nothing in the MsgBox. I don't know what I should do? Below is my code:
Please help me if you have any idea? Thanks in advance!VB Code:
Option Explicit Dim report1 As New CrystalReport1 Private Sub Form_Load() MsgBox report1.Field9.Value End Sub


Reply With Quote