Page 1 of 1

button ...help

Posted: Sat Feb 09, 2008 8:43 pm
by Silvio
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?

Re: button ...help

Posted: Sat Feb 09, 2008 9:05 pm
by mmercado
Silvio wrote:I must put an button on button bar but I must move this button at the left of the buttonbar as help
Hi Silvio:
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 ....
Regards.

Manuel Mercado