Changeset 784 for trunk/guitools/evfsgui
- Timestamp:
- Aug 8, 2013, 9:56:12 AM (12 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 3 edited
-
evfsgui.vrp (modified) (2 diffs)
-
evfsgui.vrx (modified) (3 diffs)
-
evfsgui.vry (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.vrp
r769 r784 3 3 VRX: wps_open.VRX 4 4 VXOFile: VROBJEX 5 VXOFile: VRSPLIT 5 ClassFile: VRSPLITB.DLL 6 6 MacroPath: VRM:U:\Develop\Samba\trunk\guitools\evfsgui 7 7 EXEPath: … … 11 11 VRXWindow: __VREFileListWindow,1,2192,7950,2665,3358 12 12 VRXWindow: __VRESectionListWindow,1,1156,12382,12238,6914 13 VRXWindow: __VREToolsWindow,0,3096,8528, 6486,166913 VRXWindow: __VREToolsWindow,0,3096,8528,5474,1669 14 14 VRXWindow: __VREWindListWindow,1,723,8239,4963,3150 15 15 UserFile: 1 -
trunk/guitools/evfsgui/evfsgui.vrx
r769 r784 1135 1135 _LoadOtherFuncs: 1136 1136 IF options.!debug == 1 then say time()' _LoadotherFuncs() started' 1137 SIGNAL ON SYNTAX NAME DLLMissing1137 SIGNAL ON SYNTAX 1138 1138 1139 1139 call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs' … … 1153 1153 return 1154 1154 1155 DLLMissing:1155 SYNTAX: 1156 1156 Fatal = 1 1157 call VRMessage 'Main', 'REXX function library 'strip(translate(word(sourceline(SIGL-1),4),' ',"',"))'.DLL is missing!', "EVFSGUI fatal error", "E" 1157 xxx = strip(translate(word(sourceline(SIGL-1),4),' ',"',")) 1158 call VRMessage 'Main', 'REXX function library 'xxx'.DLL is missing!', "EVFSGUI fatal error", "E" 1158 1159 signal Quit 1159 1160 … … 1635 1636 credentials.!password = VRGet("EF_PASSWORD","Value") 1636 1637 1637 if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 1 1638 if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 1 | pos(left(credentials.!password,1),'01234567890') > 0 1638 1639 then UserCred = '--user='Credentials.!username'%%'Credentials.!password 1639 1640 else UserCred = '--user='Credentials.!username'%'Credentials.!password
Note:
See TracChangeset
for help on using the changeset viewer.
