Hi Antonio,
Fwh2.7 april build fix the cancel clause with acelerator in button?
Example: ALT+C in button ignores cancel clause.
Thanks.
#include "FiveWin.ch"
function Main()
local oDlg, cTest := Space( 20 )
DEFINE DIALOG oDlg
@ 1, 2 GET cTest VALID ! Empty( cTest )
@ 3, 5 BUTTON "&Cancel" ACTION oDlg:End() CANCEL
ACTIVATE DIALOG oDlg CENTER
return nil
Antonio Linares wrote:Wanderson,
This code is properly working with FWH april build:
- Code: Select all Expand view RUN
#include "FiveWin.ch"
function Main()
local oDlg, cTest := Space( 20 )
DEFINE DIALOG oDlg
@ 1, 2 GET cTest VALID ! Empty( cTest )
@ 3, 5 BUTTON "&Cancel" ACTION oDlg:End() CANCEL
ACTIVATE DIALOG oDlg CENTER
return nil
Return to Bugs report & fixes / Informe de errores y arreglos
Users browsing this forum: No registered users and 23 guests