Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access to the Label Designer within apps and exes...
Message
De
08/07/1999 21:27:16
 
 
À
08/07/1999 05:58:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00237575
Message ID:
00239210
Vues:
13
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform