Image in master detail tables

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Piosky_to2003
User
Posts: 23

Image in master detail tables

Post by Piosky_to2003 »

Good morning
I have a [customers] table (CustomerID, Company Name, ...)
a [customercontacts] table (ContactID, CustomerID, name, image, ...)
a table [invoices] (InvoiceID, CustomerID, ......)
in the [customers] table with phpmaker I added two master detail tables
customers -> invoices
customers -> customercontacts

if I upload an image to a customer contact and go directly to the [customercontacts] table I see the image thumbnail and if I click on it, I open the image correctly . it's ok.

if I go in the [customers] table
I click on the + button
I see the two subtabs |invoices|customercontacts|
when I click on TAB |customercontacts| the image thumbnail is empty but I do not see the image (the link to the image is right) and if I click on the blank image it opens correctly

Waiting for your answer
best regards
silvio

thks for your help


mobhar
User
Posts: 11703

Post by mobhar »

I can reproduce the issue, too. It seems Preview extension has not supported to display the picture in *preview.php page, yet.


Post Reply