Workflow Soluiton

 View Only
  • 1.  Is there a input for money format component

    Posted Oct 17, 2013 04:30 PM

    Hello All

    I am working on a new workflow that will have a cost field in it and the purpose is to enter the cost of the item. The cost field is a number that will range from $999,999.99 to $0.01

    I started out with a numeric text field but that will just allow entry of numbers so that did not work.

    I have now found the MaskEdit componet which allows me to start the box with a "$" and I can place commas and a decimal to format as a money field but when you enter the numbers say 5000, it displays it as $500,0. I have tried all variations of the mask filters but I cannot find a way that if someone enter 5000 and it shows as $50.00 in the field.

    Does anyone know the best way to get my results that I am looking for.

    Thanks for any information that anyone can provide me.

    Richard

     

     



  • 2.  RE: Is there a input for money format component

    Posted Oct 18, 2013 08:59 AM

    You want a custom mask... there's documentation for masks here: http://msdn.microsoft.com/en-us/library/system.windows.forms.maskedtextbox.mask.aspx

    What mask sequence are you specifying?



  • 3.  RE: Is there a input for money format component

    Posted Oct 18, 2013 05:15 PM

    Hey reecardo

    I looked at the link you sent and I have setup the field as suggested in the link $999,999.00 but stll have the same problem that when you enter 5000 in the field it then displays it as $500,0. instead of $50.00 so not sure if the component may have an issue or am I still missing something.

    Thanks

    Richard

     



  • 4.  RE: Is there a input for money format component

    Posted Oct 20, 2013 02:44 PM

    Use the right arrow key in the masked edit control to go right (or the mouse could be used) until you're 2 away from the decimal point. Then type 5000. It should show up as 50.00