At 03:20 PM 10/16/2006 -0400, John J. Mihaljevic wrote:
I'm on 6.0 right now. I need to get into 9.0, but wanna get this system
stabilized first.
FYI, to get the 'readwrite' result in VFP 6, you can use the following:
SELECT <your field list> FROM <your table list> INTO CURSOR TMPHOLDCUR
USE DBF("TMPHOLDCUR") AGAIN IN 0 ALIAS <desired alias name>
USE IN (SELECT("TMPHOLDCUR"))
SELECT <desired alias name>
At this point, <desired alias name> is now a read/write cursor. As other
have mentioned, you can do anything you want to this cursor except PACK it.
I believe you could even PACK it if the field names were all less then 10
characters.
HTH,
-Charlie
_______________________________________________
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
** 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.