Re: Line Drawing in Report. by Carsten
Carsten
Tue Aug 08 05:19:42 CDT 2006
Prashan,
if you have VFP9, a reportlistener may be what you are looking for.
I havn't played with it so i cant give you any specific help. Take a look in
the solutions-examples section "New in Visual Foxpro 9.0".
MODIFY PROJECT (home() + "Samples\Solution\solution.pjx")
Run "Main.prg"
--
Cheers
Carsten
_______________________________
"Prashant" <Prashant@discussions.microsoft.com> schrieb im Newsbeitrag
news:CFB0BED7-18D8-4127-A879-E1006D2C4D65@microsoft.com...
> Hi,
> I want to print a triangle on vfp report, but the 3 points of the triangle
> will vary based on the values (x1,y1) of 3 points of the triangle.(I will
> specify 3 values at runtime). Can it be done in vfp ?
>
> Will the 2 diagonal lines of the triangle look as sharp as third
> horizontal
> line on preview mode or when printed on paper ?
>
> Please Suggest.
>
> Regards,
>