Hello,
A Record has a field product type and a lot of specific fields.
I have created a page with the following 5 groups
Group 1: Field 1,2,3
Group 2: Field 100..120
Group 3: Field 200..234
Group 4: Field 300..329
Group 5: Field 400..410
Field 1 = Code
Field 2 = Description
Field 3 = Product Type
The other fields are used for a specific product type
Only 2 groups must be shown on a page at a time depending on the product type
Product Type = P1:
Group 1 visible with the fields: 1,2,3
Group 2 visible with the fields: 100..120
Product Type = P2:
Group 1 visible with the fields: 1,2,3
Group 3 visible with the fields: 200..234
Product Type = P3:
Group 1 visible with the fields: 1,2,3
Group 4 visible with the fields: 300..329
Product Type = P4:
Group 1 visible with the fields: 1,2,3
Group 5 visible with the fields: 400..410
Using the property Visible on the groups works.
When scrolling through the records rebuilding the page after a change of product type is very slow.
Is there another way to do this so the rebuilding is faster?
Thanks in advance.
Answers
I already though so.
I will look for another technical solution.