Re: Using METHOD SET CODE on from objects

2017-03-11 Thread Douglas von Roeder via 4D_Tech
Not sure if I'm understanding the situation but if you can write to one object method but not another that would imply that there's an issue in the structure. My thinking is that if it can write to one OM it should write to them all. If it can't, it should throw an error. What about a verify/comp

Re: Using METHOD SET CODE on from objects

2017-03-11 Thread Kirk Brooks via 4D_Tech
Hey Doug, Yeah I tried those other cases. In a test method I can load, and write the code to one object but it fails in the other. On Sat, Mar 11, 2017 at 6:45 PM, Douglas von Roeder via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Kirk: > > What you're describing doesn't sound like a "feature", tha

Re: Using METHOD SET CODE on from objects

2017-03-11 Thread Douglas von Roeder via 4D_Tech
Kirk: What you're describing doesn't sound like a "feature", that's for sure. Obvious question - are you sure that the object itself is closed? Also, any chance the structure is in read only? Dollars to doughnuts you've covered those bases but just in caseā€¦ Another option would be to try this in

Using METHOD SET CODE on from objects

2017-03-11 Thread Kirk Brooks via 4D_Tech
This is the first time I'm attempting to use METHOD SET CODE on form objects in a v13.6 db. There's nothing tricky about what I'm doing: export methods from one database and import into another. Project methods all work flawlessly but object methods just don't. I verified the method paths are the