At 10:16 PM 7/30/2013, Richardson, Jeff wrote:

I'm using 9.5 (32) with the latest updates. I know how to access the
"Select Column(s) for sort" dialog box when performing a multi-column
sort in an Enhanced DB Grid by pressing [Ctrl-D]. However, I would
like to access the dialog box thru a property command within an EEP.
Much like the command PROPERTY <COMPONENT_ID>  SHOWCOLUMNDIALOG 'TRUE'
equals [Ctrl-S]. Is there a property something like SHOWMULTISORTDIALOG?
Anyone out there know? Thanks in advance!


Here's how:

01. Start R:BASE eXtreme 9.5 (32/64), Build: 9.5.3.20829 or higher

    www.rupdates.com

02. CONNECT RRBYW18 (sample database included with R:BASE eXtreme 9.5)

03. Database Explorer | Forms | RBG9_EnhancDBGrd

04. Double-click on RBG9_EnhancDBGrd form to Run and then select the
    appropriate Run Mode (Enter, Edit, Browse)

05. While viewing the form, use [Ctrl-D] to bring up the "Select Column(s)
    for Sort Dialog box

    http://www.razzak.com/tips/EnhancedDBGrid_MultiColumnSort.jpg

06. If you wish to bring up the same "Select Column(s) for Sort" dialog
    box using the PROPERTY command ...

    Open the same form in Form Designer
    Place a Button, Speed Button, or Bit Button, and use the following
    PROPERTY command as "Custom EEP"

    PROPERTY DBGrid_Customers SHOWSORTDIALOG 'TRUE'
    RETURN

And, that's all there is to it!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
30+ years of continuous innovation!
15 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to