Hi Igor,
I currently do not have access to the method "RequestEdit". I do have access to method "RequestEditCurCell". From the documentation I have, the "RequestEdit" has a number of arguments:
iGrid1_RequestEdit(_
ByVal lRow As Long, ByVal lCol As Long, _
ByVal iKeyAscii As Integer, bCancel As Boolean, _
sText As String, lMaxLength As Long)
For the "RequestEditCurCell", I am only seeing the following argument:
iGrid1.RequestEditCurCell(lCharCode as long)
Can you let me know how lCharCode can be used to set parms such as bCancel, sText, and lMaxLength. Thanks!
AlexD.
Edited by moderator
2015-09-07T09:31:13Z
|
Reason: Corrected post status