<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><FONT class="Apple-style-span" color="#000000">Hi!</FONT><DIV><FONT class="Apple-style-span" color="#000000"><BR class="khtml-block-placeholder"></FONT></DIV><DIV>I have a stack with three different backgrounds. To create a new card the program ask for the desired background.</DIV><DIV>Then it goes to the last card, and creates a new one. The new card gets the background of the formerly last card. </DIV><DIV>Then the program asks for the background of the new card. When it is different to the desired one, it removes the wrong background and replaces the desired one onto the card.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The available backgrounds are "BgKonjug", "BgWorSat" and "BgInfPar"</DIV><DIV>When it replaces the background "BgWorSat" then "BgWorSat" changed: One field of if gets a little bit bigger then before. All cards with this background are concerned.</DIV><DIV>The normal field-size is height/width 24/584 and afterward it is 28/588. 4 point larger in each direction.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV> The program memorize the desired background in the variable "BgWhl"</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" color="#000000">This is my script to change the backgrounds:</FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if BgWhl = "BgKonjug" then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">repeat for each item k in "BgWorSat,BgInfPar"</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if there is a grp k then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">remove grp k from this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">place bg "BgKonJug" onto this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end repeat</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">else</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if BgWhl = "BgWorSat" then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">repeat for each item k in "BgKonJug,BgInfPar"</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if there is a grp k then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">remove grp k from this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">place bg "BgWorSat" onto this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end repeat</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">else</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if BgWhl = "BgInfPar" then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">repeat for each item k in "BgWorSat,BgKonJug"</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">if there is a grp k then</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">remove grp k from this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">place bg "BgInfPar" onto this cd</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end repeat</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande"> </FONT></FONT><FONT class="Apple-style-span" color="#000000"><FONT class="Apple-style-span" face="Lucida Grande">end if</FONT></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#000000"><BR class="khtml-block-placeholder"></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">All fields in the backgroundgroups has the same fieldproperties and the "Lock Location" is selected.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">What can I do to fix this mistake?</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Thanks</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Reinhold</DIV></BODY></HTML>