Page 1 of 1

Problem with Master data

Posted: 2005-11-16 00:38:47
by baloor
I have a problem with code in my Master data :

Code: Select all

begin
if ([Disks] > '1') then
height := 316 * [Disks] else
height := 316
end;
When I have 1 or 2 disks, no problem it works very well. But when I have more then 2 disks, example 3 or 4 my information put in the second page.

I put a link to my template My template

Thank's in advance!