| Latest 7 Posts |
test Tue, Nov 22nd 2011 18
|
Winter Thu, Dec 2nd 2010 23
|
Watchout USB Disk and iPad/iPod/iPhone Lotus Traveler Installations Fri, Sep 10th 2010 30
|
There is such a thing as trying to be TOO helpful... Fri, Aug 27th 2010 40
|
XPages developers - be wary of 8.5.1 FP4 Fri, Aug 27th 2010 37
|
| Top
10 |
There is such a thing as trying to be TOO helpful... Fri, Aug 27th 2010 40
|
XPages developers - be wary of 8.5.1 FP4 Fri, Aug 27th 2010 37
|
Watchout USB Disk and iPad/iPod/iPhone Lotus Traveler Installations Fri, Sep 10th 2010 30
|
Winter Thu, Dec 2nd 2010 23
|
test Tue, Nov 22nd 2011 18
|
|
|
There is such a thing as trying to be TOO helpful...
Melissa Snell
I don't know about the other developers out there, but I have often written LotusScript code that uses COM to manipulate Microsoft Office - printing to Word, creating spreadsheets with pivot tables and charts, creating Powerpoint presentations and so on. I actually quite enjoy doing this - particularly spreadsheets as I love manipulating data. I have an application that I wrote 3 or 4 years ago that manages sales orders and invoices. When the user wants to print the invoice documents they hit a button that outputs the content to Word. I did this because all the things you need, such as programmable headers and footers, pagination, table-based layout that is easy to navigate is sitting there ready for the taking. This worked beautifully until "Scary Toolbar Word" (i.e. Word 2007 a.k.a "where in the hell did they put feature x that I always knew how to find") started to be deployed across the organisation. My beautiful invoice layout was vertically challenged in that it spread across more pages and the headers and footers became broken as a result. If you produced the invoice in Word 2002 and then opened the resulting document in STW, then it was fine - it was the generation of the document that was the issue. :-( What I have learned is that in STW, there are some 'helpful' settings that add the following by default to the normal template: > After paragraph spacing - 10 > Line spacing - 1.15 > Add space between paragraphs of the same style Now this has the effect under normal circumstances of making a Word document easier to read. However for my invoice layout this proved to be the cause of the problem. In this particular case I discovered that instead of re-writing my code, one workaround to this is to change the default settings for the paragraph spacing. - On the Home ribbon, in the Paragraph group, click the Paragraph dialog box launcher.
- Click the Default… button
- Set after paragraph spacing to 0
- Set line spacing to 1
- If required, select the check box for Don’t add space between paragraphs of the same style.
- Click OK.
Once these defaults had been set then my invoice reverted to its former glory!
--------------------- http://www.lan2lan.com/web/l2l/blogs/L2LBlog-Corp.nsf/dx/27082010150651MSNJKC.htm Aug 27, 2010 41 hits
| Recent Blog Posts |
18

|
test
Tue, Nov 22nd 2011 7:08a John Goodman [read] Keywords: |
23

|
Winter 
Thu, Dec 2nd 2010 10:13a Andy Dennis Winter has hit the south of England now. With Gatwick closed and our road/rail networks struggling to keep clear, travelling to and from work or to a clients site has become difficult . In the past, with this level of disruption, it would be really difficult to run a business. This is now not the case. With IBM/Lotus Notes remote replication all our staff that cannot make the office can keep working. IBM Lotus Sametime keeps us all connected be it in the office or working remotely. IBM [read] Keywords: ibm
lotus
notes
quickr
sametime
blackberry
office
security
|
30

|
Watchout USB Disk and iPad/iPod/iPhone Lotus Traveler Installations 
Fri, Sep 10th 2010 11:26a Andy Dennis One of out clients as experienced an issue with installing Lotus Traveler onto their chairman's iPad today. After clicking on generate an error is being displayed with a message as Open in USB Disk and the Mail profile will not be installed. The error turns out to be a 3rd Party application call USB Disk. If you de-install USB Disk from the device, install Traveler then installation will complete without any errors. You can then re-install USB Disk. It looks like that USB Disk hooks into [read] Keywords: lotus
traveler
application
iphone
ipod
profile
|
41

|
There is such a thing as trying to be TOO helpful... 
Fri, Aug 27th 2010 11:26a Melissa Snell I don't know about the other developers out there, but I have often written LotusScript code that uses COM to manipulate Microsoft Office - printing to Word, creating spreadsheets with pivot tables and charts, creating Powerpoint presentations and so on. I actually quite enjoy doing this - particularly spreadsheets as I love manipulating data. I have an application that I wrote 3 or 4 years ago that manages sales orders and invoices. When the user wants to print the invoice documents they hi [read] Keywords: lotusscript
application
microsoft
office
|
37

|
XPages developers - be wary of 8.5.1 FP4 
Fri, Aug 27th 2010 11:26a Melissa Snell This seems to cause an error when you try to view an XPage that relates to "XSP not defined". I don't know what the cause of the issue is, only that it seems to be introduced when you apply FP4. One of my customers got this error on one server but not another. Upgrading the server to 8.5.2 resolved the issue. Not sure if it is recognised officially yet but there are more postings appearing about it so beware. [read] Keywords: xpages server
|
|