Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling pictures on buttons
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00616168
Message ID:
00616316
Views:
39
You are causing the form to jump using ?? because that's causing output to the form, even though it's "invisible" output it's still output.

It's a far, far better thing to use the sndPlaySound() API call to do beeps. Y'all can find the code over on my website. An alternative would be to add ACTIVATE SCREEN in your dialog before the ?? command, but that might adversely affect your environment if your forms have code in the Activate() or Deactivate() events.

>I figured out what is causing the problem and it MUST be a bug because I certainly don't consider this a feature. The pictures stay on the button and work fine UNTIL the following line of code is executed.
>
>
>?? CHR(7)
>
>
>Once the "beep" is executed, the pictures start scrolling off the buttons whenever you press them!!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform