Re: Forms 5.0 and global variables
From: Thierry Thomas <Thierry.Thomas_at_sully-group.fr>
Date: Fri, 22 Jan 1999 11:17:44 +0100
Message-ID: <36A85048.76358AE4_at_sully-group.fr>
Date: Fri, 22 Jan 1999 11:17:44 +0100
Message-ID: <36A85048.76358AE4_at_sully-group.fr>
Ole Bredesen-Vestby a écrit:
> In Visual Basic there are a command Do Events, thats allow windows to
> catch up.. Does anyone knows if Forms has a similar function-call ?
>
Try SYNCHRONIZE;
or just
:GLOBAL.my_var := 'N';
-- Th. Thomas.Received on Fri Jan 22 1999 - 11:17:44 CET