Hello,
I just noticed that there is quite impossible to get the current record of in subpage. Have somebody faced that problem? I see that the problem is also in standard pages (page 42 - Sales Order for ex.) - when I'm working in classic, dimension table for subform (Line->Dimensions) is opened with filter "Table ID, Document Type, Document No., Line No." but in RTC (Related Information->Dimension) is "Table ID, Document Type, Document No., 0".
Any suggestions?
-Mihail- [MCTS]
1
Answers
you have to check this in Line Actions-->Line-->Dimensions
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Also if you try the CurrPage.SubFormControl.FORM.GETRECORD(myRecord) it doesn't matter which record is selected, it always return the first.
It seems the Rec in the subform just isn't being updated. I tested this with a MESSAGE and different selections.
I'm not even getting my actions to show on my subform, so even my plan C is not working... ](*,)
I'm also fighting these "features" in 6.x / 2009 ...
But for your issue mentioned here a colleague just pointed out a workaround to me.
See here - that did the trick to me.
Regards
Kappe
Kappe
Never used these windows sendkeys before, but if that is a good solution for this setting I guess I'll put this topic to 'solved'.
In my case I redesigned the page so I could show the former subform-info as factboxes instead. That way I could make the page into a list and show it in the rolecenter as well.
But I am sure I will run into this problem again sooner or later, so thanks for the tip!