Re: Delphi 3 Problem in Win XP



Shel wrote:
>
> One of the program's
> components, PosLongintEdit, is derived from TEdit. But when I try to
> enter a value in the field, nothing appears on the screen and the
> Edit's text parameter remains empty.

Does that mean that you have no problems with standard TEdit controls
and XP?

> Any suggestions on what the problem might be (and how to fix it) will
> be appreciated.

I have never hear about PosLongintEdit control. But when it is built
arount TEdit, I would not suppose that there is tons of difficult VCL
code to read in the PosLongintEdit control's source.

Debugging under WinXP should quite easily point you where something goes
wrong, and why you loose your text values.
John P
.