Code text for a button
Hi
I should like to get a button to open a field on my form.
When I click on it there is an empty field for formula.
I go to formula window.
I select my field but a white square is displayed next to it
Could someone tell are what I should write as code text ?
Thanks
9 replies
-
At top center change "Visuel" to "Texte". It is often easier to just type the code. Does "open" field mean that you want to make it visible? It may be easier to do that by changing the "Display field only, if" property of the field that you want to make visible.
-
Maybe this will help. Display field if A or B is selected:
-
Hi Dean,
Thanks for Your answers.
I tried your advice "Display field only, if:"
I get a mistake.
Could you help ? -
"Expected end :director…at the line 1, column 37"
-
Well, I think I made a mistake
I should have write "réalisateur" in the white field under "Display
field only if."
So I change it but it does not work either : when I click on the button nothing happens… -
A strange thing : the button appears only on some records…
Why ?
-
Instead of a button, try creating a Choice field named Choices with a "Show as" property of Switch and values of "Show" and "Hide". Then set your field's "Display field only, if" property to:
text(Choices) = "Show"
-
-
Content aside
- 4 yrs agoLast active
- 9Replies
- 933Views