Zum Hauptinhalt gehen

Suche

Suche

I need add functionality or vba script to my checkbox

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.