Subject | Re: [IBO] Re: edit masks |
---|---|
Author | Geoff Worboys |
Post date | 2003-09-05T23:52:33Z |
> there is a page on a tabbed page control that containsThere does not appear to be any mention of edit masks or UPPER
> client information...there are several combo boxes including
> cbTown...the CharCase property for the Town variable is
> PROPER...there is also a combobox called cbVillage, with
> CharCase as PROPER...both comboboxes have their item
> properties filled using a cursor...both are set to save with
> the insert sql automatically generated by IBO...however,
> the Village one is displayed and saved with the first letter
> capitalized and the Town one isn't. I have deleted all trial
> data from the database in an attempt to see whether that had
> an impact, but no.
> cbuilder6 ibo 4.2i firebird 1.5 rc5 windows xp prof
in this example.
Edit masks only effect user INPUT, they do not effect the
display of existing data. AFAIK this is also true of the
"PROPER" character case capability. I am not sure now about
the UPPER character case stuff, whether it would/should convert
existing data - I would need to investigate. But you could do
that with a standard TEdit control. Assign its text directly
in code and see if it converts it.
--
Geoff Worboys
Telesis Computing