Hello Roger
As I can appends another button using
LOCAL local aButtons := { {'E~ditar' ,70,22,{||DC_ReadGuiEvent(DCGUI_EXIT_OK,GetList) }} }
DCREAD GUI ;
EXPRESS ;
FIT ;
ADDBUTTONS ;
BUTTONS aButtons ;
ADDBUTTONS AND BUTTONS WITH DCREAD GUI
ADDBUTTONS AND BUTTONS WITH DCREAD GUI
Nolberto Paulino
Regards
Regards
Re: ADDBUTTONS AND BUTTONS WITH DCREAD GUI
Code: Select all
LOCAL aButtons := {}, GetList := {}, GetOptions := {}
aadd(aButtons,{ 'MyButton',50,12,{||MyButtonAction()},nil })
...
DCGET OPTIONS BUTTONS aButtons
DCREAD GUI ... OPTIONS GetOptions BUTTONS DCGUI_BUTTON_CUSTOM
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: ADDBUTTONS AND BUTTONS WITH DCREAD GUI
Thanks Tom for that answer. I forgot it myself.
The eXpress train is coming - and it has more cars.