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