I must put an button on button bar but I must move this button at the left of the buttonbar as help
but the command
DEFINE BUTTON OF ::oBar ... HELP
NOT RUN !!!!
any idea?
button ...help
button ...help
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
Re: button ...help
Hi Silvio:Silvio wrote:I must put an button on button bar but I must move this button at the left of the buttonbar as help
If what you want is to place a button at anyplace on a buttonbar, I thing you should better use:
Code: Select all
@y,x BTNBMP oBtn OF oBar ....
Manuel Mercado