Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behaviour for Activate event
Message
De
30/06/2003 01:00:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Strange behaviour for Activate event
Divers
Thread ID:
00805179
Message ID:
00805179
Vues:
59
Probably, I am missing something in a sequence of events for a form, but I had an error
1925 unknown member topic in Activate event
until I started to check on type in a code below
*Activate event
IF TYPE('thisform.topic' ) = 'O'
WITH thisform.topic.Items 
    IF  .itemcount > 0 AND .selectcount = 0 
        .defaultitem = .itembyindex(0) 
        .SelectItem(0) = .T.
    ENDIF 
endwith    
ENDIF 
I have no rational explanation what's going on. I've checked it in VFP7 and VFP8. Any ideas ?

TIA
Michael
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform