Refresh form?

Johny

Registered User.
Local time
Today, 22:46
Joined
Jun 1, 2004
Messages
80
I wrote some procedures which handles each a seperate unit.
When a procedure finishes, I want to write an entry to listbox 'lbLogbook' so the users sees what's happening. But the entries in the listbox only appears when all the procedures are finished. When I go into break-mode and go step-by-step then I see the listbox filling up. Do I have to manually refresh the form or so?

Regards,

Johny
 
Already tried that, it does nothing.
Originally it was a txtbox that I used as statusbar, here I got the same problem: it only showed the last text I set to the value property of the txtbox. So I think the problem are not the objects
 

Users who are viewing this thread

Back
Top Bottom