I wish show customers as this picture

I like to make the box blu around each row and insert small images as the picture
the Dbf is this
the last field (islock ) need to me to block a record because in Italy we use a first record "Cliente Generico" blocked
I tried to make it then I have problem to manage the record
Also another time I ask it on forum
Someone can help me please

I like to make the box blu around each row and insert small images as the picture
the Dbf is this
DbCreate(cDir+'CL', { {'idcliente','C',4,0},;
{'Cognome','C',30,0},;
{'Nome','C',30,0},;
{'Indirizzo','C',50,0},;
{'Citta','C',30,0},;
{'Provincia','C',2,0},;
{'Cap','C',5,0},;
{'Email','C',50,0},;
{'Codfiscale','C',16,0},;
{'Partiva','C',11,0},;
{'Appunti','C',200,0},;
{'Cellulare','C',20,0},;
{ "Islock" , "L", 1, 0 }}, 'DBFCDX')the last field (islock ) need to me to block a record because in Italy we use a first record "Cliente Generico" blocked
I tried to make it then I have problem to manage the record
Also another time I ask it on forum
Someone can help me please
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com