Aug 19, 2004 #1 vino10 Programmer Joined Feb 8, 2004 Messages 30 Location PH Hi guys? Question guys. does VFP have an automated generations of Unique sequence Number?
Aug 19, 2004 #2 mm0000 IS-IT--Management Joined May 19, 2002 Messages 295 Location IN From Visual Foxpro 8 onwards, there is a new AutoInc field type that automatically increments to give a unique ID number to a record. Create a new table / change the structure of an esixting table with a new field with the field type - Integer(Autoinc) HTH Upvote 0 Downvote
From Visual Foxpro 8 onwards, there is a new AutoInc field type that automatically increments to give a unique ID number to a record. Create a new table / change the structure of an esixting table with a new field with the field type - Integer(Autoinc) HTH
Aug 20, 2004 1 #3 rgbean Programmer Joined Nov 9, 2000 Messages 5,707 Location US For an alternate approach, see Craig's article on "Primary Keys" at http://www.craigberntson.com/articles.htm. Rick Upvote 0 Downvote
For an alternate approach, see Craig's article on "Primary Keys" at http://www.craigberntson.com/articles.htm. Rick