Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP1 have changed events on grid class !
Message
De
13/10/2003 11:18:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SP1 have changed events on grid class !
Divers
Thread ID:
00838126
Message ID:
00838126
Vues:
63
Hi,

when a Grid object have a recordsource set to a empty table:
1. on VFP8:
sequence when the grid gain focus is:
- When() ** if method is empty or return .T.
- other events
- AfterRowColChange()

2. on VFPSP1:
sequence when the grid gain focus is:
- When() ** if method is empty, with tab key focus is not gained 
         ** ( implicit RETURN .F.)
- other events
* AfterRowColChange() event not fired
Well.

The When() implicit RETURN .F. is easy superskillful, because i use
only subclassed grid.

The cut of AfterRowColChange() event is much serious one for me.
I had resolved some problems of VFP within to this method;
now I must analyze to all the sequence and see if solution exists one.

I expected to find in the grid the two lacking methods, gotfocus and lostfocus; instead I have found other surprise.

This changes are not documented, then they are random changed for me.

Where they are the other SP1 surprise?

I must control every class brought back in the "Microsoft Visual FoxPro 8.0 Service Pack 1 Readme"? It is sufficient?

Thanks

Fabio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform