i want to clear all controls after saveButton is executed.Problem is that iam not
getting Object type can some one help me.
- Code: Select all Expand view
Function ClearControls(oDlg)
LOCAL oControl
FOR EACH oControl IN oDlg:aControls
IF ="TGet" //Here i want to check Object name whether Object type is "Get or Say"
oControl:SetText("")
END if
next
RETURN nil
Regards,
Sajith