Page 1 of 1

assign on a get

Posted: Mon Jun 06, 2022 11:08 am
by Silvio.Falconi
to assign on a get a number How I must do .. :D .I not remember



IF lValore
nValore:=1
* aGet[7]:ctext(nValore) this make error
aGet[7]:refresh()
Specivalue(aTemp2,lValore,nValore,oBrw2,nRadio2)
ENDIF

Re: assign on a get

Posted: Mon Jun 06, 2022 11:31 am
by karinha
VARPUT()

Regards, saludos.

Re: assign on a get

Posted: Mon Jun 06, 2022 2:32 pm
by nageswaragunupudi
* aGet[7]:ctext(nValore) this make error


Code: Select all | Expand

aGet[7]:ctext := nValore