Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)

    Code Block
    PUBLIC m.tnTC
    m.tnTC=RGB(255,255,255)