- Code: Select all Expand view
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 40 //2007
DEFINE BUTTON oBtn1 OF oBar ACTION New() ;
RESOURCE "new" ;
PROMPT "New" GROUP TOOLTIP "New" LEFT
I gave below the results of BUTTONBAR with and without 2007 Clause
LEFT clause in BUTTON statement is not respected with 2007 clause.
How can I get it with 2007 clause ?
- Code: Select all Expand view
Regards,
- Ramesh Babu P