On 11 February 2010 20:07, charles61 <[email protected]> wrote:
>
> Mary,
>
> Correction - I do get an error when I use the following script:
>
> on preOpenCard
>
> mark card "eligibility"
> repeat with x = 1 to the number of marked cards
>  put "Page" && x into field "PageNumber" of marked card x
> end repeat
>
> end preOpenCard
>
> This script generates the following error message:
>
> card "Eligibility": execution error at line 5 (Chunk: no such object) near 
> "PageNumber", char 23
>

Hi Charles

mark card "eligibility" is looking to mark a card *called* "eligibility"

Assuming that you have marked your cards for printing, ( e.g.  mark
card where fld "printme" = "Yes" )  try the preOpencard handler
without this line.

-- 
Regards


Ian McKnight

[email protected]
=======================
_______________________________________________
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

Reply via email to