Problem with Master data

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Post Reply
baloor
Posts: 8
Joined: 2005-11-09 00:51:28
Location: Québec, Canada

Problem with Master data

Post 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!
Post Reply