Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access to the Label Designer within apps and exes...
Message
From
08/07/1999 21:27:16
 
 
To
08/07/1999 05:58:34
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00237575
Message ID:
00239210
Views:
12
>>I think you need to create some dummy empty label with needed label size,
>>then copy to new filename before modify!!
>
>but how do you get the size options within the app...
>
>the code example was impressive but still didn't give me the sizing option, just the the toolbars (which I already have!)
>
>
>Harry




Create a custom class, at class menu, there is a First menu option
to add new properties, 2nd for adding new procedure..

select add new properties and type in:

aToolBars[1]

then, an array of aToolBars is created for that class,

then add new procedures and type add two proc.:
releasetoolbar & showtoolbar

copy-n-paste the previous coding to corresponding proc..

at Form designer, click the Book icon and select add new class lib.
and select the above class lib.

you will see only the first custom class is shown.

drag and drop it in form...

THen, what you can do is:
THisform.mycustom1.releasetoolbar()

PrintJob
...
EndPrint
THisform.myCUstom1.showtoolbar()

^_~ ok, try first, if fail, see the VFP solution sample!!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform