Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
BFO failure
The P element below is copied directly from the source of the BFO manual. It doesn't work in NetSuite's version.
When one uses position="absolute" either in the tag or in the style, it falls over with the ubiquitous UNEXPECTED_ERROR Msg: null Stack: Error in Template File
<?xml version="1.0"?>
<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdf>
<head>
<meta name="title" value="My Document"/>
</head>
<body>
<p position="absolute" margin="0" line-height="100%"
background-color="yellow"
left="40" top="0" font-size="50pt">Sample</p>
</body>
</pdf>
1