Hi all,
In my smartform,
I want to generate a serial number continuosly(like an index) for each item/material wise in my main window.
FYI-coding i've declared
*******
CLEAR: PG_INDEX.
INDEX1 = INDEX1 + 1.
PG_INDEX = INDEX1.
&PG_INDEX&
************
no errors but im not getting the number in the output display.
Pls post ur replies with examples.
thanks & regards
sankar.
Add a comment