Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining if report object is in last detail band on p
Message
From
18/04/2006 03:00:49
 
 
To
17/04/2006 10:49:02
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01111796
Message ID:
01114219
Views:
28
This message has been marked as a message which has helped to the initial question of the thread.
>Hi Sergio,
>
>We're already using XFRX (great product!) but have not used any of its really advanced features. I'll take a look at your suggestion and see if there's a way we can do this using XFRX features.
>
>Thanks for your feedback,
>
>Malcolm

You should by all means have look at it (Version 11.1)

Just to give you hint; I hv done wrapper class for their PDFL library which lets me compose complex documents (reports) using very simple commands like

oPdf=createobject...
oPDF.create_file(cFile)

oPDF.ln(1) && line/row advancing
oPDF.write_at(20,'SomeText') && (left to right) In line writing

Just these two simple method calls give you already, almost half of DOS
times report creation 'powers' (?/??) that meny of us used to create
very complex DOS reports.

But there is much more that can be added to it , like inserting pictures, drawing lines/boxes/..., switching fonts on the fly etc.
Now when they published XFF scripts which gives you all that possibilities,
plus output convertable to all other formats, whole concept become even more attractive.

Things like this we don't usually need, until case like this tricky report of yours comes arround :)
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform