Private tmpINI As jRLIni
UsaProxy.Initialize
tmpINI.Initialize(File.DirApp, "config.cfg")
UsaProxy.Host = tmpINI.getKey("ProxyHost","PROXY")
UsaProxy.Port = tmpINI.getKey( "ProxyPort","PROXY")
UsaProxy.Scheme = tmpINI.getKey ("ProxySchema", "PROXY")
UsaProxy.Username = tmpINI.getKey("ProxyUsername","PROXY")
UsaProxy.Password = tmpINI.getKey("ProxyPassword", "PROXY")