Matrix - Hidden Columns

pferreirapferreira Member Posts: 22
Hi,

I have an issue with a Matrix form. The form has 2 matrixes, and when I open it I get this:
23876195.jpg

If I slide the bottom bar all the way to left I still have some record that are hidden:
21229349.jpg

Can anyone give me some pointers to solve this issue?

Answers

  • krikikriki Member, Moderator Posts: 9,110
    You need to put the second matrix in a subform to start with otherwise they get 'confused'.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • pferreirapferreira Member Posts: 22
    Hi Kriki,
    Both matrixes are in subforms.

    I've tryed to do Findfirst, and I get some mixed results. Sometimes it opens well, some others doesn't!
  • pferreirapferreira Member Posts: 22
    Solved it!

    On the OnAfterGetRecord I had to apply the key that was used to order the records, and then do the FINDFIRST!

    CurrForm.myMatrix.MatrixRec.SETCURRENTKEY("Item No.", Sorting);
    CurrForm.myMatrix.MatrixRec.FINDFIRST;
Sign In or Register to comment.