Ignore:
Timestamp:
Apr 5, 2013, 7:54:46 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.5, SMBMON 2.5 yet another place to fix Ticket #202

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/smbtree.vrs

    r759 r766  
    280280
    281281            do while(left(line,1) = '09'x) /* Share loop */
    282                 parse var line '09'x share type comment
    283                 type = translate(strip(type))
    284                 comment = strip(comment)
     282                share   = strip(substr(line,2,16))
     283                type    = translate(strip(substr(line,17,10)))
     284                comment = strip(substr(line,27,))
    285285
    286286                select
     
    294294                /* Now the machine receives the wakeup icon */
    295295                ok = VRMethod('CN_smbtree', 'SetRecordAttr', smbtree.!machine, 'Icon', "#35:PMWP.DLL")
     296               
    296297                parent = smbtree.!machine
    297298                smbtree.!share = VRMethod( "CN_smbtree", "AddRecord",parent,, share||'0D0A'x||comment, res)
Note: See TracChangeset for help on using the changeset viewer.