Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Charlie
rks in the Production (client) server space but just not on my dev machine. On 12/9/2020 9:29 AM, Richard Kaye wrote: It could be the form location on a different drive/volume is the source of your fun... -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC S

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread MB Software Solutions, LLC
r SET DEFAULT and SET PATH? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 12:09 PM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Can we agree though that if a SCX form is included in

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Srikanth Bhandari
f Of MB Software > Solutions, LLC > Sent: Wednesday, December 9, 2020 12:09 PM > To: profoxt...@leafe.com > Subject: Re: SCX form included in EXE is not found on DO FORM line > > Can we agree though that if a SCX form is included in your EXE, a DO FORM > frmCrap should work regar

RE: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Richard Kaye
the movie. What are the values for SET DEFAULT and SET PATH? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 12:09 PM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Ca

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Frank Cazabon
OK. A couple things I would try: 1. After building the exe, try to run the exe in a separate instance of the IDE and see if that works. 2. Try running a form based on VFP's base form class with only VFP base class objects on it that is in the same folder as the trouble form. 3. Try moving y

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread MB Software Solutions, LLC
ginal Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 9:51 AM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line YeahwOOdy posited that too.  I'm guessing that's the cause...but weird th

RE: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Richard Kaye
Try adding a config.fpw with the dev path on your dev system? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 9:51 AM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Yeah

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread MB Software Solutions, LLC
your fun... -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 9:17 AM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Hi Srikanth, I agree with you on better project managem

RE: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Richard Kaye
It could be the form location on a different drive/volume is the source of your fun... -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Wednesday, December 9, 2020 9:17 AM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread MB Software Solutions, LLC
Hi Srikanth, I agree with you on better project management, and I always do that for my own projects, but with this inherited one (that's a real pain in the arse), I tried to change as little as possible. My approach with this project has always been to take the "least invasive" approach possi

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread MB Software Solutions, LLC
Yes.  EXE is created in the default location, same as the Project files. On 12/8/2020 4:38 PM, Frank Cazabon wrote: But when you compile the exe, does that get created in the same place as the pjx/t? On 8 December 2020 17:17:07 GMT-04:00, "MB Software Solutions, LLC" wrote: Oh sorry, Frank.

Re: SCX form included in EXE is not found on DO FORM line

2020-12-09 Thread Srikanth Bhandari
Hi Mike, My guess is that the SCX should - either be in the same folder as the Project - or in a sub-folder of the Project folder If it is in any other location it would run in Runtime but would fail while running in the EXE. Recommended that all Project Files be kept in the Project Folder or fo

RE: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Paul H. Tarver
me. > > -- > > rk > > -Original Message- > From: ProfoxTech On Behalf Of MB > Software Solutions, LLC > Sent: Monday, December 7, 2020 2:01 PM > To: profoxt...@leafe.com > Subject: Re: SCX form included in EXE is not found on DO FORM line > > Hi Tracy, > >

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
But when you compile the exe, does that get created in the same place as the pjx/t? On 8 December 2020 17:17:07 GMT-04:00, "MB Software Solutions, LLC" wrote: >Oh sorry, Frank.  Let me clarify: > >Project is in on my C: drive in the legacy folder (c:\wsapps\bwd).  >Form >is in E: drive in my D

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread MB Software Solutions, LLC
Oh sorry, Frank.  Let me clarify: Project is in on my C: drive in the legacy folder (c:\wsapps\bwd).  Form is in E: drive in my Dev\Client\Forms folder. Clear as mud now?  ;-) --Mike On 12/8/2020 2:23 PM, Frank Cazabon wrote: I had looked at it 2 or 3 times but it doesn't answer some of the

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
I had looked at it 2 or 3 times but it doesn't answer some of the questions asked by others here and I'm still not 100% sure of one thing in particular. Woody asked you: Maybe, when compiling the EXE you are not saving tot he project folder? and you responded: it's definitely NOT the same f

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread MB Software Solutions, LLC
...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday, December 08, 2020 8:22 AM To: profoxt...@leafe.com Subject: RE: SCX form included in EXE is not found on DO FORM line A fine question. 😊 I didn't watch the movie. Are you putting a path in on your DO FORM call? Do you have a back door

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread MB Software Solutions, LLC
Hi Frank, Yeah...pretty much right.  Take 43 seconds and see what I mean: 43 second demo showing the problem:https://www.screencast.com/t/ZjyWYqFI On 12/8/2020 12:22 PM, Frank Cazabon wrote: Mike, I'm coming in a bit late and am a bit unclear on some of your answers to previous questions. Le

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Frank Cazabon
Mike, I'm coming in a bit late and am a bit unclear on some of your answers to previous questions. Let me know if this summary is accurate or not, please: 1. Your exe calls an SCX (DO MyForm.scx - without any path to the scx in the call) 2. The SCX is included in the exe 3. When the exe ru

Re: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread MB Software Solutions, LLC
On 12/8/2020 9:22 AM, Richard Kaye wrote: A fine question. 😊 I didn't watch the movie. Are you putting a path in on your DO FORM call? Do you have a back door where you can see the runtime environment settings? I would think if you want VFP to walk its path to find the form in the EXE, then y

RE: SCX form included in EXE is not found on DO FORM line

2020-12-08 Thread Richard Kaye
ude a fully qualified path or even a partial one. -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monday, December 7, 2020 10:07 PM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Agreed, but why shou

Re: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread MB Software Solutions, LLC
al Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monday, December 7, 2020 2:01 PM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Hi Tracy, Those wouldn't apply to me here because this is all done on my Dev machine (d

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Paul H. Tarver
Mike, I have run into this error only once and it happened for a client using an existing utility app which I wrote years ago and has been working ever since. The only difference was she went home when the COVID shutdowns started and began running the application across a VPN connection. I don'

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Richard Kaye
Smells like a PATH issue in your dev environment to me. -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monday, December 7, 2020 2:01 PM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Hi Tracy

Re: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread MB Software Solutions, LLC
f Of Richard Kaye Sent: Monday, December 07, 2020 9:38 AM To: profoxt...@leafe.com Subject: RE: SCX form included in EXE is not found on DO FORM line Is there a SET PATH in your app config? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monda

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Tracy Pearson
com Subject: RE: SCX form included in EXE is not found on DO FORM line Is there a SET PATH in your app config? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monday, December 7, 2020 9:17 AM To: profoxt...@leafe.com Subject: Re: SCX form in

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Richard Kaye
Is there a SET PATH in your app config? -- rk -Original Message- From: ProfoxTech On Behalf Of MB Software Solutions, LLC Sent: Monday, December 7, 2020 9:17 AM To: profoxt...@leafe.com Subject: Re: SCX form included in EXE is not found on DO FORM line Hi wOOdy! You may have the

Re: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread MB Software Solutions, LLC
Hi wOOdy! You may have the answer:  it's definitely NOT the same folder tree...not even the same DRIVE!  That makes a difference?!??  I figured it still had the defined form in its saved memory space and would use that! On 12/7/2020 3:58 AM, Jürgen Wondzinski wrote: Hi Mike, Maybe, when co

RE: SCX form included in EXE is not found on DO FORM line

2020-12-07 Thread Jürgen Wondzinski
Hi Mike, Maybe, when compiling the EXE you are not saving tot he project folder? Always (!) save your exe to the project-root folder. Next idea: When calling the form, use the relative pathing to that form: i.e. DO FORM forms\myform.scx wOOdy -Ursprüngliche Nachricht- Von: ProFox Im A

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread MB Software Solutions, LLC
I've already pushed it out today, working around here.  I put the actual path in to where it is on my dev machine (e:\dev\client\forms) and then it works.  Here's the kicker:  run from Production (not inside VFP) at the client site--even with that hardcoded path WHICH DOESN'T EXIST AT THE CLIEN

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread Tracy Pearson
Can you check what SET("CLASSLIB") is set to, and SET("LIBRARY")? What is the stack, are things still running in the complied app? Tracy On December 6, 2020 11:30:28 AM EST, "MB Software Solutions, LLC" wrote: >Hi Ajit, > >Still fails:  https://www.screencast.com/t/WXrKy7vCXu > >So strange.  Th

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread Ajit Abraham
Hi Mike, I know you might have tried all possible combinations to find the error. But here goes : That form is being linked to the object - loFrm. Have you tried running the form without assigning it to loFrm (just to check) DO FORM frmEditBank2 NOSHOW Also, just before it hits DO FORM

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread MB Software Solutions, LLC
Hi Ajit, Still fails:  https://www.screencast.com/t/WXrKy7vCXu So strange.  This inherited project has always had "spectres" of a sort; things that made absolutely no sense (like this kind of "file not found" stuff). On 12/6/2020 12:10 AM, Ajit Abraham wrote: Mike, Try renaming the form to

Re: SCX form included in EXE is not found on DO FORM line

2020-12-05 Thread Ajit Abraham
Mike, Try renaming the form to something else (like abc.scx) and then call the renamed form. Also, just verify in the project properties that this file is indeed included. (I know that you will see a icon in front of the file if it is excluded - but still..) Ajit On 06/12/2020 06:31, MB Soft