Output doesn't contain images.

Output doesn't contain images.

KB-20250728-01

Version

XFRX 24.0

Symptoms

  • Used Picture/OLE bound control

  • Output doesn't contain image.

  • XFRX log contains messages: ##WARNING: image %filename% not exists.

Cause

  • Control source type is "Expression or variable name"

  • Image file name is relative 

If "Control source type"  is "Image file name" then VFP store full path to image or relative path between image and report.

If "Control source type"  is "Expression or variable name" then relative path is between image and running module.

Workaround

Set full path to image or use FULLPATH()