Results 1 to 3 of 3

Thread: Enter text in vsflexgrid control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Posts
    150

    Enter text in vsflexgrid control

    Hi all

    Is there a line of coding that allow you to enter text in a specific cell of the FlexGrid control?

    Thanks

  2. #2
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Posts
    150
    Let say i have a cell that has that line of coding:

    .ColComboList(.Col) = "..."
    .ColEditMask(.Col) = DDMMYYYY

    That allows you to enter a date by pressing a small button "...".

    when pressing a button, a calendar appears and lets you select a date.

    My problem is that i'me not able to enter any text in that particular column, it is lock because of that line:

    .ColComboList(.Col) = "..."

    I know that you can't enter text in a listBox but there most be a way to do so.

    I want to be able to enter a date manually and if the user wants to use the calendar, he can do so.

    Please help

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