With in the form we want to check all the text box control are typed or not? How?


For each currentcontrol in controls
if typeof currentcontrol is TextBox then
end if
next

Showing Answers 1 - 1 of 1 Answers

PradeepReddyHYD

  • Dec 28th, 2005
 

For each currentcontrol in controlsif typeof currentcontrol is TextBox thenif text1.text="" thenmsgbox "Text without value"end if end ifnext

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions