home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vpcvrsam.zip / VPCVRSAM / ReadMe.TXT < prev    next >
Text File  |  1995-08-01  |  728b  |  19 lines

  1. How to use VPReports from C.
  2.  
  3. I wanted to avoid any use of calling CMD.EXE to create reports.
  4.  
  5. This is can be done by running a short rexx programm in the rexx macro space.
  6.  
  7. This sample is based on the VPReports sample for VisProREXX.
  8.  
  9. There is only one call to RunVPReprot (..) needed in the "When Clicked event" for the PushButton.
  10.    The code for this and feww other functions reside in RunVPRP.C in subprocs\.
  11.  
  12. The RunVPRP.H from subprocs\ is included via "Code sections - Extra include files"
  13.  
  14. In the OPTIONS.MKC one has to add the rexx.lib on the Link page.
  15.  
  16. That's all. One only need the *.VPT file and of course the VPReport - DLLs to create the reports.
  17.  
  18. 08/01/95    Thomas Korfhage,    CIS 100271,16
  19.