In one of my grid, I have a text Field, using SQL "SELECT" from another grid.
I successfully achieved it.
When I add an new item, move the cursor to that Field, I found out that I need to double click the field, then I can see a drop-down list arrow on the right side of the field, then you click it to choose the field value you need; and you can not just type and IQ will automatically match the value to automatically select it for you like some other MS software do.
Here is my question, how can I achieve to do this :
- move cursor to that Field by typing 'Tab', or just using cursor arrow to move.
- then just type the letter of the field value you expect to "SELECT" from other grid by SQL.
- then IQ will show any matching value from the other grid's item been "SELECT"ed.
B.regards
Sean
Comments