|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
The code is creating an image row to the BO (and not updating the server) if an image has not been assigned to the movie. This way the default image will be shown on the report. So either the resource has been removed or you have some versions out of sync. This particular code actually has nothing to do with any data going back to the server. A row is added and then the changes are accepted so that the server is not updated. So this is all happening client side.
|