Re: Cannot update cursor

From: Mark Stanton (mark_at_vowleyfarm.co.uk)
Date: 04/03/04

  • Next message: jw: "Programmatically test field existence"
    Date: Sat, 03 Apr 2004 21:05:25 +0100
    
    

    'Cos you're using a table created with SELECT ... INTO CURSOR ... ?
    You used to (depends which version of VFP you're using I s'pose) have
    to cheat to get an updatable cursor, now you can do it "legally" by
    adding the keyword "READWRITE" into your selection

    Regards
    Mark


  • Next message: jw: "Programmatically test field existence"