Aller au contenu principal

Recherche

Recherche

I need add functionality or vba script to my checkbox

Commentaires

1 commentaire

  • Avatar
    Peter Thane

     

    You need to link your check box to a field the field that display the result and make the label field a Visual Basic Script> Event Controlled Script >OnPostPrompt  field with the syntax something like the sample below, where the X is your validation routine and the Y is your continue routine.

    If Value = "Check Box" then
    Value = X
    else value = Y
    end if

    I hope this makes sense

    Pete

    0

Vous devez vous connecter pour laisser un commentaire.