Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to have a specific iLogic Form display on screen based off the custom iProperty?
I've tried to write code for this but it doesn't appear to show the form or do anything. This is what I'm trying to achieve.
Dim oTemplateVersion As String = iProperties.Value("Custom", "ETO Template Version") If oTemplateVersion Is "ETO Standard" = True Then iLogicForm.Show("ETO Standard Form") ElseIf oTemplateVersion Is "ETO AVR Base Generator (Single Channel Design)" Or oTemplateVersion Is "ETO AVR Base Generator (Double Channel Design)" = True Then iLogicForm.Show("ETO Base Generator Form") ElseIf oTemplateVersion Is "ETO AVR Base Assembly Generator" = True Then iLogicForm.Show("AVR Base Assembly Generator") End If
Regards,
Kenny
If this post solved your issue please mark "Accept as Solution". It helps everyone...really!
Kenny
If this post solved your issue please mark "Accept as Solution". It helps everyone...really!
Solved! Go to Solution.