At 10:16 PM 4/17/2010, Michael J. Sinclair wrote:
I have tried both FIRSTCHAR and LASTCHAR, but in both cases, the
cursor disappears until
I click on the field. Do you have a workaround for that? Would that
be considered a bug?
Mike,
FWIW, both FIRSTCHAR and LASTCHAR properties are specific to DB or
Variable controls when
the actual control is focused and the Read Only property is set to
false (default).
PROPERTY <Component ID> FIRSTCHAR 'TRUE'
Specifies whether the cursor will appear in the component starting position.
PROPERTY <Component ID> LASTCHAR 'TRUE'
Specifies whether the cursor will appear in the component ending position.
The cursor will not stay on the field without clicking or setting the
focus on the field.
The cursor will disappear when switching the focus to another field
or to a control with
Tab Stop property.
Very Best R:egards,
Razzak.