Здравствуйте. У меня такая проблема. При обновлении базы из шаблона пропадают некоторые формы. Если их тупо скопировать из шаблона и вставить, то при следующем обновлении они снова пропадают. Кто-нибудь сталкивался с подобным? Посоветуйте что можно сделать. У меня Lotus Domino 8.5.
есть ли где-то в Lotus настройка, которая указвыет стиль письма? у одного пользователя в стандартном поиске, при вводе слов, они пишутся не с лева на право, а наоборот с права на лево просто у себя не могу получить такой стиль набора текста
In Visual Studio add a new item to your project. Choose "Web Form based on Master Page" and call it "AnimalForm.aspx". Choose "Site.Master" as the template in the next dialog page.
You'll see a page like this one (comment is my own):
Notice the form comprises of two Content elements. These relate to areas in the Site.Master template and define where the . In the image above the Content element we put our form in is tied to a "place holder" called MainContent.
If you look in the Site.Master template you'll see a ContentPlaceHolder element with the ID of MainContent.
This ContentPlaceHolder inside a <div> with class "main". Anything you put in the second Content element on the Form's page will appear in this div.
Back in the AnimalForm.aspx page add some content, like so:
We've added a table with a row for name and type and one row for a Calendar item.
The form will look like this in a browser:
In practice I've never used a Calendar control, but thought I'd show you one in use.
Note that we don't need to add a form tag as there's already one in the Site.Master template.
Enter some values and press submit. Nothing happens. We need to add some logic to the AnimalForm.aspx.cs "code behind" file. Right click the ASPX file and choose "View Code". Now add a new method called SaveAnimal, like so:
Pretty simple, no? It just creates an animal. Assigns it values from the form elements we added and then saves it. At the point it's saved the Animal has an ID, so we can redirect to it.
Before this will work we need to switch back to the Form page and change the normal HTML submit button in to a Button element that points to our new method, like so:
Now you should be able to click save and the data is entered in the database.
I was going to go on and talk about how to create a link that lets you open an existing animal and edit it. But for reasons I'll get to, I don't think I will. In essence you simply create a link like /AnimalForm.aspx?id=4. This points to the same form as above but in the Page_Load event it would look for the ID parameter and - if it exists - load that Animal and fill the input boxes with its current values. Etc.
Classic ASP.NET Bad
Since starting this series of articles on (classic) ASP.NET I've fallen big time for both ASP.NET MVC 3 and Linq-to-SQL. The approach I'm showing you - of using DataSets and Stored Procedures - now seems like a nightmare in comparison. And I can't live with myself thinking I'm teaching you how to do it the "wrong" way.
What I plan on doing is finishing this "series" off by discussing a couple of things applicable to whatever approach you take -- such as setting up a server for deployment. Then I plan to talk about MVC and Linq-to-SQL. I think you'll like it.
Wouldn't it be great if when searching mail you would have the option to e.g. search "Subject and Body" only, which translates into [subject] = "<search term>" OR [Body] = "<search term>"
Notes FT Search is great but for an end user it is really hard to learn to do a somewhat advanced search. Try telling your user to input the above search term.
At least there should be a way to easily search mail, calendar entries and contacts.
I love Notes and hate to read negative feedback an Notes hate web sites, but I have to admit search really isn't user friendly.
As each NSF is opened in Designer Eclipse opens them as projects but they are not automatically closed. Amongst the many side-effects of this is that all build errors for the previously opened NSFs continue to be displayed in the Problems tab. I would like to see the option provided (as an option!) to automatically close each Project as soon as the last window for that NSF has been closed in designer.
Alexey Zimarev committed the international fraud and now he is under the investigation of a criminal police.
Alexey Zimarev falsified the court orders of the county court of London in order to shut down the web-sites:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info
And to steal the money.
All the evidences are published on the web-sites:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info
The difrector of Addforce Systems netherlands Alexey Zimarev is wanted by incasso for not paying around 18000EUR
In order to avoid paying, Zimarev changed his contract from the 1st Of July of 2010. And that is why Philips fired him!
All the details about the case including the copy of the court verdict could be found here:
http://www.alexey-zimarev.info
http://www.alexey-zimareff.info
I would like to see the icons in the DDE again, regardless of an application being touched or not.
It helps me find the application I am looking for.
In the DDE since 8.5.1 the not yet opened applications have three grey bars for their icons.
For those people that are used to searching visually for the application in the designer it has since become a lot harder to find the application again. Especially if you have a whole lot of applications in your DDE listed.
The new working sets help out a bit, but it could be better if we got back the icons regardless if the application was opened or not.
In a discussion with Maureen Leland, I learned it was to done to tell the difference between active and inactive application during a session in the DDE. If we want to keep this than maybe displaying inactive application icons in grey scales would be an option.
Currently i am working on a one application which is "Schedule of ET members" , in this application i have designed one view whose columns are nothing but the dates of months.Here i have used color coding to define different schedule activities. Requirement needs printout for whole month with Legenda specification so I wrote code on one view button as follows:
@Command( [EditSelectAll]):
@Command([CopySelectedAsTable]):
@Command([Compose];"form2"):
@Command( [EditPaste] )
Above formulas is working, but problem is the table which is creating not showing properly because property of the table layout by default is fixed width. So to look it well user needs to set it fit with margins. So i think that there is need to add some more methods in NotesRichTextTable class or need to add some more formulas for the same. I am showing you the my Monthly schedule Document by default setting for the table & after manually settlement for the table by user.
Currently i am working on a one application which is "Schedule of ET members" , in this application i have designed one view whose columns are nothing but the dates of months.Here i have used color coding to define different schedule activities. Requirement needs printout for whole month with Legenda specification so I wrote code on one view button as follows:
@Command( [EditSelectAll]):
@Command([CopySelectedAsTable]):
@Command([Compose];"form2"):
@Command( [EditPaste] )
Above formulas is working, but problem is the table which is creating not showing properly because property of the table layout by default is fixed width. So to look it well user needs to set it fit with margins. So i think that there is need to add some more methods in NotesRichTextTable class or need to add some more formulas for the same. I am showing you the my Monthly schedule Document by default setting for the table & after manually settlement for the table by user.
The NotesDatabase JavaScript object method getFilePath() returns backslashes. It would be nice to have a function like @WebDbName obviating the need to "flip" the backslashes to forward slashes. We recently integrated SiteMinder into our work environment and one needs to add URL exception rules to the configuration, otherwise, SiteMinder treats it as a malformed URL, even though most browsers will tolerate the backslashes.
Currently the domino web configuration will only allow you to enter Notes form names. If XPages is the future then all basic Domino web functions (404 errors, etc) should be able to be done with XPages.
I shouldn't have to use classic web design to handle the login to my XPage site.
Stephan Wissel has created a new project
- Plugins
Deployment for IBM Lotus Domino
(direct
download) This project is an extension
of the Update Site template that comes with Domino and is available on
OpenNTF. The new version includes functionality to ...
A Notes Administrator is trying to disable the Recent Contacts feature for his users. He has disabled the Contacts preference to automatically add Recent Contacts, Deleted all contacts from the Recent Contacts view, and deleted the DIP SER files in the <Notes Data Directory>\workspace\.metadata\.plugins\com.ibm.notes.dip\directory. The Recent Contacts view is still being populated.
Hi, I am currently using an iPhone connected to my travler server and when i get a calendar invite through on my iPhone i cant do anything with it there is no accept or anything Is this due to be available in a future release? Thanks This is already available in Lotus Traveler. ...
Calendar details are not displaying and getting an error when trying to open calendar entries after adding a group to the "Add a Calendar" section (Show Calendars).
In the R7 code stream when viewing the One Month view of your calendar, there was a vertical scroll bar on the right hand side of the view that allowed you to scroll forward or backward week by week. This is no longer available in the standard client in R8.0.x and R8.5.x.
When Notes 8.5.2 is configured with a local directory catalog, internal contacts that are listed in the dircat will not be added to the Recent Contacts. This causes the type-ahead function to not find the internal names due to only searching names.nsf.
A problem in the way that Java handles a specific numerical conversion may be exploited by a malicious user and cause an affected client or server to hang. Several IBM Lotus software products rely on the Java runtime engine or development kit provided by the IBM Lotus Domino server environment. Administrators must apply the appropriate fixes to prevent this exposure.
The information about the rmeval domino server task is quite brief. In this article I tried to summarize what I found about it. rmeval was introduced with domino 7 RMEval (Resource Model Evaluation) will run automatically when server operating system probes are enabled. This I what I found in ...
IBM will host an Open Mic conference call with Lotus Development and Support Engineers on 16 March 2011. The topic will be "All about Notes databases." Discussion points will include database in general, database design, ODS version compatibility, etc.
Oracle has issued security alert CVE-2010-4476 for Java Runtime Environment hangs when converting to a binary floating-point number. This knowledge collection contains links to technotes describing the impact to IBM Lotus products.
When trying to import iCalendar into a mailfile other than your own, you get an error that says "You can only process iCalendar attachment while in your mail file". Two workarounds are available to get around this error.
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...
This is an index to Notes.ini information posted in the Wiki. It is updated almost constantly; check back if you don't see the Notes.ini for which you are looking. Better yet, create an article! Note: Notes.ini variables marked with an asterisk () are obsolete. See the article for that variable ...