Error -1 (Could not allocate memory)¶
This error is generated by the OCX when it cannot allocate memory for its operations.
Typical places where this can happen are:
| Operation |
|---|
| During opening a report definition file |
| During adding pages for preview |
| During determination if a break should occur |
| During formatting of a section |
| During saving of an image file in export to one of the image formats |
| During retrieving value from DF_TEXT or DF_BINARY columns |
| During the calculation of a median value |
| During the calculating group sort summaries |
| During getting the return value for a group |
| During the memory allocation from a value returned by {table.column} in a function field |
| During a chart summary result or function result memory allocation |
| During the crosstab custom function memory allocation |