Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
stephenedberkg
Creator II
Creator II

Button label in text box

i have two buttton sales and target

if i select the button sales .

i want to show the button(name ) label in textbox.

thanks in advancce

1 Solution

Accepted Solutions
sunny_talwar

If I understand you well, you can do this:

In the text box object you can do this may be:

If(vVar = 1, 'Sales')

where button Sales set vVar = 1 when you click it

View solution in original post

3 Replies
sunny_talwar

If I understand you well, you can do this:

In the text box object you can do this may be:

If(vVar = 1, 'Sales')

where button Sales set vVar = 1 when you click it

Not applicable

Addone variable with no value

add an action to button that is set variable to that button and add value to that variable

add a text object in that add the variable

please find the below app

stephenedberkg
Creator II
Creator II
Author

thank you sunindia