Re: Brail code is using wrong table.

2008-12-19 Thread M Kenyon II
Actually, it was the brail if statement. It uses a 'C' style comparison == instead of the VB =. This line is always true if SectionNames[sectKey] = Fish: This is what it should have been if SectionNames[sectKey] == Fish: Working now, thanks.

Brail code is using wrong table.

2008-12-18 Thread M Kenyon II
In my c# code, I put 2 tables into the PropertyBag, like this: DictionaryDateTime, long FishTable = new DictionaryDateTime, long(); DictionaryDateTime, long BoatTable = new DictionaryDateTime, long(); foreach (object[] Result in dayResults) {

Re: Brail code is using wrong table.

2008-12-18 Thread Ayende Rahien
Can you create a test case for this? On Thu, Dec 18, 2008 at 4:24 PM, M Kenyon II qwert...@yahoo.com wrote: In my c# code, I put 2 tables into the PropertyBag, like this: DictionaryDateTime, long FishTable = new DictionaryDateTime, long(); DictionaryDateTime, long