I've used some Dimension fields on a web part and usualy the caption is set through the CaptionClass in Nav but in the portal the Caption shows up as Shortcut Dimision code 1, it's not evaluating the expresion set in the CaptionClass. Anyone getting the same problem? Is there a solution other than setting the caption manualy in the table.
0
Comments
this is because it seems that the caption functionality of RecordRefs is NOT calling the captionclass.
What you can do is:
In the function where the caption is build, include a case where you can identify the table no / field no combination. For each table create a record and use then the caption functionality of the record to get the right caption.
AFAIK is this the one and only way.
If anyone has a better idea please let me know.
HTH,
Rainer