|
-
Jun 11th, 2007, 10:31 AM
#1
Thread Starter
Hyperactive Member
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 ?
Last edited by NPassero; Jun 11th, 2007 at 10:57 AM.
Reason: wrong forum when posting.
-
Jun 11th, 2007, 10:43 AM
#2
-
Jun 11th, 2007, 12:51 PM
#3
Thread Starter
Hyperactive Member
Re: Form Controls -
no solution to this i guess...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|