1
Answer

How to pass Database value to LoadPicture in Crystal report

Ramco Ramco

Ramco Ramco

1d
46
1

Hi

  How to pass Database value to LoadPicture in Crystal report. I want thos value "\C_150425001.bmp" to be from Database field

Private Sub Section5_Format(ByVal pFormattingInfo As Object)
    Set Picture1.FormattedPicture = LoadPicture(App.Path & "\C_150425001.bmp")
End Sub

Thanks

Answers (1)