DDOC

Started by Anonymous, November 02, 2004, 11:44:51 PM

Previous topic - Next topic

Don Dickinson

you may have discovered this already, but in your first example, you had the dpStartDoc call inside the loop. every iteration of the loop caused a new document to be started. when the loop exits, it closes the last of these documents and shows it on the screen. the last document has the last line in it and nothing else. the solution is to move the dpStartDoc call before the loop start.

for faster service you might want to just email me as i visit these forums only every day or two.

http://www.greatwebdivide.com/emailme.htm

best regards,
don

Jeff Cranford

For what it's worth, I have been using an application that I coded with FireFly querying an Access database across a network and then printing the results with DDOC for about a month now at my office.  The two products (FireFly and DDOC) seem to work perfectly together.  The application was straightforward to code and I am really impressed with the combination of the two tools.

Jeff Cranford