Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Full suppport for general fields and XFRX#INIT is since XFRX 16.0.2/XFRX 16.1. But for XFRX 15.7 and XFRX 16.0 is Extended Package. Using is very simple.


  • File extractfromgf.FXP copy to the same folder with XFRX or anywhere (but do not forgot use SET PROCEDURE TO ... ADDITIVE)
  • File xfrxlib.fll  copy to the same folder with XFRX
  • Set control source for picture/ole bound control:
    VFP 6.0

    VFP 9.0
  • Because PDF output doesn't support images with transparent background add next two rows in your program (before calling XFRX)

    PUBLIC m.tnTC
    m.tnTC=RGB(255,255,255) 
  • No labels