Re: Problem with report dataenvironment class
- From: "David Younger" <davidyounger1@xxxxxxxxxxx>
- Date: Thu, 1 Dec 2005 21:45:18 +1100
Then whats the point of allowing a form to use a dataenvironment class?
Regardless of the merits of the use or not use of dataenvironments, I still
have this problem that needs to be resolved.
Cheers
David
"Fred Taylor" <ftaylor@xxxxxxxx!REMOVE> wrote in message
news:OwNFUqU9FHA.3132@xxxxxxxxxxxxxxxxxxxxxxx
> Still, I've never used a dataenvironment for that. I've always had a
> separate .PRG that creates/loads the data and then calls the report form.
>
> --
> Fred
> Microsoft Visual FoxPro MVP
>
>
> "David Younger" <davidyounger1@xxxxxxxxxxx> wrote in message
> news:u$3M7PR9FHA.3544@xxxxxxxxxxxxxxxxxxxxxxx
> > Because I am using private data environment since this report can be
alled
> > from many different places in my application. Also, I have multiple
> > different variations of the report and I want to control the environment
> > from the report, not from where the report might happen to be run from.
> >
> > Cheers
> > David
> >
> >
> > "Fred Taylor" <ftaylor@xxxxxxxx!REMOVE> wrote in message
> > news:eP5ELbP9FHA.3660@xxxxxxxxxxxxxxxxxxxxxxx
> >> If the report is only run from a form that has the data it needs, why
> >> does
> >> the report even use a dataenvironment at all?
> >>
> >> --
> >> Fred
> >> Microsoft Visual FoxPro MVP
> >>
> >>
> >> "David Younger" <davidyounger1@xxxxxxxxxxx> wrote in message
> >> news:%23IYxwVL9FHA.472@xxxxxxxxxxxxxxxxxxxxxxx
> >> >I have a VFP executible running a report that has a dataenvironment
> >> >class
> >> > within it.
> >> >
> >> > The normal function is that each time the report runs, the data
> >> > environment
> >> > is refreshed from the dataenvirnonment class the form is linked to.
> >> >
> >> > This is fine but my runtime executible seems to be looking for a VCX
in
> >> > the
> >> > runtime directory rather than pulling the dataenvironment class out
of
> > my
> >> > executible.
> >> >
> >> > What can I do about this. I have tried having the dataenvironment
with
> >> > /
> >> > without the full path check box (VFP 9 SP1).
> >> >
> >> > This is very urgent.
> >> >
> >> > Cheers
> >> > David
> >> >
> >> >
> >>
> >>
> >
> >
>
>
.
- Follow-Ups:
- Re: Problem with report dataenvironment class
- From: Fred Taylor
- Re: Problem with report dataenvironment class
- Prev by Date: Re: Problem with report dataenvironment class
- Next by Date: Re: Problem with report dataenvironment class
- Previous by thread: Re: Problem with report dataenvironment class
- Next by thread: Re: Problem with report dataenvironment class
- Index(es):
Relevant Pages
|