Versions Compared

Key

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

...

  • 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 (to XFRX 18.0) 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) 


...