data path issue

Discussion in 'Free Source Codes' started by Mac, Feb 24, 2023.

    
  1. Mac

    Mac Member


    i have created a user field with string storage for export path

    if i write " D:\xyz\ "
    its working fine

    but when i write sharing path like "\\server\d\xyz\" (it normally brows in computer)
    then its not found path
    i used log for it
    then it show me "\server\d\xyz" (one \ not show in that)

    any one have idea , what should do !
     


  2. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Try this
    "\\\server\d\xyz\"
     


  3. Mac

    Mac Member


    tried sir , still log show single "\"
     


  4. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    $$LocaleString:$YourStorage
     


  5. Mac

    Mac Member


    this is already had
     


  6. udaya

    udaya Active Member


    Try
    \\server\d\xyz
    Remove last "\"
     


  7. Mac

    Mac Member


    Tried Sir ,same issue
     


  8. Bipin Damania

    Bipin Damania Active Member


    Try to select path manually in Tally, Export and then copy the same path & try...
     


Share This Page