Re: Syntax Checking with Component

2019-08-26 Thread Kirk Brooks via 4D_Tech
Hi David, If your database is going to be compiled all the components must be compiled too. That's what the Compiler is complaining about. Best option is to open the component and compile it yourself. Plus that will get it up to date with the version you are using. On Mon, Aug 26, 2019 at 1:22

Syntax Checking with Component

2019-08-26 Thread David Rose via 4D_Tech
I have a v17 interpreted database that includes an interpreted component (Miyako's Excel Component). The component has a number of methods that have $0 parameters. The component has a Compiler method in which all of the parameters are typed. The local variables in the host database to which the