Hi,
I generated a text input box (Textinput1) and a list box (Listbox1).
The Listbox1 will show a batch of data which was filtered in the source database based on the input of Textinput1.
What I want is to set the Textinput1 value to the selected value in Listbox1. I have tried to set Textinput1 default value as ListBox1.Selected.Material. It works in another textinput2 But not work in textinput1. Here is the error message.
do anyone know how to set the textinput1 value to the selected value in the list box which was filtered based on textinput1 itself?
Thanks!
Solved! Go to Solution.
Hi,
This has been resolved when I create a variable to store the item which is selected in list box and set the input box default as the variable.
Thanks!
Your question was: "Do anyone know how to set the textinput1 value to the selected value in the list box which was filtered based on textinput1 itself? "
This is the definition of a circular reference. You cannot:
You many only:
Note: A, B, C are made up control names for the purpose of a basic example
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi,
This has been resolved when I create a variable to store the item which is selected in list box and set the input box default as the variable.
Thanks!
User | Count |
---|---|
261 | |
115 | |
97 | |
48 | |
41 |