similarly to Cristobal's example barchange.prg that uses a buttonbar and some buttons, I would like to do the same thing but without the buttonbar i.e. I have 6 buttons under an xbrowse (the ones that start from the left)

and when I click on a record I would like to display only some of them, how could I do it?
perhaps I must use Newat of bar class But I not Know How make
I tried with
and it make this error

and when I click on a record I would like to display only some of them, how could I do it?
perhaps I must use Newat of bar class But I not Know How make
I tried with
@ oBrw:nBottom+5, 5 BUTTONBAR oBar SIZE 90,200 BUTTONSIZE 90,24 OF oDlgError occurred at: 03/08/25, 12:22:05
Error description: Error FiveWin/6 Cannot create window or control:
Class: TBAR
Caption:
System Error: Impossibile creare una finestra secondaria di primo livello.
Stack Calls
===========
Called from: .\source\classes\window.prg => WNDCREATEERROR( 898 )
Called from: .\source\classes\window.prg => TBAR:CREATE( 881 )
Called from: .\source\classes\bar.prg => TBAR:NEWAT( 500 )Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

