I like to make the box blu around each row and insert small images as the picture
the Dbf is this
- Code: Select all Expand view
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