H hanyelmehy Active Member Licensed User Longtime User Aug 4, 2024 #1 when try to add image to [XLUtils] MS Word Documents for some images iget this error Error occurred on line: 436 (WordDocument) java.io.FileNotFoundException: (path) (Access is denied) i add image using B4X: Document.Append($"[p Alignment=Center][img Dir="${ImgPath}" FileName="${image name}" Width=${ImgW} Height=${imgH}/][/p]"$) notes the file in its place and not using by any other app (i can check it with File.Exists) some other images work
when try to add image to [XLUtils] MS Word Documents for some images iget this error Error occurred on line: 436 (WordDocument) java.io.FileNotFoundException: (path) (Access is denied) i add image using B4X: Document.Append($"[p Alignment=Center][img Dir="${ImgPath}" FileName="${image name}" Width=${ImgW} Height=${imgH}/][/p]"$) notes the file in its place and not using by any other app (i can check it with File.Exists) some other images work
Erel B4X founder Staff member Licensed User Longtime User Aug 4, 2024 #2 What is image name? What is the value of ImgPath? Upvote 0
H hanyelmehy Active Member Licensed User Longtime User Aug 4, 2024 #3 sloved ,i handel errors in XLUtils lib ,some values from my side not correct Thank you Upvote 0