RE: pdfs, fds oh my

2001-06-20 Thread David Shadovitz
You are populating GradesForPDF in a query loop, so CurrentRow is available. But are you filling in the FDF in a loop? Can't tell from your code snippet, but you should be doing something like this: CFLOOP FROM=1 TO=#GetGrades.RecordCount# INDEX=i /FDF /Fields [ /V (#GradesForPDF[i][1]#)/T

pdfs, fds oh my

2001-06-19 Thread Janine Jakim
This is a repost. I sent this out Friday afternoon, but it never showed up again in my mailbox...sorry if you are receiving it for a 2nd time. I am trying to populate my pdf form using cf/fdf(non ActiveXmethod)-nice write up on that Max- your directions are superb and easy to follow. (If you