1
Answer

Error - Object required

Photo of Ramco Ramco

Ramco Ramco

1w
74
1

Hi

 I have below code . I want to print image in Crystal Report dynamically. I am using VB6

Private Sub Section5_Format(ByVal pFormattingInfo As Object)
    Set Picture1.FormattedPicture = LoadPicture(rs!C_Image)
End Sub

Thanks

Answers (1)