Refresh a control without requering the whole form

johnkrytus

Registered User.
Local time
Today, 09:04
Joined
Mar 7, 2013
Messages
91
I have an image on a form that is stored in a Windows folder.

The path to the image is stored in a field in a table in a sql server database

My trouble is that when I first put the picture in the folder and establish the path, I cannot get the image to display without completely re-rendering the whole form. Me.ctrl_ImageFrame.Requery will refresh the control but does not actually establish the path.

Help please
 

Users who are viewing this thread

Back
Top Bottom