Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append blank with keypress in grid.
Message
From
06/10/2001 15:25:33
Ing. T.R.M. Pluym
Pluym Elektronics Bv
Hulst, Netherlands
 
 
To
06/10/2001 14:25:28
Ing. T.R.M. Pluym
Pluym Elektronics Bv
Hulst, Netherlands
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00565189
Message ID:
00565193
Views:
17
Sorry for putting the question here, but I found the solution myselves.

The solution is simple, but when you are searching for it...

LPARAMETERS nKeyCode, nShiftAltCtrl

IF nKeyCode = 22
NODEFAULT && This line was missing
APPEND BLANK
REPLACE Quantity WITH 1
THIS.REFRESH()
ENDIF

Thanks anyway !
Previous
Reply
Map
View

Click here to load this message in the networking platform