10-03-2017
12:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-03-2017
12:16 AM
Hi All,
I know I provided not enough information, sorry for this.
We found the solution. I just wanted to replace that components which are built in and if the rule doesn`t find one of the component then go on and doesn`t show an error message. ("The component is not found")
I used that:
Try
If Component.IsActive("itemname1:1") Then
Component.Replace("itemname1:1", "itemname2.ipt", True)
End If
Catch
End Try
Thank you for help
Jnaos