Page 1 of 1

radio y bChange

PostPosted: Sat Aug 05, 2023 7:09 am
by goosfancito
Hola.
Que estoy haciendo mal en este codigo que el bChange cuando compilo me dice que no existe.

Code: Select all  Expand view
redefine radio oRAdio id 100 of odlg
...
oRadio:bChange:= { || msginfo("a")})
 


Gracias.

Re: radio y bChange

PostPosted: Sat Aug 05, 2023 8:01 am
by Enrico Maria Giordano
Try this:

Code: Select all  Expand view
redefine radio oRAdio var nVar ...


If you omit the VAR clause, oRadio is the radio variable and not the radio object.

Re: radio y bChange

PostPosted: Sat Aug 05, 2023 9:20 am
by goosfancito
gracias!
funciono