Hi,
Please refer to the image, is it possible to clear all the values with some command rather than to initialize one by one like;
I want to clear that after displaying records.
Thanks
Saif
Please refer to the image, is it possible to clear all the values with some command rather than to initialize one by one like;
I want to clear that after displaying records.
Code:
This.parent.Grid1.RecordSource = ''
This.parent.CboLock.DisplayValue = ''
This.parent.cboTitle.DisplayValue = ''
This.parent.mCr_limit.Value = 0
This.parent.mFax.Value = ''
This.parent.mMobile.Value = ''
This.parent.mName.Value = ''
This.parent.mPcode.Value = ''
This.parent.mPerson.Value = ''
This.parent.mPterms.Value = 0
This.parent.mTel1.Value = ''
This.parent.mTel2.Value = ''
This.parent.mTel3.Value = ''
Thanks
Saif