Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Need your support on attached screen shot which contains no. of supplier and based on selection of supplier the text boxes should be visible to end user.
Briefing with the help of example.
1. Supplier selected 3 out of 10.
2. Then 3 text boxes should be visible with its label.
BR,
Amit
What text boxes you are using? You can bi-pass the conditional enable system like
If(GetSelectedCount(Supplied)=3, 1,0)
I am using vizlib Advanced text object.
Which action need to perform to fulfill the particular condition???
Thanks in advance.