Page 1 of 1

Grid problem

Posted: Thu Feb 18, 2010 4:44 pm
by Mikhail
If you try to read the contents of the current cell of a BR grid which has not been populated with any cells yet, as in


input #0, fields gridspec$&",cell,cur,nowait": currentcell$


BR crashes without a chance to see where the error occurred.

I have multiple grids on the screen and I don't know which one is the faulty one.

ON ERROR won't work here, because no BR error is generated. All you can see is a debugging message about what the C++ engine behind BR is doing (I guess it's Dan's).

Anyone know a way out?

Posted: Thu Feb 18, 2010 4:47 pm
by GomezL
Try using a BRDEBUG.EXE version.

The FTP site has various versions. Generally, I try the "Newest One", because there is a good chance that the newest version already fixed the prblem.

The DEBUG release will updaload the "Crash Dump" file to the FTP site, and I find that this is a great way to get these problems fixed.

Luis