Project properties (Interface: Project)
 
The available properties for this interface are:
 
Name Get Set Type English description Dutch description French description
pCategory BSTR Category Categorie Catégorie
pClosed VARIANT_BOOL Closed Afgesloten Clôturé
pClosedReason BSTR Closed: Reason Afgesloten: Reden Clôturé: Motif
pCreDate DATE (date) Addition: date Toevoeging: datum Addition: date
pCreTime DATE (time) Addition: time Toevoeging: tijdstip Addition: temps
pCreUsr BSTR Addition: by Toevoeging: door Addition: par
pCtcNum LONG Contact number Nummer contact Numéro contact
pDateClosed DATE (date) Closed: date Afgesloten: datum Clôturé: date
pDateStarted DATE (date) Start date Startdatum Date de début
pFrmNum LONG Firm number Nummer firma Numéro firme
pFrmSubNum LONG Firm subnumber Subnummer firma Sous-numéro firme
pFrmType BYTE Firm type Type firma Type firme
pGroupCode BSTR Group Groep Groupe
pNumber LONG Project number Projectnummer Numéro de projet
pResponsible BSTR Person responsible Eindverantwoordelijke Responsable
pSource BSTR Source Bron Source
pStatus BSTR Status Status Etat
pSubject BSTR Subject Onderwerp Sujet
pSysNum LONG System number Systeemnummer Numéro de système
pTemplateCode BSTR Template code Code sjabloon Code modèle
pText1 BSTR Text field 1 Tekstveld 1 Champ de texte 1
pText2 BSTR Text field 2 Tekstveld 2 Champ de texte 2
pText3 BSTR Text field 3 Tekstveld 3 Champ de texte 3
pText4 BSTR Text field 4 Tekstveld 4 Champ de texte 4
pTimeClosed DATE (time) Closed: time Afgesloten: tijdstip Clôturé: temps
pUpdDate DATE (date) Modification: date Wijziging: datum Modification: date
pUpdTime DATE (time) Modification: time Wijziging: tijdstip Modification: temps
pUpdUsr BSTR Modification: by Wijziging: door Modification: par
pValue1 DOUBLE Numerical field 1 Numeriek veld 1 Champ numérique 1
pValue2 DOUBLE Numerical field 2 Numeriek veld 2 Champ numérique 2
pValue3 DOUBLE Numerical field 3 Numeriek veld 3 Champ numérique 3
pValue4 DOUBLE Numerical field 4 Numeriek veld 4 Champ numérique 4
pVia BSTR Via Via Via
             
vFrmTypeDsc BSTR Firm type descr. Type firma omschr. Type firme descr.
vMissingFup VARIANT_BOOL Missing follow-up Opvolging ontbreekt Succession manque
vToInvTime BSTR Time: To invoice Tijd: Te factureren Temps: A facturer
vTotalTime BSTR Time: Total Tijd: Totaal Temps: Total
 
Remarks
Properties starting with the character 'p' are the 'real', physical fields of this interface, the ones starting with 'v' are 'virtual' fields. The value of p-fields is written to disk, while the value of v-fields is calculated at run time.
The get accessor of these properties returns a VARIANT.
The set accessor of these properties needs a VARIANT as input.
More detailed information on these properties (type, length,...) can be found in the 'ODBC File Description'-module of your Venice installation. See file 'PJH - Project (Prj_h.btr)'.
The property names that are underlined represent BYTE fields that can have several values. Click on the link to see more information on the possible choices.
Calculation fields are added dynamically and cannot be used as properties. They should be used as described in 'How to use calculation fields?'.
You should consult the module parameters to get the necessary info on these calculation fields.
Extra fields are added dynamically and cannot be used as properties. They should be used as described in 'How to use extra fields?'.
You should consult the template definitions to get the necessary info on these extra fields.