Hi,

Please help me with this,

it happens in run time only, when I called the "Report Preview" from Modify
Report.

Thanks.

VFP9 SP2. Windows Vista, XP

Re: Alias 'FRX' is not found by Mark

Mark
Tue May 06 02:47:27 CDT 2008

The error means that the program is missing the .FRX part of the report that
you are attempting to preview. not sure why that would only happen in the
runtime.


"Pablo Gómez" <jp.gomez@NOSPAMhotmail.com> wrote in message
news:eqa$R3wrIHA.3616@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> Please help me with this,
>
> it happens in run time only, when I called the "Report Preview" from
> Modify Report.
>
> Thanks.
>
> VFP9 SP2. Windows Vista, XP



Re: Alias 'FRX' is not found by jp

jp
Tue May 06 09:06:12 CDT 2008

I fixed with this

SET REPORTBEHAVIOR 80
MODIFY REPORT myReport.frx PROTECTED SAVE && made changes and preview my
report from here
SET REPORTBEHAVIOR 90

This causes an error

"SET REPORT BEHAVIOR is set to 80. Draft mode preview may not show dynamic
behavior"

but it happens only once.

"Mark Burgum" <Markb@nospam.Anagram-sys.co.uk> escribió en el mensaje de
noticias:uRvDx10rIHA.2292@TK2MSFTNGP03.phx.gbl...
> The error means that the program is missing the .FRX part of the report
> that you are attempting to preview. not sure why that would only happen in
> the runtime.
>
>
> "Pablo Gómez" <jp.gomez@NOSPAMhotmail.com> wrote in message
> news:eqa$R3wrIHA.3616@TK2MSFTNGP06.phx.gbl...
>> Hi,
>>
>> Please help me with this,
>>
>> it happens in run time only, when I called the "Report Preview" from
>> Modify Report.
>>
>> Thanks.
>>
>> VFP9 SP2. Windows Vista, XP
>
>

Re: Alias 'FRX' is not found by Mark

Mark
Wed May 07 02:26:05 CDT 2008

Yes well that error implies that the report was done in VFP 9 and the
'error' is telling you that by doing this you are loosing any extra
functionality supported by VFP9 but not by the earlier versions.

i dont see how this relates to your first errror? hopefully someone else can
shed some light on this, i do know it is possible to edit reports in the
runtime, as we are currently doing that in our package.


"Pablo Gómez" <jp.gomez@NOSPAMhotmail.com> wrote in message
news:OepimJ4rIHA.4544@TK2MSFTNGP04.phx.gbl...
>I fixed with this
>
> SET REPORTBEHAVIOR 80
> MODIFY REPORT myReport.frx PROTECTED SAVE && made changes and preview my
> report from here
> SET REPORTBEHAVIOR 90
>
> This causes an error
>
> "SET REPORT BEHAVIOR is set to 80. Draft mode preview may not show dynamic
> behavior"
>
> but it happens only once.
>
> "Mark Burgum" <Markb@nospam.Anagram-sys.co.uk> escribió en el mensaje de
> noticias:uRvDx10rIHA.2292@TK2MSFTNGP03.phx.gbl...
>> The error means that the program is missing the .FRX part of the report
>> that you are attempting to preview. not sure why that would only happen
>> in the runtime.
>>
>>
>> "Pablo Gómez" <jp.gomez@NOSPAMhotmail.com> wrote in message
>> news:eqa$R3wrIHA.3616@TK2MSFTNGP06.phx.gbl...
>>> Hi,
>>>
>>> Please help me with this,
>>>
>>> it happens in run time only, when I called the "Report Preview" from
>>> Modify Report.
>>>
>>> Thanks.
>>>
>>> VFP9 SP2. Windows Vista, XP
>>
>>



Re: Alias 'FRX' is not found by Paul

Paul
Wed May 07 15:30:24 CDT 2008

Pablo Gómez <jp.gomez@NOSPAMhotmail.com> wrote in
news:eqa$R3wrIHA.3616@TK2MSFTNGP06.phx.gbl:

> it happens in run time only, when I called the "Report Preview" from
> Modify Report.
>

Try excluding the YourFile.frx/frt from your project and including it with
the .exe.

-----------------------------------------------------------------
Paul Lee ........ Abri Technologies ........ http://www.abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------