Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems in code while using a form set
Message
From
06/12/2006 10:30:59
 
 
To
05/12/2006 22:33:26
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01174833
Message ID:
01175221
Views:
6
>Could you tell me how to include a custom toolbar on a stand alone form, Grady?
>
>Thanks very much,
>
>Steve.

_SCREEN.AddProperty("oToolBar")
_SCREEN.oToolBar = NEWOBJECT('mytoolbar','mylib.vcx')
_SCREEN.oToolBar.show()
You will need to create a method(s) to run any code that you will run in the toolbar. Refer to the method in the toolbar.

You can thank Fred and Tore for this code.
You need to subclass your _Base class to get the 'My' components

Hi to my friend Dr. Srinivas Padamanbhuni in Bangalore.

Grady
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform