At 05:30 PM 2/23/2009, Charles Parks wrote:

This will switch tabpages if the pages are visible

        SWITCH (.fSortMethod)

        CASE 'Custom'
        PROPERTY tcSort TABINDEX '1'
        BREAK

        CASE 'Standard'
        PROPERTY tcSort tabindex '0'
        BREAK
       ENDSW

but is there a way to switch pages if they are turned invisible?


Charlie,

PROPERTY <TabPageCompID> TABINDEX 'nn' is only applicable for
VISIBLE tab pages.

Technically, TABINDEX numbers are dynamically assigned on after
form start, for visible tab pages only.

You will have to make the page visible first, before assigning
the TABINDEX 'nn'.

Hope that explains!

Very Best R:egards,

Razzak.


Reply via email to