I have an ActiveX control that requires a licence file in the current folder, which randomly started to fail on my dev workstation. In hunting it down I discovered that the 19.1 studio was reporting c:\dataflex\19.1\MyProject\Apphtml as the "working" folder.

Code:
 
        Procedure OnCreate
            String sFolder 
            Get_Directory sFolder 
            Send Stop_Box sFolder 
            Forward Send OnCreate
            // Set the ActiveX properties here...
            
        End_Procedure
Is there a good explanation for this?
Is it related to Mike Cooper's missing filelist entries?