![]() |
Please help me with sampla for foxpro (vfp9) |
Post Reply
|
| Author | |
CyberW
Newbie
Joined: 27 October 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Please help me with sampla for foxpro (vfp9)Posted: 27 October 2008 at 12:46pm |
|
Please help me with sampla for foxpro (vfp9) to use Command Bars.
I create form and put ActiveX control to form, next i use master for create menu buttons and press save button, and run form, but buttons not see on screen. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 October 2008 at 3:31am |
|
Hi. master is CommandBars Designer ? If so, add CommandBars.LoadDesignerBars.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
CyberW
Newbie
Joined: 27 October 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 October 2008 at 6:01am |
|
it my data from master of Command Bars
uploads/20081028_053914_Form1.xcb.zip i add to Init method this code(vfp9): thisform.commandBars.loadCommandBars("d:\Form1.xcb") and run form, but on screen is no my bars, it is empty, object see on form and i move this. uploads/20081028_060027_form-1-screensh.zip |
|
![]() |
|
WaleedSeada
Groupie
Joined: 29 March 2007 Location: Egypt Status: Offline Points: 88 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 November 2008 at 8:49am |
|
Hello CyberW,
Try the AttachTowindow method;
CommandBars.AttachToWindow hWnd
best regards
|
|
|
:Powerbuilder 10.5
:Codejock suite 11.2.2 ========================= Waleed Seada |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 November 2008 at 2:07am |
|
Instead
loadCommandBars you need LoadDesignerBars
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |