File path

  • Thread starter Thread starter Jersey Joe B
  • Start date Start date
J

Jersey Joe B

I developed a assess form from a dbf file converted to a CSV file. I can open
the module from my computer or disk or a server but when I copy it to a disk
or server and someone else tries to open it is says the path is invalid and
it shows the path to my desk top? Why is this happening I never had any
issues before.
 
Possibly the connection string is mapped to a different drive on their
computer. You can ask your admin to show you how to use a UNC (Universal
Naming Convention) path, which looks like:

\\Servername\FolderName\FileName.csv
 
Back
Top