Re: Component methods not properly recognized in parent database

2020-02-13 Thread John DeSoi via 4D_Tech
What behavior are you expecting? I thought components from the host (even interpreted) are read only. 4D does not do the right thing, but I thought the only thing it should do is maybe show the method preview in the explorer. It would be really nice to edit the component from the host, but I

Re: Component methods not properly recognized in parent database

2020-02-13 Thread Doug Hall via 4D_Tech
Well, my component's name is "Foundation_561". (I've changed it a bunch, but I never changed the name.) On Thu, Feb 13, 2020 at 11:32 AM Justin Will wrote: > Doug, > > I recently had this and had to rename my components with sorter names with > no spaces on the server. Was it the shorter name

Component methods not properly recognized in parent database

2020-02-13 Thread Doug Hall via 4D_Tech
While in my main database, when I use a shared method from a component, the +K shortcut (Goto Definition) directs me to an object method of one of my parent database's input forms. How do I fix this? I've tried throwing away structure indexes, with no success. I'm now using v17.3 Thanks!