Re: Is it possible to draw a table in vfp8?
From: tom knauf (tom.knauf_at_itds.de)
Date: 02/07/05
- Next message: David Tiffany: "Re: PDF printing"
- Previous message: William Fields: "Re: Auto Login VSS in VFP"
- In reply to: kd: "Re: Is it possible to draw a table in vfp8?"
- Next in thread: Jan: "Re: Is it possible to draw a table in vfp8?"
- Reply: Jan: "Re: Is it possible to draw a table in vfp8?"
- Reply: kd: "Re: Is it possible to draw a table in vfp8?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Feb 2005 15:55:34 +0100
Hi,
mhh,
I thought of generating a cursor where each row/column reflects the values
you want (sums, join,..), then you may use a grid on that cursor (not on the
origin tables). We do so for presenting something like a "report in a form"
with some of our apps. The grid has an underlying cursor reflecting sums,
variance, user remarks, ... of multiple tables.
2. Maybe you can put the resulting ms-excel*** (see below) as object (ole)
on the form.
3. Otherwise you could setup the form with manual calls of addobj(textbox)
with the size and values you need. I think that maybe a very boring job to
do.
HTH
Tom
"kd" <kd@discussions.microsoft.com> schrieb im Newsbeitrag
news:A0273314-8D47-4061-8D7B-9C654D30332E@microsoft.com...
> Hello Tom,
>
> I think you got me wrong!
>
> The table that I mentioned would be on a foxprop form. I require the table
> only to display details in rows on columns in a foxpro application without
> using a grid.
>
> Thanks.
>
> "tom knauf" wrote:
>
> > Hi,
> >
> > If i understand you correctly, I would gather the result into a cursor
and
> > use office automation to transfer the data into an excel***.
> > If the appearance always looks the same , insert it into an existing
***.
> > If not : format the ***.
> >
> > HTH
> > Tom
> >
> >
> > "kd" <kd@discussions.microsoft.com> schrieb im Newsbeitrag
> > news:9DC2B72F-67ED-4EC8-B3B1-69E56F4CDBAA@microsoft.com...
> > > Hi All,
> > >
> > > I think this question sounds stupid!
> > >
> > > Anyway, here it goes...
> > >
> > > Is it possible to draw a table with rows and colums like in MS Word? I
did
> > > think of using a grid. But, I won't be populating the grid with
multiple
> > > record from a table/s. The contents to be displayed on the table would
be
> > a
> > > result of a join of several tables which fetches exactly, one entity's
> > data
> > > from all the tables in the database. But I would be displaying the
whole
> > lot
> > > of information in a several rows and columns.
> > >
> > > Can anybody suggest me how to do this?
> > >
> > > Thanks.
> >
> >
> >
- Next message: David Tiffany: "Re: PDF printing"
- Previous message: William Fields: "Re: Auto Login VSS in VFP"
- In reply to: kd: "Re: Is it possible to draw a table in vfp8?"
- Next in thread: Jan: "Re: Is it possible to draw a table in vfp8?"
- Reply: Jan: "Re: Is it possible to draw a table in vfp8?"
- Reply: kd: "Re: Is it possible to draw a table in vfp8?"
- Messages sorted by: [ date ] [ thread ]