Subject | Re: [IBO] TIB_Script - Capacity - Limitations - etc |
---|---|
Author | Geoff Worboys |
Post date | 2001-07-01T06:16:39Z |
> 1) Place TIB_Script on a FormMust be under Win9x ??? I just loaded a 2Mb file under W2K.
> 2) Double click TIB_Script
> 3) "Load" a file (97K)
>
> This fails with "Too many lines for memo" error.
The problem is not TIB_Script but the dialog (which is actually an
internally loaded TIB_ScriptDialog I think). When you use the load
button it loads the script into the memo control, and under Win9x
there is a 64k limit.
You may find that you can load a script by clicking on the SQL
property editor (the little "..." button that appears on the object
inspector). AFAIK the stringlist property editor is actually a
RichEdit control and does not experience the same limitations as
TMemo.
> I'll experiment with "Load from file" and see what happens.This should work fine if done into the SQL property - avoiding the use
of TMemo.
HTH
Geoff Worboys
Telesis Computing