06-29-2022, 04:25 PM
VB5 - Decimal places are missing
|
06-29-2022, 04:27 PM
Are you using a numerical text box with decimal set in properties?
Probably not because I see Print Using and template... I am assuming there are Numerical Text Boxes because Fellippe has them in InForm. It's too long since I worked with VB for Dos to remember anything about Numerical text boxes for older version than VB5 but seems to me a likely control to have in VB early on.
b = b + ...
06-29-2022, 07:53 PM
(06-29-2022, 05:29 PM)bplus Wrote: Are you using a numerical text box with decimal set in properties? Yes, it are text fields. There's something wrong with it, or it's jinxed. ![]() The small sample program "Mehrwertsteuer" works again, the results are absolutely correct. PS: This is an English version of VB5. Entries have to be with a dot "." I need something to relax now: Miss Monique ![]() ![]()
06-30-2022, 01:25 PM
Now I found the mistake.
Gemeinkosten = Val (Fertigungskosten * 8) / 100 Correct is: Gemeinkosten = (Fertigungskosten * 8) / 100 |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)