Hi,
I have this code:
REDEFINE BUTTONBAR oBar ID 100 OF oDlg 2007
DEFINE BUTTON OF oBar PROMPT "Gerar" FILE "B_SAVE" ACTION PreBol()
DEFINE BUTTON OF oBar PROMPT "Sair" FILE "B_EXIT" GROUP ACTION oDlg:End()
How I can put a combobox next of last button in this oBar?
I tried @x,y and DEFINE/REDEFINE, not work!
Thanks in advance.