cpell
12-25-2005, 11:24 PM
I have a problem with dialog action.
When i write this action in onclick botton:
result = Dialog.MaskedInput("Serial", " ", "235A3-0B012-29533571", "", MB_ICONINFORMATION, " ");
The dialog show me 235 3-0B012-29533571 without A, i dont know why is that result, if i write "235a3-0B012-29533571" all is ok, but i need 235A3-0B012-29533571
Could you help with this problem?
Thanks!!!
When i write this action in onclick botton:
result = Dialog.MaskedInput("Serial", " ", "235A3-0B012-29533571", "", MB_ICONINFORMATION, " ");
The dialog show me 235 3-0B012-29533571 without A, i dont know why is that result, if i write "235a3-0B012-29533571" all is ok, but i need 235A3-0B012-29533571
Could you help with this problem?
Thanks!!!