2007 CLAUSE OF BUTTON BAR NOT PAITING TEXT RIGHT TO BUTTONS
Posted: Mon Jul 28, 2008 12:57 pm
Mr.Antonio
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
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 40 //2007
DEFINE BUTTON oBtn1 OF oBar ACTION New() ;
RESOURCE "new" ;
PROMPT "New" GROUP TOOLTIP "New" LEFT
LEFT clause in BUTTON statement is not respected with 2007 clause.
How can I get it with 2007 clause ?
Code: Select all
Regards,
- Ramesh Babu P