You can use the SelectedPages property of the Thumb control.

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
sortiz
Posts: 5
Joined: Fri Dec 01 2006

You can use the SelectedPages property of the Thumb control.

Post by sortiz »

How do I know if no pages have been selected???

When I try to return the array where there is no selected pages. My application crashes.


Here is the line where it crashes :
ArraySelectedPages = Thisform.oleAmyuniFrom.SelectedPages && return an array


Thanks,
Serigo
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

Have you tried handling this exception by putting you code snippet within a TRY/CATCH?

Hope this helps?
sortiz
Posts: 5
Joined: Fri Dec 01 2006

Post by sortiz »

Iguess that is the only way!.
I will try TRY-CATCH

Thanks,
Sergio
Post Reply