Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to fix Doug Hennig highlighting in preview code
Message
De
05/06/2006 12:56:42
 
 
À
04/06/2006 10:22:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01125701
Message ID:
01127139
Vues:
17
>Check the Anchor property of the shapes; if it's 0, they aren't being resized when the container is. You might want to make the shape visible (eg. set the border color to black) for testing so you can see where they are being placed.

Doug,

thank you. I solved this by sizing shapes after zooming:
SELECT (this.coutputalias)
FOR EACH OSHAPE IN this.ocontainer.controls 
  GO (OSHApe.nrecno)
  OSHApe.left= left/10*this.nZoomFactor
  oshape.top= top/10*this.nZoomFactor
  oshape.width= width/10*this.nZoomFactor
  oshape.height= height/10*this.nZoomFactor
  ENDFOR 
Andrus
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform