Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP1 have changed events on grid class !
Message
From
13/10/2003 11:18:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SP1 have changed events on grid class !
Miscellaneous
Thread ID:
00838126
Message ID:
00838126
Views:
64
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
Next
Reply
Map
View

Click here to load this message in the networking platform