Re: Comparing two structures...

2019-03-14 Thread Robert ListMail via 4D_Tech
Many thanks to: Miyako, Tom, Wane, Dani & Randy! I do need to see the methods…. The V17r3 method is the most comprehensive, so my plan is to adopt that approach. Thanks for your thoughtful responses, Robert > On Feb 27, 2019, at 10:18 AM, Randy Jaynes > wrote: >

Re: Comparing two structures...

2019-02-27 Thread Randy Jaynes via 4D_Tech
I would open copies of the 2 structures in v17R3 and use the export function from that so you get all the form objects and everything. Then a diff tool (I use DeltaWalker) can compare everything for you. Randy -- Randy Jaynes S

Re: Comparing two structures...

2019-02-27 Thread Dani Beaubien via 4D_Tech
Hi Robert, Here is a link to v13 version of my CodeAnalysis component. http://openroaddevelopment.com/downloads/CodeAnalysis_4Dv13_v1.7.1.zip Using this you can export all the methods, structure as well as some json that describes the forms. Do this for both structures and then use an external

Re: Comparing two structures...

2019-02-26 Thread Wayne Stewart via 4D_Tech
Here's routine which I've had for the last quarter century. I just tweaked it today to get rid of dependencies. // // Project Method: Structure Description {(Include Relations)} // Creates a text description of the structure // by defa

Re: Comparing two structures...

2019-02-26 Thread Tom Benedict via 4D_Tech
Hi Robert, Do you just need to compare the schema (the tables and fields) or do you also need to compare the methods and forms? If it’s the former, then Miyako’s recommendation to use 4D’s Export to XML feature will suffice. If you need to compare methods/forms you’ll need to export them then u

Re: Comparing two structures...

2019-02-26 Thread Keisuke Miyako via 4D_Tech
I suppose you could export the structure in XML format (no command yet in v13 but you can always do it from the menu) and compare. https://doc.4d.com/4Dv17/4D/17.1/Exporting-and-importing-structure-definitions.300-4201101.en.html 2019/02/27 11:42、Robert ListMail via 4D_Tech <4d_tech@lists.4d.co

Comparing two structures...

2019-02-26 Thread Robert ListMail via 4D_Tech
I’ve inherited a v13-based 4D database and I have a need to determine the differences amongst two. So, what are my structure comparison options? Thanks, Robert ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/a