jerson Messages: 202 Registered: June 2010 Location: Bombay, India
Experienced Member
Hello Didier
Thanks for your help. I am trying to figure out a way to feed the filename from a SQL.Field to the staticimage control. The Database holds just the file name. All other parameters are correctly tied to their respective controls. The only one that does not work is StaticImage.Set(String _filename). I suppose it is doing that since it is not an editable class.
If that is not possible, would you know how to get the field value from the cursor position on the sqlarray control? I could then use the whenevent to update the static control. Is that possible at all?