[<info.dbf]

DLL Library GENREP

[<Group]

The generator of reports GENREP - the Fast generator of Reports from DBF in MSWord:

- Does not use OLE at generation of the Report
- Windows API library
- WordView and MS Word for viewing reports
- Development of the report directly in MS Word
- A grouping, detailed elaboration, counters, formats in reports
- It is a lot of DBF files in one report
- A call from VFP, FPD, VC, VB, Clarion...
[<Detal]

The free version:
-99 records only
-Does not support MEMO fields
[To download Genrep.Dll ]
[To download Example ]

The full version:
There are no restrictions
The price - 30 $
[to order on E-mail]

[Detal>]
[Group>]
VFP code example:
example.prg
 

**************************************************
* this code call Genrep.dll from VFP programm
***************************************************

DECLARE Integer RunRep IN genrep.dll AS Runr String @cName, Integer Isd
DECLARE Integer RunDial IN genrep.dll AS Rund String @cName, Integer Isd
DECLARE Integer AboutDLL IN genrep.dll AS AboutDLL

=AboutDLL()

=Runr('sab\group.sab', 0+1 ) && Run Report
=Rund('sab\group.sab' , 0 ) && Run Dialog
=Runr('sab\group.sab' , 1+16) && Run Report (no call MS Word)

[info.dbf>]

Tests: (Records count in time)
Genrep
 
100
FastReport
 
30
ReporttoAny
 
20

 

Thanks for attention

 

 

Submit Free to ExactSeek