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.

Reply via email to