Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - YvesDurand

Pages: [1]
1
> I am able to make thumbnails for PDF files using the plugin, but one of my files gives me an error about Digicam plug-in failed to load. Any suggestions? Thanks!

I have the same problem for few of my PDF files.

I can display them by hitting shift-enter (edit) instead of enter

2
Thank you Daan

It works fine but it would be nice to have the possibility of selecting all the files within a tree.

3
Thank you Daan,

I had to create another table named FoundThumbs.

I used the following statements :

CREATE TABLE FindCriteria (   [idList] INTEGER,   [key] TEXT(255) Primary Key,   [value] MEMO)
CREATE TABLE  FoundThumbs (   [idList] INTEGER ,   [idThumb] INTEGER ,   [flags] INTEGER)
ALTER    TABLE FoundThumbs PRIMARY KEY(idList ,idThumb)

The find command is incredibly fast !

Thanks again

4
I am trying to switch from TP V6 to TP V10 (evaluation).

I have translated my database from .td4 to .tdps8 successfully.
 
But when I attempt to do a search using  the new tdps8 database, I get a long sequence of errors.

 As soon as I go Ctrl-F, the following happens:

Database error:

[Microsoft] [ODBC Microsoft Access Driver]

The Microsoft Jet database engine cannot find the input table or query 'FindCriteria'.

 Make sure it exists and that its name is spelled correctly..

ThumbsPlus Message <5015-8033>

I tried to do a database repair but the problem is still there.

The problem does not occur if I use a brand new Database.

Any idea ?

5
Thank you Daan,

There is no option "Combine with Database" in IPTC Editor (Ctrl-I) Keywords of version 6

I will try this method when I upgrade to ThumbsPlus Pro Version 10.

6
I use Thumbsplus Pro Version 6.0

Is there a way to copy all keywords from the database of ThumbsPlus in the IPTC data of all JPEG file from a directory ?

Pages: [1]