juvenile
30th August 2004, 06:24
Hai
I neeed to send 8 items quantity to the report.instead of creating and sending 8 extern variables I thought of using an arrray.But in the report
when I tried to create all the array variables its giving error.

pls help

SriksAdi
30th August 2004, 07:51
Hi,
In the Maintain Report Input Fields(ttadv3132s000), you have a field called Depth.
Here you can specify if the field is an array.

Say, you have a varable item.quantity, defined as item.quantity(8). In this session define the variable as item.quantity and depth as 8.


regards
Sriks

jack786
30th August 2004, 13:47
I have 8 item descriptions.and I created a array of item.desc(8).
and I create a input field of depth 8.every thing is fine so far.
and for every item desc I have only 15 length space in my report.
so I want to use a substring function on top of each desc like below.

item.desc(subscript)(1;15) and item.desc(subscript)(15;30)
but am unable to define the form fields can u pls help

richard
30th August 2004, 14:36
Syntax: stringfield(start position; occurrence; lenght).

Maybe an other solution, use two different fields, one right justified, the other left.

regards

srkndnsn
27th March 2020, 08:56
Hi,
In the Maintain Report Input Fields(ttadv3132s000), you have a field called Depth.
Here you can specify if the field is an array.

Say, you have a varable item.quantity, defined as item.quantity(8). In this session define the variable as item.quantity and depth as 8.


regards
Sriks

The depth property works , it will help me a lot . Thanks :)