Hi all, I have a project that I am working on for a friend, and basically, we are trying to print out some of his Sudoku puzzles from his data files. I know that I can create a CSV file from his data file, but with the number of puzzles he wants to produce, that would be too cumbersome (mostly because they are not all being printed at once).
The database consists of 4 fields, the first is the number of the puzzle, the second is the rating of the puzzle, the third is the date on which he created the puzzle, and the last is a string that is the puzzle. Each puzzle string consists of 81 characters, with either a number or a period in the string. I would like to read each of these strings, and as a result, fill the 81 fields within the puzzle template with either a number or a space from each character in the string (periods are actually spaces). Is it possible to populate multiple fields from a single rule? I was thinking about creating a template that has a field for each of the cells in the puzzle. Thanks, Mike McGonagle +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Calling all FP Web Users! Do you have a question or lots of knowledge to share about FusionPro Web? If so, join our Printable Web to Print Users' Forum today! Send email to [EMAIL PROTECTED] to find out how! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
