Awesome... worked great thanks!
--- In vantage@yahoogroups.com, Zac Jason Woodward <zac@...> wrote:
>
> It's a textbox property that you will have to set in code on form load. You can look at the object using the custom object explorer and it will give you all the properties.
>
> The specific property you are looking for is PasswordChar. You set this to whatever character you want it to be, the case of your example *.
>
> Code example below is from the object explorer. If you need other assistance let me know.
>
> '// ** Get Property
> Dim [varName] As Char = UltraTextEditor.PasswordChar
> '// ** Set Property
> UltraTextEditor.PasswordChar = [varName] or value
>
> "Zac" Jason Woodward
> Network Administrator
> Intermountain Electronics, Inc.
> O: 877-544-2291
> M: 435-820-6515
> F: 435-637-9601
> www.ie-corp.com
>
> Creating customer confidence through extraordinary service and experienced industry experts.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of James
> Sent: Friday, July 15, 2011 10:17 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] epiTextBox Password Masking
>
>
>
> Does anyone know of a way to mask a epiTextBox to hide a password field? I am adding a custom column to hold passwords for an external application and want to mask the password as the user enters but have not found a solution.
>
> Thanks in advance,
>
> J
>
>
>
> [Non-text portions of this message have been removed]
>