Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Now what???/
Message
De
27/06/2000 14:17:21
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Now what???/
Divers
Thread ID:
00385272
Message ID:
00385272
Vues:
38
In answer to my post about auto droping the calendar in the date time picker Paul M sent this code....

#DEFINE WM_KEYDOWN 0x0100
#DEFINE VK_F4 0x73

hWnd = THISFORM.OleControl1.hWnd
=SendMessage(hWnd, WM_KEYDOWN, VK_F4, 0)

.... in main prg

DECLARE INTEGER SendMessage IN WIN32API ;
INTEGER hWnd, ;
INTEGER Msg, ;
INTEGER wParameter, ;
INTEGER lParameter

IT WORKS GREAT! The calendar pops up automaticaly just as I want.

Except for one problem. Code that I had in the closeup event of the control now does not work at all.

Do I need to reset or "unset" something? Thanks for any thoughts.
Tom Gahagan
Alliance
Computer Solutions

"Music, like sex, is much too important to be left to professionals."
Robert Shaw
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform