Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behavior. Need Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00597484
Message ID:
00597584
Vues:
15
Kevin,

There doesn;t seem to be anything wrong with your code. I would suggest trying this, eliminate all controls except one from the code. Make that work, then add controls back one at a time until they stop working.


* Form Resize event
WITH ThisForm

  .pgfPages.Height = .Height - 1

ENDWITH

RETURN


Now run the form and resize it's hieght, does the pageframe resize it's height too? If no then we have to find out why not because it should. If it does resize, add back the line to resize the pgframe's width and run it again. Continue until it fails working or all the code is back. If it fails at any point the last item you added back is very likely the culprit.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform