0

Scrip to unlink table

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.

9 replies

null
    • robertdebruyn
    • 5 yrs ago
    • Reported - view

    Hola:

    es un botón con este código:

    'Tipo de socio':= 0

    • mdomfu
    • 5 yrs ago
    • Reported - view

    Mil gracias!

    • mdomfu
    • 5 yrs ago
    • Reported - view

    Mil gracias!

    • lvs1973
    • 4 yrs ago
    • Reported - view

    This work in ipad but in phone is neccesary additional steps...

    is possible scrip to UnLink ?

     

    thanks

    • Birger_H
    • 4 yrs ago
    • Reported - view

    You can set the table relation field to 0.
    Birger

    • Producer, Manager
    • Jan_Inge_Iversen
    • 2 yrs ago
    • Reported - view

    Birger H
    But why not in combination with other script?

    Exsample:

    'Show something' = true + ChildForm:=0

    • Producer, Manager
    • Jan_Inge_Iversen
    • 2 yrs ago
    • Reported - view

    Correction:
    'Show something' := true + ChildForm:=0

    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    This would work without the +sign:

    'Show something' := true ;

    ChildForm:=0

    so to have another line of code you must use ; (semicolon)

    Steven

    • Producer, Manager
    • Jan_Inge_Iversen
    • 2 yrs ago
    • Reported - view

    Thanks a lot! 

Content aside

  • 2 yrs agoLast active
  • 9Replies
  • 1646Views