Hello,
I just recently upgraded my VFP9 from SP1 to SP2 and now have a new problem.
Program worked fine in SP1.
>From a modal form, I do a modeless form "As Top Level" to preview a report.
This worked fine and the report preview opened.
Now, the report preview opens but the focus stays on the modal form and I
can not
Click on the report preview form.
I hope there is a work around for this or I will have to go back to SP1
Any ideas ?
Thanks,
Kent
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/20100910155051.A664324CA87@marge.leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
On 9/10/2010 11:50 AM, Kent Belan wrote:
> Hello,
>
> I just recently upgraded my VFP9 from SP1 to SP2 and now have a new problem.
>
> Program worked fine in SP1.
>
>> From a modal form, I do a modeless form "As Top Level" to preview a report.
>
> This worked fine and the report preview opened.
>
> Now, the report preview opens but the focus stays on the modal form and I
> can not
> Click on the report preview form.
>
> I hope there is a work around for this or I will have to go back to SP1
>
> Any ideas ?
Try SET REPORTBEHAVIOR 80 to see if that fixes it (unless you're
specifically taking advantage of 90 features).
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4C8A566B.8000405@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Maybe ping Cathy Pountney an email, she seems to be the go-to gal for
VFP reporting.
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1284135332.17746.1394361201@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
> -----Original Message-----
> From: profoxtech-bounces@leafe.com
[mailto:profoxtech-bounces@leafe.com]
> On Behalf Of Kent Belan
> Sent: Friday, September 10, 2010 8:50 AM
> To: profoxtech@leafe.com
> Subject: VFP9 SP2 problem
>
> Now, the report preview opens but the focus stays on the modal form
and I
> can not
> Click on the report preview form.
>
You might nuke (or selectively so) the FOXUSER table....
Thanks,
Matthew Jarvis || Business Systems Analyst
IT Department
McKenzie-Willamette Medical Center
1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax:
541-744-6145
--------------------------------------------------------------------------
Disclaimer: This electronic message may contain information that is
Proprietary, Confidential, or legally privileged or protected. It
is intended only for the use of the individual(s) and entity named
in the message. If you are not an intended recipient of this
message, please notify the sender immediately and delete the
material from your computer. Do not deliver, distribute or copy
this message and do not disclose its contents or take any action in
reliance on the information it contains.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/69F310C05DD83C48A84BA3769CE1ECF803A5CEFE@TNTRIEXEVS02.triadhospitals.net
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
It is not related to a report.
I a just starting a modeless form that displays the report in an edit box.
The problem is if a modal form calls a modeless for the model form does not
release scope.
This was working fine in SP1.
I am going to reinstall SP1 and recompile all files in project to confirm.
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of MB Software Solutions,LLC
Sent: Friday, September 10, 2010 12:02 PM
To: ProFox Email List
Subject: Re: VFP9 SP2 problem
On 9/10/2010 11:50 AM, Kent Belan wrote:
> Hello,
>
> I just recently upgraded my VFP9 from SP1 to SP2 and now have a new
problem.
>
> Program worked fine in SP1.
>
>> From a modal form, I do a modeless form "As Top Level" to preview a
report.
>
> This worked fine and the report preview opened.
>
> Now, the report preview opens but the focus stays on the modal form
> and I can not Click on the report preview form.
>
> I hope there is a work around for this or I will have to go back to
> SP1
>
> Any ideas ?
Try SET REPORTBEHAVIOR 80 to see if that fixes it (unless you're
specifically taking advantage of 90 features).
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/20100910170242.24B2F24CB1D@marge.leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
I just reinstalled SP1 and confirmed that the program works fine.
I am not sure why it would act different in SP2 but it is not good.
Anyone have an idea ?
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Kent Belan
Sent: Friday, September 10, 2010 1:02 PM
To: 'ProFox Email List'
Subject: RE: VFP9 SP2 problem
It is not related to a report.
I a just starting a modeless form that displays the report in an edit box.
The problem is if a modal form calls a modeless for the model form does not
release scope.
This was working fine in SP1.
I am going to reinstall SP1 and recompile all files in project to confirm.
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of MB Software Solutions,LLC
Sent: Friday, September 10, 2010 12:02 PM
To: ProFox Email List
Subject: Re: VFP9 SP2 problem
On 9/10/2010 11:50 AM, Kent Belan wrote:
> Hello,
>
> I just recently upgraded my VFP9 from SP1 to SP2 and now have a new
problem.
>
> Program worked fine in SP1.
>
>> From a modal form, I do a modeless form "As Top Level" to preview a
report.
>
> This worked fine and the report preview opened.
>
> Now, the report preview opens but the focus stays on the modal form
> and I can not Click on the report preview form.
>
> I hope there is a work around for this or I will have to go back to
> SP1
>
> Any ideas ?
Try SET REPORTBEHAVIOR 80 to see if that fixes it (unless you're
specifically taking advantage of 90 features).
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/20100910181413.B108B24CABC@marge.leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Hi
What I have done is, i got this Modal form from it i create the report.
But, i need to be able to call other reports from other Modal forms.
Therefore i have one modeless form, with a treeview( recursive,<s>) from where i
call
the Modal form that creates the report, than the focus comes back to my modeless
form and
from it i show the preview. The modal form is destroyed, but the preview
remains.
E.
----- Mensagem original ----
De: Kent Belan <kbelan@mchsi.com>
Para: ProFox Email List <profox@leafe.com>
Enviadas: Sexta-feira, 10 de Setembro de 2010 14:02:07
Assunto: RE: VFP9 SP2 problem
It is not related to a report.
I a just starting a modeless form that displays the report in an edit box.
The problem is if a modal form calls a modeless for the model form does not
release scope.
This was working fine in SP1.
I am going to reinstall SP1 and recompile all files in project to confirm.
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of MB Software Solutions,LLC
Sent: Friday, September 10, 2010 12:02 PM
To: ProFox Email List
Subject: Re: VFP9 SP2 problem
On 9/10/2010 11:50 AM, Kent Belan wrote:
> Hello,
>
> I just recently upgraded my VFP9 from SP1 to SP2 and now have a new
problem.
>
> Program worked fine in SP1.
>
>> From a modal form, I do a modeless form "As Top Level" to preview a
report.
>
> This worked fine and the report preview opened.
>
> Now, the report preview opens but the focus stays on the modal form
> and I can not Click on the report preview form.
>
> I hope there is a work around for this or I will have to go back to
> SP1
>
> Any ideas ?
Try SET REPORTBEHAVIOR 80 to see if that fixes it (unless you're
specifically taking advantage of 90 features).
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/20100910170242.24B2F24CB1D@marge.leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/165986.83034.qm@web37001.mail.mud.yahoo.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Hi Foxgang
I have an annoying issue with VFP9 and Win7. I assume win7 pro but its a clients machine.
I have updated the runtimes to SP2 and an EXE written in SP1 runs fine on SP2 runtimes. Now I rebuilt the exe using SP2 and it fails. The program looks for an ini file to determine the data directory and if it does not find one it asks for the directory. The SP1 built exe (running on SP2 runtimes) works fine. Reads the ini file and runs ok. The SP2 exe asks for the data directory. Not only that but I look for some setup files, which are there. They are created if not found but the new exe tries and fails to create them giving more failures. And I think it shows one of the ocx controls failing to load as well. Not a problem with the SP1 version. I assume this is possible a permissions problem with Win 7 but I don’t know. Anyone have any ideas on this.
SP2 runtimes seem not to be an issue as the SP1 exe runs on them fine. So its the SP2 exe. Yet a full install of the application with exe, ocx.s runtime etc works fine in another location.
TIA
Al
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/6BDEDC14B36F46BDB250AEEA6ECF2C52@gslredacer
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Allen <profox@gatwicksoftware.com> wrote:
>Hi Foxgang
>I have an annoying issue with VFP9 and Win7. I assume win7 pro but its
>a clients machine.
>I have updated the runtimes to SP2 and an EXE written in SP1 runs fine
>on SP2 runtimes. Now I rebuilt the exe using SP2 and it fails. The
>program looks for an ini file to determine the data directory and if it
>does not find one it asks for the directory. The SP1 built exe (running
>on SP2 runtimes) works fine. Reads the ini file and runs ok. The SP2
>exe asks for the data directory. Not only that but I look for some
>setup files, which are there. They are created if not found but the new
>exe tries and fails to create them giving more failures. And I think it
>shows one of the ocx controls failing to load as well. Not a problem
>with the SP1 version. I assume this is possible a permissions problem
>with Win 7 but I don’t know. Anyone have any ideas on this.
>SP2 runtimes seem not to be an issue as the SP1 exe runs on them fine.
>So its the SP2 exe. Yet a full install of the application with exe,
>ocx.s runtime etc works fine in another location.
>TIA
>Al
>
>
It sounds like permissions between users. One user created the ini file, the next user does not have permissions to read/write to it.
--
Tracy Pearson
PowerChurch Software
Sent with K-9 Mail.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/a3a628b6-d098-479c-a73c-6410ac98784b@email.android.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
I thought permissions too,
The user is the same user. Revert back to an SP1 exe and it works. Its just
the SP2 exe that does not. Makes no sense. Only thing is maybe the exe needs
to be assigned an owner. The only other difference is normally the exe's are
downloaded by the app but in this case they were http'd or emailed as zip.
Al
-----Original Message-----
From: Tracy Pearson
It sounds like permissions between users. One user created the ini file, the
next user does not have permissions to read/write to it.
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/46E0289EC31A4C869264941414790157@gslredacer
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.