[B]============= CONTACT DETAILS =============
sawjer
5 - Version: 9.3.6
============= PROBLEM DATA =============
5 - Description of the problem *: The fields of a grid with setting “repeat value”=off show correctly and exporting the grid shows incorrectly (repeating above values)
6 - Step by step problem *:
There are tow tables:
- bugtest_data (table of grid)
- bugtest_data2 (linked to bugtest_data in event->onRecord:
sc_lookup(rs,“SELECT addon_text FROM bugtest_data2 WHERE bugtest_data2_id=”.{bugdata_id});
if(!empty({rs})){
{addon}={rs[0][0]};
}[/B] - bugtest_data2 has only two entries, addon_text1 and addon_text3
The grid in the browser shows as expected, The export of this grid repeats the addon_text1, which is wrong. The same can be seen in pdf and word export.
This is a crucial problem in the project, as the customer needs the ouput and will refuse acceptance of the delivered software. Thank you for help