radio y bChange

Post Reply
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

radio y bChange

Post by goosfancito »

Hola.
Que estoy haciendo mal en este codigo que el bChange cuando compilo me dice que no existe.

Code: Select all | Expand

redefine radio oRAdio id 100 of odlg 
...
oRadio:bChange:= { || msginfo("a")})
 
Gracias.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: radio y bChange

Post by Enrico Maria Giordano »

Try this:

Code: Select all | Expand

redefine radio oRAdio var nVar ...
If you omit the VAR clause, oRadio is the radio variable and not the radio object.
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: radio y bChange

Post by goosfancito »

gracias!
funciono
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Post Reply