Dropbown Box in "Column Name" field
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
Hello, Simon.
This feature is already available in WPF edition. Have a look at the QueryColumnsList - Custom Columns Demo project.
In the WinForms Edition you can hide the original "Column name" column and create a new one with a combo box.
You right, the current version of Active Query Builder doesn't support INSERT statements, but if you use the WinForms edition (I'm still not sure about that), you can create an additional column (if user wants to build an INSERT statement) and turn the SELECT statement into INSERT by getting information from this column.
Have a look at the "Query Columns List - Custom Columns Demo" project. It contains the sample source code.
All demo projects are installed in the Documents folder inside the user's profile directory. Look for them in the "Active Query Builder *** Examples" subfolder.