Paragraf hide when

my name is guang, i have a problem with field. the field(combo box) named “language” is contain the “english” and “indonesia”. in the same form, i have a field(checkbox) named “chkrevisi”. i want it can change the word to “Need revision” after i choose field “language” to “english” and “butuh revisi” after i choose field “language” to indonesia.

in the same form too, i have a hidden field named “numLamaRevisi”, it depends on the field name “language”. it’s appear when i give a check mark to “Need revision” or “butuh language”. how can i do that?

thanx for answering my question

Subject: Paragraf hide when

field “language”

  • set default to english

  • set refresh field on keyword change (2nd tab of ur field property)

field “chkrevisi”

  • set choices to (use formula for choices) (2nd tab of ur field property)

  • add this code

    @If(language=“english”;“Need revision”;“butuh revisi”)+“|Y”

  • set refresh field on keyword change

  • set refresh choices on document refresh

field “numLamaRevisi”

-set hide when formula (last tab of ur field property)

chkrevisi!=“Y”

Subject: RE: Paragraf hide when

thanx Lai Malaysia. it helps me a lot of