Thank´s for sharing this idea and your help Tony, Fritz -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Tony IJntema Gesendet: Sonntag, 9. November 2014 11:38 An: RBASE-L Mailing List Betreff: [RBASE-L] - RE: enhanced db grid with filter bar: GETPROPERTY DBGrid1 'RECORD->COUNT' 'varname'
Fritz, I cannot find it either. Maybe a workaround could be to capture the content of the filter using: GETPROPERTY <Component ID> CURRENTCELLVALUE 'Value' And then perform a count selectstatement and put the result in a variable, which is shown in the form I have not tried this, but it is worth trying. Tony -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dr. Fritz Luettgens Sent: zondag 9 november 2014 11:05 To: RBASE-L Mailing List Subject: [RBASE-L] - enhanced db grid with filter bar: GETPROPERTY DBGrid1 'RECORD->COUNT' 'varname' Situation: -enhanced db grid with filter bar Location: i.e. db grid "on click eep" Task: after using the filter bar I want to count the number of records of the filter result Question: I find GETPROPERTY DBGrid1 'COLUMNS->COUNT' 'varname' but can not find GETPROPERTY DBGrid1 'RECORD->COUNT' 'varname' Is there a GETPROPERTY COMMAND like this that my clouded eyes don´t find anymore ? Thank´s Fritz

