Results 1 to 3 of 3

Thread: Form Controls -

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member NPassero's Avatar
    Join Date
    May 2007
    Location
    NJ
    Posts
    272

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width