Ramco Ramco
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