Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
??CHR(7) Not Ringing Bell
Message
 
 
À
26/08/1999 16:52:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00258095
Message ID:
00258163
Vues:
14
>Hi Mark,
>
>Thanks for the detailed instructions on how to get to the message. I'm trying to ring the bell from within a form method called from a timer's TimerEvent(). Would you happen to know anything about "the API call" or "workarounds" that Macer refers to?
>
>An interesting aside (or new UT "feature"):
>
>When I retrieved your message, for some reason I clicked on "Previous" at the bottom of the message. I was surprised to find it put me into thread #222507, Message #222542 (the previous message to the one you pointed me to). I just clicked on "Next" and I was right there. No need to go into Calendar or anything. Maybe it's because the very last part of your message is a PUTM auto-link - so I ended up at the "Previous" page to that one!
>
>Alas, as a sysop you're probably duty-bound to report this to Michel...

The NEXT button was active on your reply as well. What a COOL feature!

As to your question:
procedure beep_beep
*
* nBeep =  0 default sound (no icon w.r.t. MessageBox)
*         16 critical stop (stop sign)
*         32 question      (question mark)
*         48 exclamation   (exclamation point)
*         64 asterisk      (information symbol)
*
lparameter nBeep
declare integer MessageBeep in Win32API ;
   Integer nBeep
MessageBeep(nBeep)
return
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform