main logo
Subject: Re: cAboutform needs update for Win2k and XP
Author: Pablo Rivera
Posted: 2002/04/02 22:53:32
 
View Entire Thread
New Search


<i><font color="#663300">Hi ,
cAboutform.init() needs an update to check for Win2k and XP. I changed the following to make it work.

From:
lcKey = IIF("NT" $ UPPER(OS()), KEY_NTCURRENTVERSION, KEY_WIN4CURRENTVERSION)

To:
lcKey = IIF("4" $ UPPER(OS(3)) OR "5" $ UPPER(OS(3)), KEY_NTCURRENTVERSION, KEY_WIN4CURRENTVERSION)

it would be nice to have this updated in the framework.

/Torgny</font></i>

The OS in my machine is WinXP. Do you suggest that we make those changes in the newly released v.6.2? If so, what is the "i" class library and class name?

Peace!
Pablo Rivera
=============
 
©2002 Pablo Rivera
<-- Prior Message New Search Next Message -->