Dear all,
I found last year an error or a bug on get with clause right
but I the error not is corrected
Why we no try to correct it ?
#include "FiveWin.ch"
Function main()
Local oDlg,oGet ,cGet
LOCAL oBt1
DEFINE DIALOG oDlg SIZE 485, 245
@ 0.1, 0.5 GET oGet VAR cGet OF oDlg SIZE 235, 12 RIGHT
ACTIVATE DIALOG oDlg CENTER
return nil