JarreZoolook
Technical User
Crystal Reports X1
MSSQL database
I hope this is possible but I do not know how it could be done. So I hope you can help me.
I have a shared array that I want to show in multiple fields. I do not know how many entries there is in the array but there is always at least 6. I want the fields to be shown in pairs of 6.
The array may look like this:
“Varenummer 1”, “Varenavn 1”, “Batch 1”, “Udstyr 1”, “Tag 1”, “Metode 1”, “Varenummer 2”, “Varenavn 2”, “Batch 2”, “Udstyr 2”, “Tag 2”, “Metode 2”, “Varenummer 3”, “Varenavn 3”, “Batch 3”, “Udstyr 3”, “Tag 3”, “Metode 3”
Ect.
I want the fields to be shown like this;
Varenummer 1 Varenavn 1 Batch 1
Udstyr 1 Tag 1 Metode 1
And if there is more the 6 I want the next 6 to be shown under the first 6 and so on.
I have looked through several Tek-Tips posts and I have also tried to Google this but with no look. I hope someone can help me.
Morten
Denmark
MSSQL database
I hope this is possible but I do not know how it could be done. So I hope you can help me.
I have a shared array that I want to show in multiple fields. I do not know how many entries there is in the array but there is always at least 6. I want the fields to be shown in pairs of 6.
The array may look like this:
“Varenummer 1”, “Varenavn 1”, “Batch 1”, “Udstyr 1”, “Tag 1”, “Metode 1”, “Varenummer 2”, “Varenavn 2”, “Batch 2”, “Udstyr 2”, “Tag 2”, “Metode 2”, “Varenummer 3”, “Varenavn 3”, “Batch 3”, “Udstyr 3”, “Tag 3”, “Metode 3”
Ect.
I want the fields to be shown like this;
Varenummer 1 Varenavn 1 Batch 1
Udstyr 1 Tag 1 Metode 1
And if there is more the 6 I want the next 6 to be shown under the first 6 and so on.
I have looked through several Tek-Tips posts and I have also tried to Google this but with no look. I hope someone can help me.
Morten
Denmark