Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to call LDB variable in normal program(reports)

Former Member
0 Likes
279

how to call LDB variable declared in TOP include in LDB in a normal program(reports).

eg: declared in LDB.

f_error type c.

.

.

.

.

f_error = 'X'.

.

.

. all this in LDB.

Now i want to use this f_error in report program.

if f_error eq 'X'.

.

.

..

Could u please help me out

Advance thanks.

1 REPLY 1
Read only

Former Member
0 Likes
242

Hi,

In your report program screen go to menu bar and click goto -->attribute then you find pop up, in that u find logical database. In that enter your logical database name.

Thanks

Srinu