Last January (1/25/17), Razzak suggested these methods to pick a single date 
(today's date).  Short of filtering the table before opening the dbgrid, is it 
possible to FILTER or SEARCH a range of dates?

TIA,

Claudine

Part 1:


-- A very simple technique ...



    Button Caption: [Show Today's]

    On Click EEP:

    -- Show Today's

    PROPERTY DBGrid_Invoices FILTERS->COLUMN_NAME->TransDate .#DATE

    RETURN

Or


Part 2 ...



If you would like the SEARCH option of the Enhanced DB Grid, use the following 
technique to accomplish your goal.



Here's how:



-- A very simple technique ...



    Button Caption: [Show Today's]

    On Click EEP:

    -- Show Today's

    SET VAR vSearch TEXT = +

    ('PROPERTY TABLE InvoiceHeader SEARCH->TransDate->'+(CTXT(.#DATE)))

    &vSearch

    RETURN

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to