Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Inc fields in tables using VFP 7.0 1

Status
Not open for further replies.

jimsterS

Programmer
Apr 24, 2001
71
US
I have seen some information but I can't remember where. Does anybody know how to access auto Inc fields in vfp 7.0.
 
HI
I only know about auto incrementing the version number of our application building.
Object.AutoIncrement = .t. or .f.
Applicable to build.app/exe/dll..

:) ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
This question was posted last week as well. Unfortunately, the Keyword Search seems to not be working right now...

The conclusion that was reached, though was that VFP 7 did NOT add a feature for an auto-incrementing field in a table as far as anyone knew. You'll have to write your own as a stored procedure.

Ian
 
Thanks - I had already created a class to do this but I thought there might be a function to do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top