I am using an UltraWineditor which has the following inputmask 9999/####. A sample input for this is 38/2011. what i wanted to do was get the control to display 0038/2011 even thought the user enters 38/2011.
I could be wrong but i though i could get the control to do this by defining a formatstring. I cannot get the formatstring to have any effect on the control no matter what i have set the formatstring to.. For instance i have tried D8 and 0000/0000. Am i missing something???
I am using 2010 vol 2.
Hello,
Thank you for the provided feedback.
Please let us know if you need any other assistance.
I managed to get this working. I changed the inputmask to nnnn/####. I then set the display and data modes to IncludeLiteralsWithPadding. Lastly i set the PadChar to 0. Voila..it works perfectly