Steve Ellenoff wrote:
> Cool tip, there's places I could have used that in the past. :)
>
> I think that was added after VFP6 though I'd have to check.. so it 
> wouldn't help this specific project, but good to know for my other projects.
>
> -Steve
>   

Oh yeah...that was introduced in VFP7. You might be able to use Before 
and After -RowColChange events. Per HackFox7:

In BeforeRowColChange, nColIndex is the number of the column you're 
leaving. In AfterRowColChange, it's the number of the column you've 
entered. Since these events fire on both row and column changes, we're 
baffled as to why there's a column parameter but no row parameter. 
Especially since you can get the same information from the grid's 
ActiveColumn property. Now, if they passed the reverse—the column you're 
headed for in BeforeRowColChange and the one you just left in 
AfterRowColChange—that would be handy. Of course, the same information 
would be useful for rows, too.

Get your copy today if you don't already have it!!!! 
http://www.hentzenwerke.com/catalog/hackfox7.htm ($69.95....isn't that 
more than it used to be, Whil? What, is TR demanded a higher price? 
<gd&r> JK!!!!!)

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to