Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

Scrolling through the tabs.....

$
0
0

Hai All..

I created a form having a tab control and a button to scroll through the tab pages.

In the button click event, I put something similar to the following code

 

tabIdx = Tab.tab() + 1 ;

 

    if (tabIdx <= Tab.tabs())

    {

        Tab.tab(tabIdx);

    }

 

It’s perfectly working in the debug mode, but when I run this its go to the next tab page and suddenly came back to the previous.

Can anyone help me about this problem?

Thanks.

 


Viewing all articles
Browse latest Browse all 15740

Trending Articles