Subject | Re: [IBO] Meaning of Yield and Store |
---|---|
Author | Paul Vinkenoog |
Post date | 2002-07-19T23:36:41Z |
Hello Raymond,
true, Application.ProcessMessages can be called during execution of
the script, allowing queued Windows messages to be handled. When
false, the messages for the app remain in the queue until script
execution has completed.
Store: if checked, upon saving settings in the Registry, the SQL lines
are also saved - at least that's what I gather from a quick look at
the source. Dive in deeper if you want to be sure :-)
Hope this helps,
Paul
> (I've checked the Help and these 2 words don't appear.)Yield refers to a TIB_Process (ancestor of TIB_Script) property: when
>
> On the Script form what are the two checkboxes Yield and Store for?
true, Application.ProcessMessages can be called during execution of
the script, allowing queued Windows messages to be handled. When
false, the messages for the app remain in the queue until script
execution has completed.
Store: if checked, upon saving settings in the Registry, the SQL lines
are also saved - at least that's what I gather from a quick look at
the source. Dive in deeper if you want to be sure :-)
Hope this helps,
Paul