If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Determining version of Lotus Notes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-03, 09:44
DMSte DMSte is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Determining version of Lotus Notes

Hi,
How would one determine the release version of Lotus Notes Client, without manually opening a notes session on the user's PC?
Thank you!
Reply With Quote
  #2 (permalink)  
Old 11-25-03, 13:19
fhunth fhunth is offline
Registered User
 
Join Date: Oct 2002
Location: Argentina
Posts: 72
Re: Determining version of Lotus Notes

i think you can create an instance of the LN Object and get the version by some of its properties.


Something like this

<script language= "vbscript">


a =createobject("LotusNotes.xxx")

msgbox a.VersionNumber

<script>

The client explorer must have permission to create client objects.

Hope it helps



Quote:
Originally posted by DMSte
Hi,
How would one determine the release version of Lotus Notes Client, without manually opening a notes session on the user's PC?
Thank you!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On