Hi Neville,
>> Now when the user accepts the File Upload entry I would like to refresh the image so it display immediately,
but at the time they tab off the file, you get the _name_ of the image, but not the image itself. The image is only uploaded when they press the "Save" button. It's not possible to (directly) upload the file asynchronously. there are some hacks in this area, which I might implement, but that's for down the road a bit.
>> Question: At which point in the life of the form when it is first called are the table fields fetched and loaded in the session queue.
Before the PreUpdate routine.
>> As I understand it all fields of the record buffer are loaded into the Session queue. The local variable that is declared in the form procedure, is it loaded into the session queue automatically or must I do a SSV for the local variable.
Automatically, when the form opens. If you set, or change, the value I recommend updating the SessionQueue at the same time.
Cheers
Bruce