FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour REDEFINE BUTTON y los TOOLTIP
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
REDEFINE BUTTON y los TOOLTIP
Posted: Tue May 04, 2021 03:30 PM
Hola
Code (fw): Select all Collapse
   REDEFINE BUTTON ::oBtns[ 1 ]  ID 200 OF oDlg   TOOLTIP "Guardar"

al compilar me tira un error
Source\rcnormativas.prg(257) Error E0022 Invalid lvalue 'String'
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM
Re: REDEFINE BUTTON y los TOOLTIP
Posted: Tue May 04, 2021 03:47 PM
Code (fw): Select all Collapse
   REDEFINE BUTTON ::oBtns[ 1 ]  ID 200 OF oDlg   

   ::oBtns[1]:cToolTip := "Guardar"


Saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: REDEFINE BUTTON y los TOOLTIP
Posted: Tue May 04, 2021 10:12 PM

obrigado

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

Continue the discussion