(19) Send mail if user has forgotten password
•      ELSE
•        IF cPassword="" THEN
•          cPassword=oRS("Password_")
•          Close
•          Execute "master.dbo.xp_sendmail @recipients='"+cUsername+"',_
•            @Subject='LA-FOX Application',@message='"+_
•            "Your LA-FOX Visual FoxPro Boot Camp application password is "+_
•            RTRIM(cPassword)+_
•            ".  Please go to https://www.VisionImplementers.com/app/app.asp "+_
•            "to continue working on your applcation.'"
•          NewLine
•          NewLine
•          Center
•   BeginBorder
•          BeginBox "cellpadding=5 cellspacing=3","bgcolor="+cLightBlue
•            Title "Your password has been emailed to you."
•          EndBox
•          EndBox