Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox Clear
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:
17
>
>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

Click here to load this message in the networking platform