Problem with Master data
Posted: 2005-11-16 00:38:47
I have a problem with code in my Master data :
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!
Code: Select all
begin
if ([Disks] > '1') then
height := 316 * [Disks] else
height := 316
end;
I put a link to my template My template
Thank's in advance!