all ExtendedDatatypes has a base type - String, Int, Real... -.
Dimension is an Array of string. Okay.
In my method I make decisions base upon the type of a field.
switch (typeof(_common.(_fieldId)))
{
case Types::String :
......
break;
case Types::Integer :
......
break;
case Types::Date :
...
break;
default :
info(strfmt("Fehlender Type f�r Feldid: %1 ", _fieldId));
}
I haven't found any type which matches the ExtendedDatatype Dimension.
Neither Class nor AnyType. It always runs in the default section.
What base type is it ?
How can I fetch dimensions ?
Regards
Manfred
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

