Thx That did it!

Not sure why mine didn't work when I typed it.

Dan Goldberg

-----Original Message-----
From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Wednesday, January 25, 2017 5:49 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - go to today in enhanced dbgrid

At 05:18 PM 1/25/2017, Dan Goldberg wrote:

>Does anyone have an ideas to accomplish it?


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

Note:

. There are no filters involved in this example . You will need to create a 
concatenated text string to use the PROPERTY command

For your viewing pleasure ...

http://www.razzak.com/tips/Ehnanced_DB_Grid_Column_Search_01.png
http://www.razzak.com/tips/Ehnanced_DB_Grid_Column_Search_02.png

Have fun!

Very Best R:egards,

Razzak


--
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 rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to