5 pts.
 Lotus Notes version check
I have a database while opening the database.They need to check the version if the version is 8.5.1 then it need to open the Xpage frameset if not it needs to open Notes frameset

Software/Hardware used:
ASKED: November 2, 2010  1:34 PM
UPDATED: November 4, 2010  1:22 PM

Answer Wiki:
Use the @Version command, the help file will tell you what to look for, it returns a number, for example version 8.0 is 301, once you know the number then it is pretty simple. To do this on open, I usually use a page that everyone opens and all it does is verify the version and then redirect the user to the right item. I often use a @URLOpen with notes URL to do this.
Last Wiki Answer Submitted:  November 3, 2010  6:47 pm  by  SlikTool   1,830 pts.
All Answer Wiki Contributors:  SlikTool   1,830 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Nice!

 3,845 pts.