0

I have html document given by email html body (it starts with html xmlns:v= ).

I am showing this in HTML form control. In that are some images. The images with src on internet are shown correctly. but there are some images on disk which are not shown

img border=0 width=16 height=16 id="Picture_x0020_1" src="cid:image001.png@01CF84AD.48503B60".

I am seting the path to the files by WinApi::setCurrentDirectory (and images are in right folder) but it does not help. What else I should set?

Images from internet are shown correctly.

boucekv
  • 1,220
  • 2
  • 20
  • 47
  • Would you be able to use a relative or direct filepath? Those are the easiest way to create file paths imho. I dont know enough about WinApi to diagnose your issue unfortunately :(, just trying to add what input I can – PugsOverDrugs Jun 19 '14 at 13:18
  • The html is not mine I am just trying to show it. I have full path. – boucekv Jun 19 '14 at 13:33
  • If the full path is available then I would use the full path to reference it with src, should be more effective. – PugsOverDrugs Jun 19 '14 at 13:44

1 Answers1

1

The Axapta HTML control does not support showing embedded images.

See also How to embed images in email.

Community
  • 1
  • 1
Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50