Hello again..



i have a question about building a linkrecord when i use a array field for building the link.



I am using a field (horn.gruppen) to build the link. The link goes is supposed to do a fill against a file horngruppen. The fields horn.maerkte is the data what i want to get.



This SOURCE-Field which i am using is a array. and THATS the problem.





This is what i am using in the linkrecord:



$temp=NULL;$x=0;$ln=lng(horn.gruppen in $File);for $x = 1 to $ln do ($link.q=$x in horn.gruppen in $File;$temp=insert($temp, 1, 1, horn.maerkte in $File))



$x is the lengh of the array from $horn.gruppen. $temp is the variable where i want to get all horn.maerkte from the file horngruppen.



The result what i get in $temp is every time the last horn.maerkte from the horn.gruppe field.



Arghh i see already.. thats hard to explain....



But maybe someone had a similar problem already... and understands what i am talking about ...?





Bye from Germany.

Frank