Hi, i am trying to add an image to a word document
Both commands don't work, filepath and filename is correct, file exists.
Therefore i tried the second command with file Bluetooth.jpg
Can someone kindly help me
Thanks
Marion
B4X:
Document.Append($"
[img Dir=${Var.Filepath} FileName="${Var.ProjektName}.png"/]
"$)
Document.Append($"
[img Dir="C:\" FileName="Bluetooth.jpg" Width=50 Height=50/]
"$)
Both commands don't work, filepath and filename is correct, file exists.
Therefore i tried the second command with file Bluetooth.jpg
Can someone kindly help me
Thanks
Marion