I have a table linked to another. Users linked to type of users. I want a script in a button to unlink the type of users.
The same that click the red circle option in this image.
Hola:
es un botón con este código:
'Tipo de socio':= 0
Mil gracias!
Mil gracias!
This work in ipad but in phone is neccesary additional steps...
is possible scrip to UnLink ?
thanks
You can set the table relation field to 0.
Birger
Birger H
But why not in combination with other script?
Exsample:
'Show something' = true + ChildForm:=0
Correction:
'Show something' := true + ChildForm:=0
This would work without the +sign:
'Show something' := true ;
ChildForm:=0
so to have another line of code you must use ; (semicolon)
Steven
Thanks a lot!