Subversion Repositories DevTools

Rev

Rev 5957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5957 Rev 5975
Line 60... Line 60...
60
parPv_id = QStrPar("pv_id")
60
parPv_id = QStrPar("pv_id")
61
strDriveLetter = "R:"
61
strDriveLetter = "R:"
62
pkgCredentails = split(Application("PKGARCHIVE_CREDENTIALS"),":")
62
pkgCredentails = split(Application("PKGARCHIVE_CREDENTIALS"),":")
63
strUser = pkgCredentails(0)
63
strUser = pkgCredentails(0)
64
strPassword = pkgCredentails(1)
64
strPassword = pkgCredentails(1)
65
strRemotePath = "\\" & Get_Archive_Server() & "\dpkg_archive"
65
strRemotePath = "\\" & archive_server & "\dpkg_archive"
66
strProfile = "False" ' means do not store in profile leave as false.
66
strProfile = "False" ' means do not store in profile leave as false.
67
AlreadyConnected = False
67
AlreadyConnected = False
68
ShowAutoFill = False
68
ShowAutoFill = False
69
'----------------------------------------------
69
'----------------------------------------------
70
%>
70
%>