Hi there, ive got the case here that if i export an object from two different databases, the show some strange changes. Not like one object has changes that the other dont has (thats the case, true), but they also show differences in places where they should not have differences. Like this one: Table 13 from DB1:
...
{ 5055; ;No. of Opportunities;Integer;FieldClass=FlowField
CalcFormula=bla bla bla WHERE Condition1
Condition2
Condition3
...
Table 13 from DB2:
...
{ 5055; ;No. of Opportunities;Integer;FieldClass=FlowField
CalcFormula=bla bla bla WHERE Condition1, Condition2, Condition3
...
Notice the difference after the WHERE clause in the calcformula. I dont get why there should be changes in here since the user (programmer) does not have any influence on such things. Just as useless as it would be. But it makes the merging of these two versions a little [:(!] bit difficult … Anyone knows the reason for this behavior? Ah … yeah, both the same versions (3.70) and both opened with the same client (3.70.A).