ArchiveFileName Problem
Hello,
Is there some trick to printing the archivefile when there is a space in the
name.
This does not work: I get a cannot open file error message:
rbDrawing.ArchiveFileName := '//Server/My
Scans/CustomDrawings/235463-2-3-AS.raf'
this does work but the changing the folder from My Scans to MyScans is not
an option.
rbDrawing.ArchiveFileName :=
'//Server/MyScans/CustomDrawings/235463-2-3-AS.raf'
PS. using delphi
TIA
Is there some trick to printing the archivefile when there is a space in the
name.
This does not work: I get a cannot open file error message:
rbDrawing.ArchiveFileName := '//Server/My
Scans/CustomDrawings/235463-2-3-AS.raf'
this does work but the changing the folder from My Scans to MyScans is not
an option.
rbDrawing.ArchiveFileName :=
'//Server/MyScans/CustomDrawings/235463-2-3-AS.raf'
PS. using delphi
TIA
This discussion has been closed.
Comments
I FOUND THE ANSWER.