How to refresh memory variables in VFP -
11-03-2004
, 09:18 AM
I'm using VFP 9 and have some memory variables which need refreshing
and show on the form when the record pointer is on each record. I have
my refresh routine in the refresh method of the form, but it doesn't
run until I move off the record. In 2.6, I would place the routine in
the Show snippet and call a "show gets" to call it. Where should I
call it from on the form, I am using the txtbutton class that came
with 7.0 to navigate the records? |