DataField isnt working
Posted: Tue Apr 11, 2017 8:14 pm
I have one image control with the 'DataField' defined in the DB just to show images. The DataField points to a text field in the db.
Now i have other image control that i want to change its 'DataField' with a macro.
So i did :
oImgX is the source that contains valid image text.
Unfortunatelly oImg never show the image.
Please help
Now i have other image control that i want to change its 'DataField' with a macro.
So i did :
Code: Select all
oImg.datafield = oImgX.datafield
Unfortunatelly oImg never show the image.
Please help