Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between a functionkey and a pushbutton
Message
From
07/07/2000 03:52:12
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Difference between a functionkey and a pushbutton
Miscellaneous
Thread ID:
00389333
Message ID:
00389333
Views:
58
On my form everything is disabled and it holds a datagrid, keypreview is true.
When I press a functionkey the datagrid has to be enabled, the current row has to be highlighted and when I press the down arrow key I have to scroll in the grid.
This code written under the functionkey doesn’t work, when I put the same code under a pushbutton it works.
Code:
With dgdgrid
.Enabled = True
.MarqueeStyle = 3
.SetFocus
End With

Can someone please tell me why it doesn’t work under a functionkey and what the solution is?
Next
Reply
Map
View

Click here to load this message in the networking platform