Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01153524
Message ID:
01153652
Views:
20
>
>Put this in the combo's KeyPress method:
>
>LPARAMETERS nKeyCode, nShiftAltCtrl
>
>IF nKeyCode = 7
>   This.DisplayValue = ''
>   This.Value = ''
>   this.refresh()
>ENDIF
>
Thanks, Barbara. I'm not sure about your suggestion, but I went with Borislav's code and it works.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View