The Windows 7 WinPower Experience
If you have tried to install WinPower on a Windows 7 computer, please fill out the following questionnaire. We will try to use your experience to help assist your colleagues as they purchase new computers with the Windows 7 Operating System. Thank you very much for taking the time!
(Pending this, we recommend acquiring and installing XP on Windows 7 systems that are not permitting WinPower to work...)
4) Then MsgBox "Please enter at most 4 characters in the ""Assignment_Code"" field.", 0, "Validation Error" theForm.w7_AC.focus() FrontPage_Form1_onsubmit = False Exit Function End If If (theForm.w7_Version.selectedIndex < 0) Then MsgBox "Please select one of the ""Windows_7_Version"" options.", 0, "Validation Error" theForm.w7_Version.focus() FrontPage_Form1_onsubmit = False Exit Function End If If (theForm.w7_Problem_Free.selectedIndex < 0) Then MsgBox "Please select one of the ""Problem_Free_Or_Not"" options.", 0, "Validation Error" theForm.w7_Problem_Free.focus() FrontPage_Form1_onsubmit = False Exit Function End If If (theForm.w7_Failed_HowHardTried.selectedIndex < 0) Then MsgBox "Please select one of the ""Easy_or_Hard"" options.", 0, "Validation Error" theForm.w7_Failed_HowHardTried.focus() FrontPage_Form1_onsubmit = False Exit Function End If FrontPage_Form1_onsubmit = True End Function -->