I see. I guess I wasn't clear enough before. There's no cycling. It just prints the card (there's only one in the stack) after hiding what I don't want to print. Also nothing is waiting to happen after the print, so I can't see how timing could be an issue. Do you think there should be some sort of wait command before the script ends? Thanks, anyhow. Dave
>I assume to get the contents you must go through each field??? if not >then there is not loop. > >Timing after a print command is what I meant. It is always best to >allow time for these things to complete. > >Tom > > >> I'm trying to print >> the content of a couple dozen fields in a sort of contrived array with >> a >> simple "print this card" statement in a button >On Feb 25, 2004, at 8:07 PM, David Squance wrote: > >>> You probably have a timing issue that you are not allowing enough time >>> in your loop for rev to put the item to be printed to collect and then >>> send to your printer. >>> >>> Check out your loop and with messages etc. >>> >> Thanks for the reply. I don't understand it, however. What loop? The >> script masks the buttons, turns off the borders, prints the card, >> turns on >> the borders and that's it. And what does "and with messages" mean? I >> had >> a look at the message watcher while it crashed, and there was nothing >> there >> that gave any clues. >> Dave >> >> >> _______________________________________________ >> use-revolution mailing list >> [EMAIL PROTECTED] >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> > >Thomas J. McGrath III >SCS >1000 Killarney Dr. >Pittsburgh, PA 15234 >412-885-8541 > >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
