Re: Problem with report dataenvironment class



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
>> >
>> >
>>
>>
>
>


.



Relevant Pages

  • Re: Problem with report dataenvironment class
    ... Interestng idea to call a report that sets up the environment. ... >> Then whats the point of allowing a form to use a dataenvironment class? ... >>> Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: Problem with report dataenvironment class
    ... Then whats the point of allowing a form to use a dataenvironment class? ... > separate .PRG that creates/loads the data and then calls the report form. ... >> Because I am using private data environment since this report can be ... >>> Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: Report from a Crosstab
    ... "Are you still wasting your time with spam?... ... of it's dataenvironment. ... the report will take it as it's controlling alias. ... If you need simple SQL ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Problem with report dataenvironment class
    ... > Interestng idea to call a report that sets up the environment. ... > Otherwise, although the report will work, the users complain that they ... >> Microsoft Visual FoxPro MVP ... >>> Then whats the point of allowing a form to use a dataenvironment class? ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: My DataReport Problem
    ... How can I bin DataEnvironment? ... The first step is to bin the DataEnvironment because it's quite ... I defined DataEnvironment and DataReports properly, ... But I have a serious problem with page header section. ...
    (microsoft.public.vb.general.discussion)

Loading