Link to home
Start Free TrialLog in
Avatar of Mr_Shaw
Mr_Shaw

asked on

Multiview ActiveViewIndex dynamic code

I am trying to move away from having to hard code the ActiveViewIndex and use a more dynamic code for my 'Next' and 'Back' button.

static example

MultiView_DatabaseSelection.ActiveViewIndex = 1

what i would like to do is use this

MultiView_DatabaseSelection.ActiveViewIndex = MultiView_DatabaseSelection.ActiveViewIndex ++;      

But it does not work.

Cam anybody help
ASKER CERTIFIED SOLUTION
Avatar of abel
abel
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mr_Shaw
Mr_Shaw

ASKER

thanks