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?
Asked
Active
Viewed 220 times
-1

Al Masum
- 21
- 5
1 Answers
1
Try to change "F:/BrWeb/BrWeb/QRImages/DSR2022263.jpg"
to "F:\BrWeb\BrWeb\QRImages\DSR2022263.jpg"

MilletSoftware
- 3,521
- 2
- 12
- 15
-
yeah. I solved using same code. thanks for your reply. – Al Masum Sep 29 '22 at 09:13
-
can you tell me how to write the root URL address without whole address? just like something "~/.....". is there any way? – Al Masum Oct 04 '22 at 09:02