If a customer have the same surname and different name how I must create the search ?
I made the index
INDEX ON Upper(Cust->first)+upper(cust->last) tag Firstlast
cCognome:= cust-first
cNome:=cust->last
@ 26, 10 SAY "Cognome :" OF oDlg SIZE 34, 8 PIXEL FONT oFont
@ 24, 46 GET aGet[2] var cCognome OF oDlg SIZE 80, 12 PIXEL FONT oFont UPDATE
@ 26, 127 SAY "Nome :" OF oDlg SIZE 34, 8 PIXEL FONT oFont
@ 24, 146 GET cNome OF oDlg SIZE 100, 12 PIXEL PICTURE "@!" FONT oFont UPDATE
if I seach dbseek(cCognome+cNome) not run ok
any solution pls
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
