Using May 2006 FWH.
Any ideas on a solution?
James
-------------------------
- Code: Select all Expand view
#include "fivewin.ch"
function main()
local oDlg, oGet, cName:= "Microsoft ", oGet2, cAddress:=space(22), oBtn
define dialog oDlg
@ 1,1 get oGet var cName of oDlg
oGet:bGotFocus:= {|| oGet:gohome(), oGet:oGet:clear:=.t., tone(300,1) }
@ 2,1 get oGet2 var cAddress of oDlg update
activate dialog oDlg
return nil