Results 1 to 6 of 6

Thread: Grid with validation cell capable

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    145

    Grid with validation cell capable

    Hi guys,

    Do you know any third party OCX for Grid with validation cell capable?

    See, i want validating each value on the cell before it move to the next cell or leave current cell.

    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Dec 2006
    Location
    Jar, Norway
    Posts
    372

    Re: Grid with validation cell capable


  3. #3
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: Grid with validation cell capable

    Flexgrid can be validated on LeaveCell.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    145

    Re: Grid with validation cell capable

    Thanks Ember.

    I see no ability such as "Lost_Focus" or "Validate" on TExtbox which i needed.
    But i haven't look at it very closely now.

    To wider my choice could you please give me other link you may know.
    Last edited by barianto; Dec 6th, 2006 at 08:24 AM.

  5. #5
    Hyperactive Member
    Join Date
    Dec 2006
    Location
    Jar, Norway
    Posts
    372

    Re: Grid with validation cell capable

    VSFlexGrid is made part of another OCX that has different Events like:
    VB Code:
    1. Event EnterCell(Row As Long, Col As Long, CellValue As Variant)
    2. Event AfterUpdate(RowNumber As Long, RowData As Variant, ColNumber As Long, _
    3.       ColData As Variant, NewValue As Variant, oldValue As Variant, ColHeader As String)

    - and others.
    Moretn

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    145

    Re: Grid with validation cell capable

    I will look at it closely, and try it sample.

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