Antonio,
In this current version of the fwhx 2.7 when I am in any field as example in this of the Descricao and do I type any shortcut as example Alt+C the cursor is in the field of the shortcut doesn't return how before automatically in I finish it focus, will that be gotten right?
Clemerson
key shortcut
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Please try this sample. Is it ok ?
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL cVar := SPACE( 30 )
DEFINE DIALOG oDlg
@ 1, 1 GET cVar
@ 3, 3 BUTTON "&OK" ACTION MsgInfo( "action" )
ACTIVATE DIALOG oDlg;
CENTER
RETURN NIL