I have a cWebModalDialog with a grid and a cWebImage object. As you move down the rows in the grid an image associated with that record in the grid is display in the cWebImage object. I am using the OnChangeCurrentRow of the grid to send the UpdateLocalImage passing the (File.FilePath + File.FileName). However, if there is only one record the grid the OnChangeCurrentRow is not triggered and no image is displayed. I have tried putting this in the "OnLoad" after the Find gt .. but the incorrect image is displayed. I tried the "OnShow" after the GridRefresh and the incorrect image is displayed. I tried the "OnNewCurrentRecord" and "OnPostFind" (using not(AppSyching)) but an HTTP error is generated (this first time the dialog is displayed, but next time no error and the image is displayed). Any suggestions on where and how to use the UpldateLocalImage?