Changeset 784 for trunk/guitools/evfsgui


Ignore:
Timestamp:
Aug 8, 2013, 9:56:12 AM (12 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Changes in order to work around % issue

Location:
trunk/guitools/evfsgui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/evfsgui.vrp

    r769 r784  
    33VRX: wps_open.VRX
    44VXOFile: VROBJEX
    5 VXOFile: VRSPLIT
     5ClassFile: VRSPLITB.DLL
    66MacroPath: VRM:U:\Develop\Samba\trunk\guitools\evfsgui
    77EXEPath:
     
    1111VRXWindow: __VREFileListWindow,1,2192,7950,2665,3358
    1212VRXWindow: __VRESectionListWindow,1,1156,12382,12238,6914
    13 VRXWindow: __VREToolsWindow,0,3096,8528,6486,1669
     13VRXWindow: __VREToolsWindow,0,3096,8528,5474,1669
    1414VRXWindow: __VREWindListWindow,1,723,8239,4963,3150
    1515UserFile: 1
  • trunk/guitools/evfsgui/evfsgui.vrx

    r769 r784  
    11351135_LoadOtherFuncs:
    11361136    IF options.!debug == 1 then say time()' _LoadotherFuncs() started'
    1137     SIGNAL ON SYNTAX NAME DLLMissing
     1137    SIGNAL ON SYNTAX
    11381138
    11391139    call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
     
    11531153return
    11541154
    1155 DLLMissing:
     1155SYNTAX:
    11561156    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"
    11581159signal Quit
    11591160
     
    16351636    credentials.!password = VRGet("EF_PASSWORD","Value")
    16361637
    1637     if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 1
     1638    if pos("4OS2", value("COMSPEC",,"OS2ENVIRONMENT")) = 1 | pos(left(credentials.!password,1),'01234567890') > 0
    16381639        then UserCred = '--user='Credentials.!username'%%'Credentials.!password
    16391640        else UserCred = '--user='Credentials.!username'%'Credentials.!password
Note: See TracChangeset for help on using the changeset viewer.