--- Henk van der Velden <[EMAIL PROTECTED]> wrote: > Good day all, > > Here is a link to a stack that creates a new stack, > creates an extra > card in that stack and then copies a group of text > fields into that > new card. > Something strange happens: the contents of an > editable field are not > copied. > > As you can see in this stack, all works OK if you > don't create an > extra card. But as soon as you create one, the > copying fails. > Can anyone tell me what's going on here? > > The stack can be downloaded here: > http://www.iglow-media.nl/xchange/ > CopyToNewStack.zip > > Kind regards, > > Henk >
Hi Henk, Without having looked at your stack, I remember having the odd problem with background fields and their content not getting copied over when copying the field. This has to do with the 'text' property being split among cards (unless your field has the 'sharedText' property set to true, in which case the text is the same on all cards that share the field). You'll have to explicitly go to the card befor copying it to your other stack. The same goes for using the 'value' function to pick up data from a field in a background group. See also bugzilla #1836 and #3827. Hope this helped, Jan Schenkel. Quartam Reports for Revolution <http://www.quartam.com> ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
