F
|
Frank R 3/23/2022 |
What happens when you set:
|
![]() |
Pete K author 3/23/2022 |
Update! I decided to look at all my custom code on events related to this table and discovered that if I disable my where tabs API code in the AfterTableInit() event, the issue goes away (the filter panel displays as expected.) Either this is a bug or there is something wrong with my code. The code does seem to work; it generates the tabs and displays them properly. Here's the code: // Add Where Tabs Like I said, the code compiles and runs and dispays the tabs as expected. Also, I can add the tabs at design tab in the GUI and they don't interfere with the filter panel. So it's not the tabs per se, but the code causing the issue. Very strange! |
![]() |
Pete K author 3/23/2022 |
Thanks, Frank. I did try those settings. But as you can see, I've now narrowed it down to my where tabs code, although I don't see anything wrong with it. |
![]() |
Pete K author 3/23/2022 |
I don't know what I did, but the problem has disappeared. I tried putting my where tabs code back, but hard-coded the values rather than pulling them from the database and that worked. Okay, I thought, something wrong with my database code. I could see the queries were running in SQL though and nothing seemed amiss. But when I went back to the orginal code, it suddenly started working again. I have no idea why, but all is well now. |