Insertion point madness

Hi,

My app fill a listbox from a database. When I select a row of the listbox, I fill a textarea with the corresponding text that I can edit and save. Some kind of dictionnary.

Everything goes well but a strange thing happens at the opening : the insertion point is invisible ! The edition works fine, I can add, delete, select but the cursor remain invisible.

More strange : after adding an entry in the database, the cursor become visible again and very normal. Is it not marvelous ?

Gilles Rioux