Problems in Data Generator 2 (Bug?)

TenGor

Member³
Hy,

i think i found a little bug in Data Gernator.

I have some tables to fill up.
When i click on test run and look a the results, then the tabs with the name of the tables are in the wrong sequence. If i click on the tabs the shown data is from the table on this position in definition.

Definition:
TAB_A, TAB_B, TAB_AB

Result:
TAB_A, TAB_AB, TAB_B
But on the record sheet for TAB_AB i the the data for TAB_B.

In defintion i have 2 Buttons with arrows. With this i can move a table in my sequence of table left/right. But which for a sense is behind this?
 
A quick test shows it works for me. I'll check if something can mess-up the order though.

The order of the tables determines the order in which the data is created, so first you need the detail data (TAB_A, TAB_B) and after that the master (TAB_AB). With the 2 buttons you can arrange things in the correct order.
 
Hm,

the problem appears on both variants.
But remember: on the result-tab the data is shown in correct squence
- Tab 1 shows Data from TAB_A -> named TAB_A
- Tab 2 shows Data from TAB_B -> named TAB_AB
- Tab 3 shows Data from TAB_AB -> named TAB_B

I looked in the .gd File too, and the sequence in it seems ok too. It's the same sequence as in Definiton.
 
Back
Top