These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Migrate feature DDE : MenuItemExecute ("CatalogPlugin")

FTy
Registered: Jan 28 2011
Posts: 4
Answered

Hi,
I need to migrate a VB application using the Acrobat V5 library in Acrobat V9.
I have a problem because the VB to use for generate the index:
AcroApp () .MenuItemExecute ("CatalogPlugin")
This command does not exist in Acrobat V9.
How I can replace this command ?
Thanks for your help,
FTy

My Product Information:
Acrobat Pro Extended 9.0, Windows
Merlin
Acrobat 9ExpertTeam
Registered: Mar 1 2006
Posts: 766
Accepted Answer
Hi,

did you try the "Menu/Toolbar Item Report" utility? : http://www.pdfscripting.com/public/65.cfm
FTy
Registered: Jan 28 2011
Posts: 4
Hi,

Thank you for your answer. I found the command with the utility.

I use the command AcroApp().MenuItemExecute("ADBE:Catalog").
This command creates the "index.pdx" but dosen't generate the index.

As it dosen't work, I want to use the command "DdeClientTransaction" with the following parameters :
DDE_SERVERNAME = "acroview";
DDE_TOPICNAME = "control";
DDE_ITEMNAME = "[FileBuild("index.pdx")]";

Is anybody having an example of this ?

Thanks for you help,
FTy