Al Masum
Al Masum

Reputation: 21

Formula for dynamic image src in crystal report

I have taken a OLE object selecting paint brush option. after that going in picture tab clicked x-2 button to write formula. Wrote 2 formulas
1. "F:/BrWeb/BrWeb/QRImages/DSR2022263.jpg"
2. "~/QRImages/DSR2022263.jpg"

but image is not shown in report. Questions whats the mistake I have done? How to write correct formula so that my image appears? Can I user server path instead of static path in formula? enter image description here

Upvotes: -1

Views: 656

Answers (1)

MilletSoftware
MilletSoftware

Reputation: 4026

Try to change "F:/BrWeb/BrWeb/QRImages/DSR2022263.jpg"

to "F:\BrWeb\BrWeb\QRImages\DSR2022263.jpg"

Upvotes: 1

Related Questions