Page 1 of 1

DataField isnt working

Posted: Tue Apr 11, 2017 8:14 pm
by arfgh
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 :

Code: Select all

oImg.datafield = oImgX.datafield
oImgX is the source that contains valid image text.

Unfortunatelly oImg never show the image.

Please help

Re: Why 'dataField' isnt working ?

Posted: Tue Apr 11, 2017 11:05 pm
by eremmel
Please attach a sample database to this thread (make sure you remove private/sensitive info from the file).