Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PrimaryKey() in Free Tables
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
PrimaryKey() in Free Tables
Divers
Thread ID:
00660057
Message ID:
00660057
Vues:
44
I would appreciate any help with these couple of related questions.

Am I correct in assuming that the CodeMine 7 PrimaryKey() function does not work with free tables?

And, if this is so - is there another CodeMine function that I would use, or should I just create my own?

And finally, if I create my own I was thinking it should be placed in the cmDataManager.AfterNew() Event like:

FUNCTION cmruleabstract.afternew
LPARAMETER cWorkarea
IF m.cWorkarea == 'Members'
  * MyCustKey() is custom function to build next primary key.
  REPLACE NumberID WITH MyCustKey()
ENDIF
Any thoughts are appreciated.

Mel Cummings
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform