I have a report where for each record I have a textbox called link1 containing a path and filename (ie "c:\pic1.bmp"
. I then linked link1.value to an Image Control...this part works fine.
NOW...
Not all records have links to pictures and I don't want wasted space in the report so my idea was to set initial height and width values of the Image Control to zero. Then, only when link1 was Not Null I would set height and width of the image control to my desired size. I find that in VB I do not have control over the image control's height and width attributes...why is this? Has anyone out there got ideas or solutions to my dilemma?
NOW...
Not all records have links to pictures and I don't want wasted space in the report so my idea was to set initial height and width values of the Image Control to zero. Then, only when link1 was Not Null I would set height and width of the image control to my desired size. I find that in VB I do not have control over the image control's height and width attributes...why is this? Has anyone out there got ideas or solutions to my dilemma?