Forum Discussion

lsainsbury's avatar
lsainsbury
Contributor
10 years ago

Name Mapping assigns random numeric value to same fields with different values

Hey guys/girls So I'm still having a little issue with my data-driven loop, basically my loop checks data from a floating window which is displayed everytime I load up a drawing in our Software...
  • paul_igoe's avatar
    10 years ago
    Hi,



    If you always want any window of class TImpactEntryEdit to map to the same object, regardless of the field/caption value, then just remove the WndCaption property from the mapping rule (leaving only property WndClass).

    See http://support.smartbear.com/viewarticle/57331/ for how to do this.



    If the logic is more complex, then you may need to use wildcards and/or other properties.



    Regards,

    Paul