This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: MaskEdit control on CustomInformation dialog box
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 25, 2007
04:04 PM
MaskEdit control on CustomInformation dialog box
Quick question here.
We are just now going to add the CustomInformation dialog box into our installs for the users to enter customer information as well as the optional serial number.
I am working with serial number field now and was wondering what the format would look like if we have a 22 character serial number with characters, dashes and numbers in it.
At the moment I have it set to
<&&&&&&&&&&&&&&&&&&&&&>
But what I would really like is for the "-" to already be part of my format and the user only has to enter the other characters and not hit the tab to get accross the '-', but I also want it so that if the user copies and pastes the entry that it will fill in all the fields and not just the first one.
So if this is easy to do and is just a matter of formating then let me know.
Thanks,
We are just now going to add the CustomInformation dialog box into our installs for the users to enter customer information as well as the optional serial number.
I am working with serial number field now and was wondering what the format would look like if we have a 22 character serial number with characters, dashes and numbers in it.
At the moment I have it set to
<&&&&&&&&&&&&&&&&&&&&&>
But what I would really like is for the "-" to already be part of my format and the user only has to enter the other characters and not hit the tab to get accross the '-', but I also want it so that if the user copies and pastes the entry that it will fill in all the fields and not just the first one.
So if this is easy to do and is just a matter of formating then let me know.
Thanks,
(2) Replies
‎Nov 20, 2007
10:05 AM
Tim Mayert wrote:
Quick question here.
We are just now going to add the CustomInformation dialog box into our installs for the users to enter customer information as well as the optional serial number.
I am working with serial number field now and was wondering what the format would look like if we have a 22 character serial number with characters, dashes and numbers in it.
At the moment I have it set to
<&&&&&&&&&&&&&&&&&&&&&>
But what I would really like is for the "-" to already be part of my format and the user only has to enter the other characters and not hit the tab to get accross the '-', but I also want it so that if the user copies and pastes the entry that it will fill in all the fields and not just the first one.
So if this is easy to do and is just a matter of formating then let me know.
Thanks,
Was wondering if you ever got this one figured out and if so what was your solution, I am working on a similar problem.:)
‎Nov 21, 2007
01:46 AM
For example you could something similar to this:
This would display seperate input fields separated by a '-'. The input value can be entered in a row (tab must not be used to get across the '-'). But copy&paste would only work for a single input field and not for the complete MaskedEdit control.
This would display seperate input fields separated by a '-'. The input value can be entered in a row (tab must not be used to get across the '-'). But copy&paste would only work for a single input field and not for the complete MaskedEdit control.