Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Key F9 does not work
Message
From
27/02/2012 12:57:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Key F9 does not work
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01536647
Message ID:
01536647
Views:
133
Hi.

I have code below in method KeyPress of the textbox:
LPARAMETERS nKeyCode, nShiftAltCtrl

IF nKeyCode = -8 && F9
	Thisform.Ortese = .F.
	THIS.VALUE = lnAto
ENDIF

IF nKeyCode = -6 && F7
	Thisform.Ortese = .T.
	THISFORM.PageFrame1.Page3.BtnAtoRealiz.CLICK()
ENDIF
In interactive mode this code works correctly, but in exe does not work.

Any idea?

Thanks..
Atenciosamente,
Welington Lourenço Melo de Paula BH / MG
welingtonl@yahoo.com.br
Next
Reply
Map
View

Click here to load this message in the networking platform