Kenny Does it choke every time? I get occasional AV errors but they seem to be random and most of the time when I am Exiting my APP. I have a block of code that traps the last 3 errors that I run after each menu choice to try to pin point errors in my code but nothing seems to show up.
Thanks Marc -------------------------------------------------- From: "Kenny Camp" <[email protected]> Sent: Monday, August 30, 2010 6:21 PM To: "RBASE-L Mailing List" <[email protected]> Subject: [RBASE-L] - Solved: Access Violations > I found an issue that was causing access violations, and yes it was very > hard to find. > > A variable lookup listview, located on a enhanced tab control, with a where > clause (where scn = .vscn) would choke when the variable vscn was set to > null. > > When I set it to 0 (a valid lookup) the access violations stopped, a null > would fail the lookup. > > Normally this var is set to 0, but I added a form that sometimes set it to a > null and then returned to the previous form and AVs started. > > There may be other contributing factors, so I will test further and report > to RBTI. I hope this helps someone else. > > Kenny Camp > >

