Grid problem

General development discussion.

Moderators: Susan Smith, admin, Gabriel

Post Reply
Mikhail
Posts: 87
Joined: Tue Jul 07, 2009 10:26 am
Location: Ukraine

Grid problem

Post 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?
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

Post 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
Post Reply