Subject Out of system resources
Author Svein Erling Tysvær
Hi,

I just modified a program that I made some time ago with an older version
of IBO (current version is based on IBO 4.2Gc, the previous one was some
other IBO 4.x version, but I think the program originally was written in
the days of IBO 3).

The change mainly consisted in adding four columns to the Firebird table
and then add four TIB_CheckBoxes to my program. Doing this made an "Out of
system resources" error message occur every time I tick/untick one of these
TIB_CheckBoxes and try to post (AutoCommit is true for the transaction). I
can change other fields of the query without problems.

Then I tried to locate the error using a TIB_UtilityBar and select the
monitor from this one. But this is a problem that doesn't want to get
discovered and with a monitor around no error occurs! Upon disabling the
monitor, the error re-appear.

Does anyone have any idea what can cause this behaviour?

Set