Skip to main content
Participating Frequently
January 13, 2012
Question

Mutiple extension in Exporter SDK

  • January 13, 2012
  • 1 reply
  • 908 views

Hi,

I'm using APP SDK 5.5 to make an exporter plug-in.

I want to let the user choose the extension of the output file by changing the extension in output name.

How can I do that? The SDK guide and example seems not helping at all.

Thank you.

This topic has been closed for replies.

1 reply

Inspiring
January 13, 2012

You can implement exSelQueryExportFileExtension.  There, based on the parameters, the plug-in can specify the file extension.  You could add a parameter, perhaps a radio button, for the user to choose file extension.  Or you may wish to automatically set the file extension based on a combination of parameters.

Participating Frequently
January 16, 2012

I know that, but still want to change extension by just changing the output name Just don't want to use dropdown box/radio buttons to choose the file type. But thanks for clarifying anw.