P
Paul Naude
I have a boolean checkbox in my table indicating whether the record is
complete or not.
On my form I have a toggle button which I use to filter the records
according to their complete state.
The user toggle the button and the filter change to show either group of
records.
In the event that the other state does not show any records, and the user
click the toggle button to show that state, the form is completely blank: No
buttons, labels, nothing!
How can I check (count) the number of records that will exist in the other
state when the toggle button is pressed (so that I can warn the user and
bypass setting the filter)?
complete or not.
On my form I have a toggle button which I use to filter the records
according to their complete state.
The user toggle the button and the filter change to show either group of
records.
In the event that the other state does not show any records, and the user
click the toggle button to show that state, the form is completely blank: No
buttons, labels, nothing!
How can I check (count) the number of records that will exist in the other
state when the toggle button is pressed (so that I can warn the user and
bypass setting the filter)?