E
Eugene
Hi,
can anybody tell if there is a way to display an image
within query results?
If yes, then does my function look good:
---------------------------------------
Public Function GetEEPicture(EmployeeID as String)
Dim OP as Image
OP.Picture=LoadPicture("C:\Users\" & EmployeeID & ".jpg")
GetEEPicture=OP.Picture
End Function
---------------------------------------
P.S. But I always get error #91 - "Object variable or
With block variable not set"
Appreciate your help,
Eugene.
can anybody tell if there is a way to display an image
within query results?
If yes, then does my function look good:
---------------------------------------
Public Function GetEEPicture(EmployeeID as String)
Dim OP as Image
OP.Picture=LoadPicture("C:\Users\" & EmployeeID & ".jpg")
GetEEPicture=OP.Picture
End Function
---------------------------------------
P.S. But I always get error #91 - "Object variable or
With block variable not set"
Appreciate your help,
Eugene.