This is an odd one that I doubt anyone has encountered but I'll throw it
out in case I get lucky:
We have a large application (hundreds of screens) that was developed in
the FP2.6 days that has been working fine under VFP8. For our next
release we'd thought it would be a good idea to move the development to
the latest version of VFP9 (SP1). We thought we got through the
transition clean but now a strange problem has popped up.
On quite a few of the old SPRs that were created with 2.6 where we have
a list that is populated from a field the list is not being refreshed
when the user selects to add a record (via a button). The code behind
the button just does:
APPEND BLANK
SHOW GETS
If you put your cursor in the list then it refreshes correctly and shows
you the new record.
What's odd is there is also a button that deletes a record. It has code
that deletes the record and then does a "SHOW GETS". This button works
fine.
If I run the code in VFP8 it works as intended. If I then run it with
VFP9 I get the quirky behavior.
Any insight would be greatly appreciated,
- Lee Blue