Increase decimal points

Michael, it may be possible to change the text field to display 3 or 4 decimals but your constraint is your database/table. That field is only a "Decimal-2" type field meaning no matter what value you send to it for storage it will convert it to 2 decimal places.

We got around this on some parts/jobs by changing the UoM for that part. If your UoM is in feet, for example, change it to Inches so that you don't need so many decimal places for the production qty.




________________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of michael.hutcheson@...
Sent: Monday, June 07, 2010 9:08 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Increase decimal points

Â
Hello,

On the labour entry screen, is it possible to increase the decimal places from two to three for LaborDtl\LaborQty?

Vantage 4.03.806

Thanks and best regards,

Michael
Hello,

On the labour entry screen, is it possible to increase the decimal places from two to three for LaborDtl\LaborQty?

Vantage 4.03.806

Thanks and best regards,

Michael
Go into developer mode in the app, click on the control and look at the properties for the control. Try changing the display mask from #nnnn.nn to #nnnn.nnn

Save the change as a customization, close the app, reopen (to your customization) and see if it 'stuck'. (It's not uncommon for native controls to revert back. You can change the mask via vbscript code to change this property - or replace the control with your own - tied to same table-field and likely have success.)

I'm going by memory here so if it fails in some way, perhaps someone would be kind enough to fill in the gaps.

Rob




________________________________
From: "michael.hutcheson@..." <michael.hutcheson@...>
To: vantage@yahoogroups.com
Sent: Mon, June 7, 2010 9:07:45 AM
Subject: [Vantage] Increase decimal points

Â
Hello,

On the labour entry screen, is it possible to increase the decimal places from two to three for LaborDtl\LaborQty?

Vantage 4.03.806

Thanks and best regards,

Michael







[Non-text portions of this message have been removed]