Site Search:
Sign in | Join | Help

This Blog

Syndication

Tags

No tags have been created or used yet.

Janus System

All things for all Janus products

How to cause a Janus multicolumn dropdown to automatically drop down on cell entry

This piece of code will cause a Janus multicolumn dropdown to automatically drop down when you enter the cell

    Private Sub GridEX1_CurrentCellChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridEX1.CurrentCellChanged
        Me.GridEX1.CurrentCellDroppedDown = True
    End Sub

Comments

 

steve gray said:

This is great, is there a way to do that same thing in VB6 for the ActiveX version?

March 12, 2010 5:05 AM

Leave a Comment

(required)  
(optional)
(required)  
Add