cancel
Showing results for 
Search instead for 
Did you mean: 

Form Interface parameter in Program Lines?

Former Member
0 Kudos

Hi,

The scenario I have is such that there is a structure in the Form Interface one of whose field I am trying to access in the Program Lines. But the Drag & Drop isn't working here.

The requirement is the structure field (60 CHAR) will contain name. Now if the name is greater than 20 CHAR then i'll have to split the name into two different lines. That is why I thought if I could write the required logic in the program lines. But I am not able to access the value in the field.

Is it possible, by any means, to get the value of this field inside the Program Lines?

Thanks!

Nappy

Accepted Solutions (1)

Accepted Solutions (1)

SuhaSaha
Advisor
Advisor
0 Kudos

> The scenario I have is such that there is a structure in the Form Interface one of whose field I am trying to access in the Program Lines. But the Drag & Drop isn't working here.

Hello Nappy

D&D doesn't work in the "Program Lines" node.

You can access the elements of the structure by explicitly mentioning it in the Input/Output parameters. Once you do so you can use it like a normal variable.

BR,

Suhas

Former Member
0 Kudos

Thanks Mate!!

Its working pretty fine now..

Answers (0)