Re: Related info -
04-16-2007
, 04:56 PM
Sorry, I send it to early.
I have two tables, that are related.
Table one has an UniqueID that governs the relation.
Table two holds a small image and a textfield that holds a small
description.
Within table one I have a layout that shows with thumbnail all the images
from the second table. Since I want to show them from left to right I have
created a calc that returns a repeating field, so that the discriptions read
from left to right. It is working ok, but returns a ? when there are no more
related records. Why it does that I wonder. I now have created an if testing
on "?". So initself this is not a problem, I'm just curious why it would
return a ? and not just empty.
GetNthRecord ( Extend ( Pics::Info ) ; Get ( CalculationRepetitionNumber ) +
Extend ( Pics::PicID ) -1 )
Keep well, Ursus |