This topic is locked

phpr 10.4 detail popup not working

5/4/2020 1:07:53 PM
PHPRunner General questions
H
Hd_Mersintarim author

hi,

I have 2 table
master table

id int(11) pk

name varchar(30)
detail table

id int(11) pk

master_id int(11)

pict varchar(255)
table link is id <=>master_id

phpr 9.8 on the master record popup detail record showing

but 10.4 on the master record popup detail record picture not showing
may I take help this matter?

best regards.

D
DealerModulesDevClub member 5/5/2020

Hi

Try adjusting your:
detail table

pict varchar(255)
to
detail table

pict varchar(500)
Paul

H
Hd_Mersintarim author 5/5/2020



Hi

Try adjusting your:
detail table

pict varchar(255)
to
detail table

pict varchar(500)
Paul



paul thnx, but matter is continue(I changed pict varchar(500))