
Jon Robertson
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
Activity overview
Latest activity by Jon Robertson-
Jon Robertson commented,
I'm posting my current approach in case someone else wants to do something similar. Using your suggestion, my first approach was to manually modify the dataset's Filter property, adding or removing...
-
Jon Robertson commented,
Thank you. I'll try this when I have a chance, hopefully sometime today.
-
Jon Robertson created a post,
DataSet filters and title menu filters
I have a form that has a checkbox for the user to toggle a filter on the dataset / grid. The grid also has title menu filters enabled via TitleMenuAttributes.Options (sfoFilter). When filters are a...
-
Jon Robertson created a post,
TwwDBGrid rows of varying height
It is possible to have rows with varying heights? I know about the RowHeightPercent property. I have a scenario where some rows should be "single row height" (RowHeightPercent 100), some double hei...
-
Jon Robertson created a post,
Avoiding "Current provider does not support the necessary interface for Index functionality" exception
In an application migrated from D7 & IP 4000.0.2 to D11 & 22.1.0.9, the app throws the exception when I drop down or begin typing in a TwwDBLookupCombo control. The relevant code has changed signif...
-
Jon Robertson created a post,
Unwanted behavior with TwwDBLookupComboDlg.AutoDropDown
When TwwDBLookupComboDlg.AutoDropDown is True and a shortcut key is used to set focus to the combo, the dialog may appear when the user did not trigger it. Note this issue only occurs if the contro...
-
Jon Robertson commented,
It took quite a while, but I discovered the cause. Our application has Application.ModalPopupMode := pmAuto. TwwGridSelectColumnsForm has PopupMode set to pmNone. This causes the TreeView window to...
-
Jon Robertson commented,
It occurred for me when RecordCount and SINew.nPage were both zero. Unsigned 0 minus unsigned 1 causes the integer overflow.
-
Jon Robertson created a post,
Odd issue with sfoSelectColumns not working as expected
I am seeing an odd issue and hoping someone may have some guidance. In our app, I added sfoSelectColumns to each grid's title menu attributes. When the menu option is selected, the columns dialog a...