Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VB5 - Decimal places are missing
#5
Now I found the mistake.

Gemeinkosten = Val (Fertigungskosten * 8) / 100

Correct is: Gemeinkosten = (Fertigungskosten * 8) / 100
Reply


Messages In This Thread
VB5 - Decimal places are missing - by Kernelpanic - 06-29-2022, 04:25 PM
RE: VB5 - Decimal places are missing - by bplus - 06-29-2022, 05:29 PM
RE: VB5 - Decimal places are missing - by Kernelpanic - 06-30-2022, 01:25 PM
RE: VB5 - Decimal places are missing - by bplus - 06-30-2022, 01:37 PM



Users browsing this thread: 2 Guest(s)