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

Does anyone have an ideas to accomplish it?

If your users don't want to use the filter or are reluctant to type today's date, then create a button that automatically filters the Enhanced DB Grid and displays all "Today's" orders.

Here's how:

-- A very simple technique ...

   Button Caption: [Show Today's]
   On Click EEP:
   -- Show Today's
   PROPERTY DBGrid_Invoices FILTERS->COLUMN_NAME->TransDate .#DATE
   RETURN

For your viewing pleasure ...

http://www.razzak.com/tips/Ehnanced_DB_Grid_GoTo_Todays_01.png
http://www.razzak.com/tips/Ehnanced_DB_Grid_GoTo_Todays_02.png

Let me know if you need that form to illustrate the use of such technique.

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