cancel
Showing results for 
Search instead for 
Did you mean: 

WDInteractiveFormHelper.transferPDFDataIntoContext() issue in CE 7.1

Former Member
0 Kudos

Hi,

In order to transfer data back to an interactive form there is a method :

WDInteractiveFormHelper.transferPDFDataIntoContext()

In NWDS 7.1 it had 3 parameters - pdf source, context node that is to be populated, display type(native or activex)

In CE 7.1 it has only the first 2 parameters, hence i cannot specify "native" incase i have a native form ; because of this I am not able to read back dropdown fields. All other fields get populated other than dropdown fields.

Please suggest a solution.

Thanks

Lisha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In EP7.0 also, you have only two parameters. (PDFSource and NodeContext.)

I am not sure about CE7.1.

But check whether the node is comprising of data after you convert it from pdf source, that is after the

helper class code write the following code to check the node size.

wdComponentAPI.getMessageManager().reportSuccess(<<size of node>>);

Regards

Raghu

Former Member
0 Kudos

Hi Lisha,

Could you please clarify which version are you using? In CE7.1 you use NWDS 7.1 version only ... wich I suppose you are using. Are you sure as you mentioned in NWDS 7.1 you have the three parameters?

Regards,

Anagha