Hi,
I have an employee database that includes a photos. The list page is setup to not view the photo unless the record is viewed. I'd like to add a thumbnail of the photo to the list view, so using MySQL I added a binary field to the database to hold the thumbnail. My problem is that when I start phpRunner it doesn't sync the database like it normally does when a database has been modified. So, when I try to set the field for the thumbnail, the field I want is not listed. Is there a way to force phpRunner to sync?
Thanks.