- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Answered myself.
(ServiceTypeLine1.rawValue == null)
{
ServiceSubForm.presence
= ("hidden")
}
else
{
ServiceSubForm.ServiceTypeField.rawValue
= ServiceTypeLine1.getDisplayItem(ServiceTypeLine1.selectedIndex);
ServiceSubForm.presence
= ("visible")
}
Views
Replies
0 Likes
Total Likes