Hi all,
I saw a function in MSDN
Private ClearForm(Byval ctrlpanel as control)
Wish to know how to call this function.
My intension is to clear the contents all all textboxes
once I save the data into a table,
Tx
Raj
FunctionCallung Function
Page 1 of 1
3 Replies - 1082 Views - Last Post: 23 October 2008 - 08:32 AM
Replies To: Function
#2
Re: Function
Posted 21 October 2008 - 09:50 AM
A few things.. first it's private and if it's in the MS code then you are NOT going to be able to call it.
Second write your own function that clears data from what ever text boxes you might have.
Second write your own function that clears data from what ever text boxes you might have.
#3
Re: Function
Posted 22 October 2008 - 11:26 PM
modi123_1, on 21 Oct, 2008 - 09:50 AM, said:
A few things.. first it's private and if it's in the MS code then you are NOT going to be able to call it.
Second write your own function that clears data from what ever text boxes you might have.
Second write your own function that clears data from what ever text boxes you might have.
Actually I was testing how to call this function in the same form
to call i know it should be ClearForm(), but what should I give in the parentesis, I mean () inside the bracket ???
#4
Re: Function
Posted 23 October 2008 - 08:32 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|