functie `Nieuwe UpdatePriceTag
Functie UpdatePriceTag (cControlName, cPartID, cAsterisk)
cPrefix = cAsterisk + Chr (13) + „$“
Vraag RemovePriceTag (cControlName)
Als Juist (Controles (cControlName). Titel, 10) = „(Inbegrepen)“ toen
Controles (cControlName). Titel = Weggegaan (Controles (cControlName). Titel, Len (Controles (cControlName). Titel) - Len (Chr (13) + „(Inbegrepen)“))
Eind als
Vastgestelde rsPrice = CreateObject („ADODB.Recordset“)
rsPrice.Open „selecteren * uit PartUnitSalePrices waar imhpartid =“ & App.AddQuotes (cPartID) & „en imhpartrevisionid = 'a'orde door imhstartdate desc“, adLockBatchOptimistic Verbinding, adOpenStatic, adCmdText
Als niet rsPrice.EOF toen
Als cPartID = „ATRALINTAS“ toen
CPrice = CStr (Ronde (rsPrice.Fields („imhUnitSalePrice“). Waarde, 2))
Cprice = CDbl (CPrice) *cLintPots
Cprice = CStr (CPrice)
CPrice = cPrefix + AddCents (Ware CPrice,)
Controles (cControlName). Titel = Controles (cControlName). Titel + CPrice
Anders
CPrice = CStr (Ronde (rsPrice.Fields („imhUnitSalePrice“). Waarde, 2))
CPrice = cPrefix + AddCents (Ware CPrice,)
Controles (cControlName). Titel = Controles (cControlName). Titel + CPrice
Eind als
Eind als
De Functie van het eind
|