Re: MDI window theme github issue

2020-12-05 Thread Stephen Russell
Awesome. I don't do DevOps as of yet.Getting a lot of our data accessible via API for different applications as our ERP will move to the cloud. That and catching messages from a message queue and acting upon them. On Fri, Dec 4, 2020 at 5:34 PM Tracy Pearson wrote: > I'm a DevOps minimalis

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

2020-12-05 Thread MB Software Solutions, LLC
VFP9SP2 - Win 7 Pro 43 second demo showing the problem: https://www.screencast.com/t/ZjyWYqFI The SCX form is included in the EXE.  I'm running the EXE.  DO FORM errors saying that the form is not found. Makes no sense to me.  Now the app (a legacy app that I inherited which is very dirty) c

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