Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What are the asteriks in GenDBC code
Message
De
28/07/2004 15:16:11
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
What are the asteriks in GenDBC code
Divers
Thread ID:
00928843
Message ID:
00928843
Vues:
60
Using GenDBC the following code was generated as part of the result PRG. What are the asteriks after the field names? I also wasn't expecting the nPremPaid field to be part of the nTotal and iTempID code.
DBSetProp(ThisView+".nprempaid","Field","DataType","N(9,2)")
DBSetProp(ThisView+".nprempaid","Field","UpdateName","planmgmt!insprem.nprempaid")
DBSetProp(ThisView+".nprempaid","Field","KeyField",.F.)
DBSetProp(ThisView+".nprempaid","Field","Updatable",.T.)

DBSetProp(ThisView+".ntotal","Field","DataType","N(10,2)")
DBSetProp(ThisView+".ntotal","Field","UpdateName","Insprem.nprempaid*")
DBSetProp(ThisView+".ntotal","Field","KeyField",.F.)
DBSetProp(ThisView+".ntotal","Field","Updatable",.F.)

DBSetProp(ThisView+".itempid","Field","DataType","N(12)")
DBSetProp(ThisView+".itempid","Field","UpdateName","Insprem.nprempaid**")
DBSetProp(ThisView+".itempid","Field","KeyField",.F.)
DBSetProp(ThisView+".itempid","Field","Updatable",.F.)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform