tkroeckel
03-16-2006, 08:26 AM
Hi,
I'm trying to create with the action:
IPAddress = Dialog.MaskedInput("IP-Adresse WebServer", "Bitte IP-Adresse des WebServers eingeben:", "IP-\Adresse\: ###\.###\.###\.###", "", MB_ICONQUESTION, " ");
to get an valid string from the user.
But the result in the edit field is:
"IP- dresse: , , , "
I'm located in Germany. Are system settings responsible for the missing 'A' and the substitution from '.' to ',' ?:huh
Any help is appreciated and thx in advance.
Thomas
I'm trying to create with the action:
IPAddress = Dialog.MaskedInput("IP-Adresse WebServer", "Bitte IP-Adresse des WebServers eingeben:", "IP-\Adresse\: ###\.###\.###\.###", "", MB_ICONQUESTION, " ");
to get an valid string from the user.
But the result in the edit field is:
"IP- dresse: , , , "
I'm located in Germany. Are system settings responsible for the missing 'A' and the substitution from '.' to ',' ?:huh
Any help is appreciated and thx in advance.
Thomas