cancel
Showing results for 
Search instead for 
Did you mean: 

Result is not being displayed

Former Member
0 Kudos

Hi,

I have followed one example which was given saptechical

Working with Global Definitions and Program Lines.

[ http://saptechnical.com/Tutorials/Smartforms/GlobalDefinitions/Define.htm ]

but still Seat_Avail value is not displayed. Can anyone please tell me the

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ahmed ,

u can put break points in code and debug and can check whwether seat_avail is getting clearaed before printing ....

may be thats y its not displaying the value ...

regards,

prashanti

Former Member
0 Kudos

Hi,

Can you please tell me to set the break point in smartforms.

Thanks , Ahmed.

Former Member
0 Kudos

hi,

set the break-point in ur print program, it will work.

Former Member
0 Kudos

hi ahmed,

for setting break point in smart form, add code lines to the node where your variable is existing by right clicking on that node..

then in that program line node, write break-point.

and activate..

Former Member
0 Kudos

HI ahmed...

i think there is no value calculated/fetched in your variable seat_avail....thats y result is not displayed..

i think you should put a breakpoint before that variable...n chech in debugger , whether there is any value fetched/calculated or not..

regards..

nikita