You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a state symbolic name is defined for a non existing state, the export will write them in the TCL
update file as property definition:
mql add property "state_NotExists" value "NotExists"
In this case a warning should be shown that the developer could change the related TCL update
code (and maybe remove the property definition or change the name of the mapped state).
From [email protected] on June 24, 2009 09:13:02
If a state symbolic name is defined for a non existing state, the export will write them in the TCL
update file as property definition:
mql add property "state_NotExists" value "NotExists"
In this case a warning should be shown that the developer could change the related TCL update
code (and maybe remove the property definition or change the name of the mapped state).
Original issue: http://code.google.com/p/mxupdate/issues/detail?id=40
The text was updated successfully, but these errors were encountered: