At 17:57 08/01/2005, you wrote:

Bob, maybe you could post the script that isn't working...

Does something like this not work?

I'm assuming you've grouped the fields, set
the backgroundBehaviour of the group to true,
so they appear on all cards, and set the sharedText
of field "itemList" to true.


Yes I did this and it was still broken.



repeat with n = 1 to the number of cds in this stack
    put fld "item" of cd n & return after theList
end repeat
delete last char of theList -- clear trailing return
put theList into fld "ItemList"


After using your script it is perfect.

THanks for the speedy reply.

All the best
Bob




On 8 Jan 2005, at 17:00, [EMAIL PROTECTED] wrote:

I have a field "Item" and a list field "ItemList"; I will have these on all
cards of a card-based database. I want the text of the "List" field on each
card to be inserted one line after another in the "listfield".

_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005


_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to