This behavior is expected because the conversion format Notes did not note the header files specified in the RTF (Rich Text Field) to transfer files from the column drops to Notes. RTF follow these steps.
- Create a File Connection Document (in LEI 3.x) or a Connection to File System Document (in LEI 6.x), checking the option “Binary File Contents”.
- Create a Direct Transfer Activity in which you specify in the field Subdirectory the Directory on the hard drive where the files will be transferred (below Data directory).
- You can have a column of varchar type in the RDB in which you specify the file name. When you create the Direct Transfer Document, map this column with the Target Field “Filename”. Also, map the BLOB field containing the attachment with the target Field “Content” (LEI says that “Content” is of type Text, but it works.).
- Run the Direct Transfer Activity. The files will be placed on the hard drive in the specified directory.
- Use a LotusScript agent to insert the files from the shared directory into the RTF. To fetch the right file with the LS agent, you can use the file name that had been previously replicated into the Notes document, using a Direct Transfer Activity, for instance.
Read more…
Viewed 33526 times by 12409 viewers
I finally got this job for use Pivot table in Lotus Notes. It appears that you must use numbers to set some string values of objects. For example, a field can have a pivot function (As sum, avg, min, max, etc.). In VBA, you should enter. Function.xlAverage (without quotes) to generate an average value for the field. Is necessary in LotusScript write. Function = “2″ (the third element of the list of functions availalable, the count begins with “0″). In general, if you find a property or method that has mulitple value options, check the OLE aid options and convert text into a number string that begins with “0″. You’ll need to experiment with each specific range of options to make sure they follow the pattern.
Read more…
Viewed 31596 times by 11937 viewers
If you open up Designer Domino Release 6 file support, you will see that “what’s new in this version of the” list of 61 items in LotusScript than other areas of the Designer.
What is changing. Convert most important. Depending on the perspective of If you are an administrator. You no doubt that the system is flaky If you use the new Notes Administration Process Domino gelled collected data from different data in your organization. You will see your future in the new classes for importing and exporting data XML.
But if you’re straight – before building development for Domino users running the Notes client or web, it’s the new class for the complete text field before Notes / Domino 6 rich text box to box off the ground for developers. You can append Your software has text. But the only way. Will actually manage the content of the rich text field is a conflict with the abstract It is a plain text Notes / Domino 6 LotusScript to learn new methods and properties that allow you to separate rich text box and do Work on various objects are.
What you will use. Beginners are right or not. Could be almost anything. Just quickly before it is clear that the new text. Complete make significant changes at least three areas.
Read more…
Viewed 24773 times by 9038 viewers
I see many user have error “You have insufficient access to perform this operation” when they create document but they already have access in this database and I spend many time and found root case is option
“who can create documents with this form” in form property was not select anyone. Then for fix this problem
I try to add this option allow everyone can create document and problem was solve.
Read more…
Viewed 15181 times by 5269 viewers
I started at this time many people saved and Lotus are both exporting and achieve. In writing to the appropriate and what is not a problem and everything works. As it should except the one I started when I was selected. E-mail to reach and select the document and select an error “Could not create file” appears and does not permit to take place. But if I copy and paste or cut, copy and I have written emails to achieve a way to allow users to store all e-mail. Others like her by the selected folder.
Read more…
Viewed 14244 times by 5337 viewers
How do I export from MS Access and the Notes are linked to work in Access takes you back to the page Notes?
Access to copy a table from a linked Notes and work on putting the Excel or Word … but not used at work and then split file Excel hyperlink in Access can be edited manually to work from within. Access, but we have many files to connect to.
Read more…
Viewed 9127 times by 3048 viewers
Currently we are trying to setting up one more server to be used only as a passthru server. In order to install a domino server to it, may I know do I have to select “Set up the first server or a stand alone server” or “Setup an additional server” ?
I’ve tried to install the additional server but somehow I cannot even connect to it from the main server even though that server has been registered and certified.
Read more…
Viewed 10104 times by 3317 viewers
I got Lotusscript library functions and sample code that I found useful and used in all this project. Some simple and some are not. Or very little research and work before I came to work. In this article, as examples. The signing off emails from Lotusscript.
Problems.
When a record from the backend Lotusscript then displays the user frontend / class UI, the user’s email signature. (If enabled) will be inserted at the top of the document as text to lower expectations on behalf of North.
Solution:.
Disable signature and open. Work as shown in the following sample code.
Limitations.
This is just an example of. Disable the user’s email signature. To insert the end. Content of your email. (In this example “Hello World!”), You can edit the examples and read the signature of Lotus notes doc Profile then insert
Read more…
Viewed 13560 times by 4287 viewers
To prevent users from making any design change to a database, hide the database design. Hiding the design disables all design operations and hides all formulas and scripts.
Caution Users who have Designer or Manager access to the database can replace the database design, thereby changing it. To fully protect database design, remove Designer and Manager access from users who can change the database design.
Read more…
Viewed 10701 times by 3451 viewers
This problem is simple: I want to hide the area if there is rich text (RTF), and indicate whether there is something in my case or in the Lotus Notes attached in the RTF field is empty it does not count, though it is empty Hide-When formula such as MyRTF=— will not work and you can only use @Formulas.
Lotus Notes Tutorial Solution
1) Create a new Lotus Notes Numeric field, Computed for Display, Hidden, and with Value set to @ThisValue (or HideMyRTF if you are using an earlier release than ND6) Lets call this field HideMyRTF in this example.
Read more…
Viewed 11041 times by 3188 viewers