View Single Post
 
Old 07-02-2022, 03:54 AM
rogerbowering rogerbowering is offline Windows 10 Office 2010 32bit
Novice
 
Join Date: Apr 2017
Posts: 15
rogerbowering is on a distinguished road
Default Just a quick follow up

My headers are ludicrous, There is so much code that it 'overflows' the header area and 'disappears' into the body (see image)

Of course once the document gets 'mailmerged' by our system then all that appears in the right jand column (under the logo) is a regular address; but the code needed to capture this is really excessive and what you can't see in the image is a some more rows for capturing the remainder of the address, plus office email address, phone

IS there a way to only see the header in Word display (in the same way you avoid seeing Headers in draft view), so the whole header bceomes visible for editing; in essence moving the horizontal row (named page header) down to reveal the whole thing.

As an indication, this is what the entire header code looks like (Yeah I know I can shift the margin of the right column temporarily so I can see the whole thing, but then I have overlapping text from the left text box and DRAFT 'watermark' and it all becomes very messy) please see below. When it is crammed in to the necessary narrow area below the logo it's a 'mare:


<%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficeAddress1Event ")%><%if(!applyEventToBusinessEntity(getEformObjec t(pageContext),"McLarens.DocumentTags.OfficeAddres s2Event").equals("")){%>
<%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficeAddress2Event ")%><%}%><%if(!applyEventToBusinessEntity(getEform Object(pageContext),"McLarens.DocumentTags.OfficeA ddress3Event").equals("")){%>, <%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficeAddress3Event ")%><%}%> <%if(!applyEventToBusinessEntity(getEformObject(pa geContext),"McLarens.DocumentTags.OfficeAddress4Ev ent").equals("")){%><%=applyEventToBusinessEntity( getEformObject(pageContext),"McLarens.DocumentTags .OfficeAddress4Event")%>
<%}%><%=applyEventToBusinessEntity(getEformObject( pageContext),"McLarens.DocumentTags.OfficeCityEven t")%>, <%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficePostCodeEvent ")%>
Tel: <%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficePhoneEvent")% >
<%=applyEventToBusinessEntity(getEformObject(pageC ontext),"McLarens.DocumentTags.OfficeEmailEvent")% >

2 July 2022
Our Ref: <%=setLevel()%><%=getValue("CaseNumber")%>
Attached Images
File Type: jpg Header 1.jpg (128.0 KB, 25 views)
Reply With Quote