Board index » delphi » Input mask on TDBEdit - is this possible?

Input mask on TDBEdit - is this possible?

Hi

I want to know if I can set an input mask on a TDBEdit component?  I
have set the mask in the Database desktop for the table, but this is not
translating over for the form.

If I drop a MaskEdit component on the form, how can I relate this back
to the TDBEdit component?

Thanks in advance.

Michelle

 

Re:Input mask on TDBEdit - is this possible?


Create a persistent Field (with Fieldseditor) and set the editmask in the
objectinspector.

Alfred.

"Michelle" <mm...@yahoo.com> schreef in bericht
news:39D712F2.7E63FFAD@yahoo.com...

Quote
> Hi

> I want to know if I can set an input mask on a TDBEdit component?  I
> have set the mask in the Database desktop for the table, but this is not
> translating over for the form.

> If I drop a MaskEdit component on the form, how can I relate this back
> to the TDBEdit component?

> Thanks in advance.

> Michelle

Other Threads