Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What are the asteriks in GenDBC code
Message
From
28/07/2004 15:16:11
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
What are the asteriks in GenDBC code
Miscellaneous
Thread ID:
00928843
Message ID:
00928843
Views:
59
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.)
Next
Reply
Map
View

Click here to load this message in the networking platform