How can I place Toolbar below the main menu of my application with ICONs
Thanks
Joseph
Main Menu ToolBar
Re: Main Menu ToolBar
Have a look at:unixkd wrote:How can I place Toolbar below the main menu of my application with ICONs
Xdemo ->Sample Program 4->StatusBars
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com
Real Business Applications Ltd
http://www.rbauk.com
Re: Main Menu ToolBar
@ DCSTATUSBAR is what you need.
You will see a sample by running XDEMO.
You will see a sample by running XDEMO.
The eXpress train is coming - and it has more cars.
Re: Main Menu ToolBar
Hi Roger
How can I create a Main TOOLBAR containing Database Navigation "Up", "Next Record", Prev Record", "Bottom" in my main window that respond to table in different forms/dialogs
of my MDI application ?
Joseph
How can I create a Main TOOLBAR containing Database Navigation "Up", "Next Record", Prev Record", "Bottom" in my main window that respond to table in different forms/dialogs
of my MDI application ?
Joseph
Re: Main Menu ToolBar
If your child windows are running in other threads, the button activation will need to send a message to the window that is in focus.
I will write a sample program for you.
I will write a sample program for you.
The eXpress train is coming - and it has more cars.
Re: Main Menu ToolBar
Hi Roger
Exactly. My child windows are running in a different thread. I am eagerly expect the sample program.
Joseph
Exactly. My child windows are running in a different thread. I am eagerly expect the sample program.
Joseph
Re: Main Menu ToolBar
Here you go. If you have any questions about this, don't hesitate to ask.
- Attachments
-
- Navigate.zip
- (277.95 KiB) Downloaded 969 times
The eXpress train is coming - and it has more cars.
Re: Main Menu ToolBar
Hi Roger
Thanks alot for the sample program sent.
One more thing. How can I handle the WHEN {|| ...} of the DCADDBUTTON of the toolbar such that when the browse is at the top of the table in a particular thread, the
TOP caption is disabled.
You timely response will be greatly appreciated.
Joseph
Thanks alot for the sample program sent.
One more thing. How can I handle the WHEN {|| ...} of the DCADDBUTTON of the toolbar such that when the browse is at the top of the table in a particular thread, the
TOP caption is disabled.
You timely response will be greatly appreciated.
Joseph
Re: Main Menu ToolBar
This should do it for you.
- Attachments
-
- navigate.zip
- (278.33 KiB) Downloaded 920 times
The eXpress train is coming - and it has more cars.
Re: Main Menu ToolBar
Hi Roger
The STATIC variable snNavigate is not visible in other .PRGs
Thanks
Joseph
The STATIC variable snNavigate is not visible in other .PRGs
Thanks
Joseph