I am trying to extract the information from our Internal Application using the Macro. Steps to get the information are as below.
1) Form 1 : Contains Username and Password to get the information from internal application.
2) Form 2 : Contains the ComboBox which contains the list of all the assigned projects.
Once you provide the login details in Form1, it will provide the list of assigned projects in the ComboBox in form 2. Then you need to select the project to see the information.
Questions:
1) I want to show the message “No project Assigned” if the resource is not assigned to any project. So message will POP Up once you click the submit button on the Form 1 and should not go to the Form 2 since the ComboBox is empty.
2) How to clear the TextBox in the Form 1 once the user filled with wrong Login details. Presently Text box keeps the old value when try to login next time.
Please let me know if some one knows the answer or wants more information from my side.
1) Form 1 : Contains Username and Password to get the information from internal application.
2) Form 2 : Contains the ComboBox which contains the list of all the assigned projects.
Once you provide the login details in Form1, it will provide the list of assigned projects in the ComboBox in form 2. Then you need to select the project to see the information.
Questions:
1) I want to show the message “No project Assigned” if the resource is not assigned to any project. So message will POP Up once you click the submit button on the Form 1 and should not go to the Form 2 since the ComboBox is empty.
2) How to clear the TextBox in the Form 1 once the user filled with wrong Login details. Presently Text box keeps the old value when try to login next time.
Please let me know if some one knows the answer or wants more information from my side.