Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Install in every computer Custom Paper Size?
Message
 
 
À
27/10/2003 09:31:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00840704
Message ID:
00842930
Vues:
30
>Lazy, and yes. Updated accordingly!

Hi Jim,

Here's even shorter version using Ed Rauh's ClsHeap class.
... 
SET PROCEDURE TO clsheap ADDITIVE
oHeap = NEWOBJECT("heap", "clsheap.fxp")
* Build FORM_INFO_1 structure
cForm = NumToLOng(0) + ;		&& Flags
		NumToLOng(oHeap.AllocString("MyCustomForm")) + ;	&& Form Name
		NumToLOng(190000) + ;	&& cx
		NumToLOng(215000) + ;	&& cy
		NumToLOng(0) + ;	&& Left
		NumToLOng(0) + ;	&& Top
		NumToLOng(1900000) + ;	&& Right
		NumToLOng(215000) 	&& Bottom
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform