TGET WITH CLAUSOLE RIGHT ERROR

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

TGET WITH CLAUSOLE RIGHT ERROR

Post 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
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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!"
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post 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
Best Regards, Saludos

Falconi Silvio
Post Reply