FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour radio y bChange
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
radio y bChange
Posted: Sat Aug 05, 2023 07:09 AM
Hola.
Que estoy haciendo mal en este codigo que el bChange cuando compilo me dice que no existe.
Code (fw): Select all Collapse
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/
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: radio y bChange
Posted: Sat Aug 05, 2023 08:01 AM
Try this:
Code (fw): Select all Collapse
redefine radio oRAdio var nVar ...
If you omit the VAR clause, oRadio is the radio variable and not the radio object.
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: radio y bChange
Posted: Sat Aug 05, 2023 09:20 AM

gracias!

funciono

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

Continue the discussion