I have created a connection to MSWORD to do a mail merge, I want it to print first page from tray one and second page from Papersource 2, which is a valid thing to do in a mailmerge, i.e covering letter and an invoice. but it seems that a mail merger producess only one document so only the first...
When you installed notes did you choose the shared option,
also what version of notes did you install?
there is a ref to a Fix in an upcomming release that reverts to a simialr error
http://www-10.lotus.com/ldd/r5fixlist.nsf/0/a7e75000dbc8b7bd8525701900420c98?OpenDocument
ended up doing the following Still need UI but it updates a flag for printing...
Sub Initialize
Dim workspace As New notesuiworkspace
Dim uidoc As notesuidocument
Dim session As New NotesSession
Dim uiview As NotesUIView
Set uiview = workspace.Currentview
Dim db As NotesDatabase...
I dont suppose anyone knows where(or even if) a CHM version of deigner help is available anywhere would be much more useful then the NSF version as you can still use it when the notes client is tied up on a task (or vice versa)
Old story lost my workspace icons (corrupted) and wanted a quick method of adding all Icans back (easier to sorth them back to the correct places..
the code below adds the ocons OK bt only dbs with extensions of NSF does anyone know of a method to bulk add templates...
Thanks in advance
Sub...
Found a way Which works in R6 (uses the new split function)
'<snip>
Dim richText As New NotesRichTextItem(docsource, "temp")
Call richtext.AppendText( docsource.TSDescription(0))
'if field not RT so copy field to one that is
plainText$ = RichText.GetFormattedText( True, noofchars)
'has all...
Is there a way of progamatically tallying how many lines are used when text data is displayed in a screen, I need to account for word wrapping and new lines so I know when to insert a page break on a dynamicaly created document..
thanks
Is there anyway using VB I can get all of the pictures in an Excel spreadsheet and export them to a file system?
would like to do this in the background so cannot use the copy/paste methods,
Would like to save to disk somehow do some manipulation and put them back in
any pointers would be...
C:\Program Files\lotus\notes\nlnotes.exe" /kiosk server/Name "names.nsf"
server name optional
/Kiosk optional (will open DB in full client) but not as the home workpage
NBc(for kiosk mode) If user pushes [Esc] it will go to grey screen with [alt][f4] being the only way to exit....
Does anyone have any pointers on how to access an imagefrom an excel file. i want to copy the image to a notes document
so far i have
Forall sh In xlsheet.shapes
'Export to filesystem
'pull and
Dim object As NotesEmbeddedObject
Print sh.name
sh.copyPicture
' call rtitem.
End...
Anyone successfully using this in Version 6.51 I just get a grey screen when I try to run it, (windows XP) I have a client who wants users to only access a single application and KIOSK modes seems to offer this solution (That is if i could get the damn thing to work!!!)
when @unique generates its result
what does it use to seed the result. i.e does it use servername,timedate,database, if so if an there are two identical agents running and at the same time run the 2unique command on the same server,same DB with the result be the same,
reason I ask is that I...
I am trying to build a program that can print from different bin locations on the same printer and beleive that the PCL language can do it for me . but cannot seem to access it within lotusscript.
But if anyone has a pointer of where I can ook for a solution please let me know thanks
Is anyone aware of a tool which will convert inbound mail to Chinese from English this could be a integrated Domino tool or an inline i.e sit inbetween the Domino server and the internet..
thanks
Thanks Dominik ,
But I am not scanning for virii more scanning for innapropriate content (i.e GIFs/Mpegs Etc and innapropriate word i.e swearing etc etc the product that they are currently using does not have access directly to the Domino environmnent but can accept and send smtp messages.
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.