FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour samples\fiverep
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
samples\fiverep
Posted: Fri Jan 14, 2011 08:35 PM

Hi,

Why does not work?.

They are some missing files (such as expbuild.rc and bmps) and when you compile, you get the following error:

Error description: Error BASE/1003 Variable does not exist: ORDER

Stack Calls

Called from: .\source\classes\TDICT.PRG => (b)TDICT_NEW(140)
Called from: => ORDCREATE(0)
Called from: .\source\classes\TDICT.PRG => TDICT:NEW(140)
Called from: fiverep.prg => TFIVEREP:NEW(59)
Called from: fiverep.prg => MAIN(11)

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: samples\fiverep
Posted: Sat Jan 15, 2011 09:23 AM

it is an old project from 1.44 or 1.66 never finished

Best Regards, Saludos



Falconi Silvio
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: samples\fiverep
Posted: Sat Jan 15, 2011 11:14 AM

Thank you Mr. Silvio.

Do you know why?. It will be very interesting to have an interactive designer for REPORT.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: samples\fiverep
Posted: Sat Jan 15, 2011 11:51 AM

I tried to make a visual designer but none want help me

Best Regards, Saludos



Falconi Silvio
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: samples\fiverep
Posted: Sun Jan 16, 2011 12:37 PM

Mr. Silvio,

I am not refering to a product like Fast Report.

Only for class TReport(), to allow the user to choose fields, titles, sizes, fonts and save and restore.

Not a Visual product such Fast Report, which is quite difficult to do I guess.

Thank you.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: samples\fiverep
Posted: Sun Jan 16, 2011 01:06 PM

In a very limited way \fwh\samples\xbrgen.prg can be used to generate report code also.
We can select ( or drag and drop ) any dbf file. It is shown as xbrowse. We can hide columns not wanted and rearrange columns. Check preview and finally we can generate code. It gives xbrowse code in 3 different programming styles and one code to generate the same report. I agree the features as a report generator are extremely primitive but may be enough to do a lot of quick and dirty job.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion