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.

9replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Hola:

    es un botón con este código:

    'Tipo de socio':= 0

    Like
    • mdomfu
    • mdomfu
    • 4 yrs ago
    • Reported - view

    Mil gracias!

    Like
    • mdomfu
    • mdomfu
    • 4 yrs ago
    • Reported - view

    Mil gracias!

    Like
    • lvs1973
    • lvs1973
    • 3 yrs ago
    • Reported - view

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

    is possible scrip to UnLink ?

     

    thanks

    Like
    • Birger H
    • Birger_H
    • 3 yrs ago
    • Reported - view

    You can set the table relation field to 0.
    Birger

    Like
  • Birger H
    But why not in combination with other script?

    Exsample:

    'Show something' = true + ChildForm:=0

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

    Like
    • RoSoft_Steven
    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr 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

    Like
  • Thanks a lot! 

    Like
Like Follow
  • 1 yr agoLast active
  • 9Replies
  • 1624Views