XFM errors (OpenInsight 16-Bit)
At 11 APR 2002 12:28:02AM Mark B wrote:
Can anybody tell me what errors that begin with the letters 'xfm' relate to and/or where I might be able to find more information on them.
One of our clients fell into a debug when they reached the following line of code:
Dim Client_Schedule_Mat(NoClients+1,2)
The error message was simply xfm0014.
We have been unable to reproduce this ourselves. Without knowing what xfm refers to, I am not certain where to start looking for the cause.
Any direction is appreciated.
Thanks,
Mark
At 14 APR 2002 11:05AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Is there a possibility that what your client is trying to report is "XForm" errors - this is a meta compiler error.
At 14 APR 2002 10:30PM Mark B wrote:
No, unfortunately the error was definitely displayed with a prefix of 'xfm' followed by a number.
Mark
At 24 APR 2002 06:31AM Mark B wrote:
Although the actual meaning of xfm0114 has been unable to be determined, further testing has discovered the following:
Dim Client_Schedule_Mat(NoClients+1,2)
The above line would cause the fatal runtime error once NoClients hit the magic number of 2046. Any number higher than this would generate the same result.
We can work around this but offered here as info
Mark