For example
The primary key in the table is the number of telefone
So the user add a telefone number :
1234569-98
This is the first record
Then the user delete this record and then he add a new record :
telefone number
1234569-98
When he save the data the error occurs
THANK
Pablo
I try this but dosen't work because the validation of the primary key that I violate the unique index
I add a record with number 1, then I delete this record and add again the number 1
Sorry about my english
Thank
Pablo
xvar1 = username
xvar2 = userdepartment
THISFORM.STATUSBAR1.PANELS(x).TEXT= xvar1 + '/' + xvar2
where x is the index number of the panel
make sure that both variables are string
Pablo
I put this but it dosen't work
ALTER TABLE embarque ADD PRIMARY KEY nrodedestino TAG codigo FOR .NOT. DELETED()
I don't know if the filter expresion may be this ( !deleted())
How I can put a filter expresion in a primary key with the
alter table expresion
I have an existing table with a primary key and I want to put a filter expresion without loosing data
Tank a lot
Thats anyone know if i can run an aplication like a service in a server. In that form i can run the aplication form the clients and i dont have to start the aplication in de server ??
thanks
SORRY MY ENGLISH
Pablo from Argentina
I have this an Oracle connection and Informix connection
I write this code.
PUBLIC nHandle, nHandle1,nHandle2,codcli,titulos
nHandle=SQLCONNECT('SFB', user, password) && ORACLE CONNECTION
nHandle2=SQLCONNECT('Informix_Cc',user, password) && INFORMIX CONNECTION
THE FIRST TWO NAMES ARE THE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.