Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Suppose I have a table with column Names List I want to select the data from That table based on one set which is created based on other factor so How can I select that data
For example :
NameList Contains [A, B,C,D,E,F,G,H,I,J,K,L]
set is table defined as [E,F,G]
Now Mine goal is to print the data of E ,F, G only
Please Give me efficient solution
Thanks in Advance.
The easiest thing to do is hold down CTRL, and select EFG in the list box ;). But you probably do not want that.
You could create another column called Group and put NameList into the appopriate Groups. Then have a list box to display the Group. Let me know if that makes sense.
I am looking for some solution which can help me in selecting the data from the set which is maintained dynamically . I dont know what are its contents you can think it as a Table with column which is regularly being updated
What's new in QV8.5 smaple application gives example of using macros with 2 group buttons of this type of activity