Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Labels on form become fuzzy when skipping to next record
Message
From
08/01/2003 13:25:06
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
08/01/2003 13:17:16
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00739412
Message ID:
00739422
Views:
17
>Has anyone experienced labels becoming distorted when navigating through the file? If I run a screen and hit the next button several times in a row, the labels become more distorted as I skip through the file. Any thoughts would be appreciated. Thanks.
>
>-Missy

This shouldn't happen normally; it is probably some code in your form.

Let's assume the .Left property of a textbox changes (the TextBox goes more and more to the right).

Use the debugger, and place a breakpoint. The condition might be that ThisForm.Label1.Left changes, or perhaps better _vfp.ActiveForm.Label1.Left. Similarly, you can place breakpoints on .Top, .Width, .Height, .FontSize, or whatever property you think changes, when it isn't supposed to.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform