Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form keypress Conundrum
Message
From
11/01/2006 14:13:10
 
 
To
11/01/2006 12:38:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01085658
Message ID:
01085796
Views:
30
Updated form keypress event (for future and lurkers):
   DO CASE
      CASE nKeyCode = 18 .AND. nShiftAltCtrl = 0  && Page Up
         *--TCH 01/11/2006 Issue#3841 Courtesy Gregory Adam UT Thread 1085658
         NODEFAULT
         IF VARTYPE(THISFORM.ACTIVECONTROL) = "O" .AND. !ISNULL(THISFORM.ACTIVECONTROL) .AND. ;
               PEMSTATUS(THISFORM.ACTIVECONTROL, 'SetFocus', 5)
            THISFORM.ACTIVECONTROL.SETFOCUS()
         ENDIF
*--Etc
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform