-
Form Controls -
I am working on creating a SQL query builder based on columns in a database table. I was running into a problem when I was trying to create the different objects on a panel control. http://vbforums.com/showthread.php?t=472866
Now, what I am trying to do is change the item that appears based on the data type it is in the SQL. So if it is a string, a normal text box, a date, a date picker, an integer, a numeric up down control. The problem I am having now is getting the values from each of these new objects because a text box uses .text and a date / numeric up down use .value for their contents. I tried to re-create the new objects, but it cannot cast a form control to a tb / date picker /n. up down...
Any solutions to this problem ?
-
Re: Form Controls -
-
Re: Form Controls -
no solution to this i guess...