Page 1 of 1

TGET WITH CLAUSOLE RIGHT ERROR

PostPosted: Sun Mar 23, 2008 3:53 pm
by Silvio
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

PostPosted: Mon Mar 24, 2008 10:18 am
by Antonio Linares
Silvio,

Here it works fine. All is missing is to initialize the cGet variable in your code:

local oDlg, oGet, cGet := "Hello world!"

PostPosted: Mon Mar 24, 2008 11:13 pm
by Silvio
I sent you the new msgcalc
can you see it
when you push a number button it write the number at the left of the get and not on right