| DiacuPaul a întrebat:

Eroare foxpro. Am comanda asta intr-un buton:
USE tpopulatie
IF cnp == thisform.Text1.Value
MESSAGEBOangry'Cnp-ul deja exista')
ELSE
GO BOTTOM
APPEND BLANK
replace tpopulatie.cnp WITH thisform.Text1.Value,tpopulatie.nume WITH thisform.Text2.Value,
tpopulatie.prenume WITH thisform.Text3.Value,tpopulatie.pr_t WITH thisform.Text4.Value,tpopulatie.pr_m WITH thisform.Text5.Value,
tpopulatie.loc_nast WITH thisform.Text6.Value,tpopulatie.sex WITH thisform.Text7.Value,tpopulatie.adresa WITH thisform.Text8.Value
ENDIF
MESSAGEBOangry'Persoana a fost adaugata cu succes!')
thisform.refresh

Butonul ar trebui sa adauge datele intr-un tabel. Imi spuneti va rog de ce imi da syntax error? As vrea sa lucrez cu thisform.text.value nu sa inlocuiesc.