Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior. Need Help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00597484
Message ID:
00597584
Views:
18
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform