Message 1 of 3
UnitsOfMeasure.GetTypeFromString Method Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I don't know If I missing something, but UnitsOfMeasure.GetTypeFromString Method throws an exception when the Parameter Unit I enter is a "Text"
For Eample In a part of my Function to determine what kind of Unit I am working with I have a Case for "Text", but it seems to throw an error when the Part Parameter I enter Unit Type is a "Text"
Select Case oUOM.GetTypeFromString(Parameter.Units) Case 11346 Return Parameter.Value End Select