• Not Answered

Faceplate gives the wrong amount of decimal numbers

Hey,

The windows installed on the PPlus is installed for the Belgium region. The comma and the point got a different meaning in Belgium than in US. I fixed the region settings (even in the regedit) to US settings but it still gives the comma fault. It has to be something in the faceplate because the value in control studio and in the dynamo is right. Reinstallation of windows is a solution but maybe somebody got a better/easier solution?

Kind regards,

 

Dimitri

2 Replies

  • Hi Dimitri

    The decimal character can be read from regional settings with this frsi function :

    DecimalChar = GetDecimalSeparator

    Inside VBA scripts, this separator is always a point.

    If not, you can get it by using this snippet :

    DecimalChar = Mid$(CStr(1 / 2), 2, 1))

  • In reply to Jack_France:

    I'm back.

    Be very carefull with language settings, ie for date format : I have had problems to import items in the DB after having set the date in the FR order (day/month instead of month/day) and I didn't understand immediatly the reason of these repeated crashes.

    That the reason why Emerson insists to install office before DV.