nouvelle fonction d'UpdatePriceTag de `
Fonction UpdatePriceTag (cControlName, cPartID, cAsterisk)
cPrefix = cAsterisk + Chr (13) + « $ »
Appel RemovePriceTag (cControlName)
Si droit (commandes (cControlName). Légende, 10) = « (inclus) » puis
Commandes (cControlName). Légende = parti (commandes (cControlName). Légende, Len (commandes (cControlName). Légende) - Len (Chr (13) + « (inclus) "))
Finir si
Placer le rsPrice = le CreateObject (« ADODB.Recordset »)
rsPrice.Open « choisissent * à partir de PartUnitSalePrices où imhpartid = » et App.AddQuotes (cPartID) et « et imhpartrevisionid = « A » ordre par le desc d'imhstartdate », raccordement, adOpenStatic, adLockBatchOptimistic, adCmdText
Sinon rsPrice.EOF alors
Si cPartID = « ATRALINTAS » puis
CPrice = CStr (rond (rsPrice.Fields (« imhUnitSalePrice »). Valeur, 2))
*cLintPots de Cprice = de CDbl (CPrice)
Cprice = CStr (CPrice)
CPrice = cPrefix + AddCents (CPrice, vrais)
Commandes (cControlName). Légende = commandes (cControlName). Légende + CPrice
Autrement
CPrice = CStr (rond (rsPrice.Fields (« imhUnitSalePrice »). Valeur, 2))
CPrice = cPrefix + AddCents (CPrice, vrais)
Commandes (cControlName). Légende = commandes (cControlName). Légende + CPrice
Finir si
Finir si
Finir la fonction
le class= >