Subject Re: [IBO] Meaning of Yield and Store
Author Paul Vinkenoog
Hello Raymond,

> (I've checked the Help and these 2 words don't appear.)
>
> On the Script form what are the two checkboxes Yield and Store for?

Yield refers to a TIB_Process (ancestor of TIB_Script) property: when
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