Mattersphere Developers Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
Admin
Admin
Posts : 122
Join date : 2018-12-17
https://mattersphere-devs.forumotion.com

Access Wizard Next Button control Empty Access Wizard Next Button control

Thu 23 Jan 2020 - 14:19
Hi,
I need to access the Next button control on a wizard and set its enabled property to False Programmatically. How can I access control? I can't access it via EnquiryForm.Controls, or by EnquiryForm.GetControl.

thanks
_______________________________________________________________________________________________________________________________
Hi
Try this
Code:

EnquiryForm.ActionNext.Enabled = false;
Regards Danny
_______________________________________________________________________________________________________________________________
That works great thanks
Back to top
Permissions in this forum:
You cannot reply to topics in this forum