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