cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms - increment global data

Former Member
0 Kudos

Hi expert,

I maked a smartforms: it's symply, composed by 1 page. In main windows there's a table, and i maked

a condition to go in next page.

Now, when this condition is true, I want to increment a global variable !!!

How can do it ?

I do it with command line "DOC_CONT = DOC_CONT + 1." after main windows but the variable is not incrementd : (

Any idea ?

tks,

bye.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi Roberto,

Declare the variable in the global defintion and in the main window --> table .create the program lines and increment the counter in the header area where the text node has been created before that include the program line and display.

Regards,

Sravanthi

Former Member
0 Kudos

HI,

Create the Program Line and write the code in it instead of Command Line. It will work.

Former Member
0 Kudos

for this create new COMMAND -->goto new page.....