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

control break statements in smart forms

former_member632991
Active Contributor
0 Likes
1,690

Hi,

Can we use control break statements(at new,at end of) in smart forms?

if no why?

if yes, how?

Regards,

Sonika

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,128

you can use control block statements in smartforms by using the SORT events.

In TABLES go to to the SORT section.Here you can give the field by which you want the table to be sorted.There are two radio buttons available for sort : SORT BEGIN and SORT end.

On selecting any one sort event are generated automatically and event nodes are created in smartforms.Inside these event nodes you can add text nodes or code nodes and write your code.

SORT BEGIN works like AT NEW

SORT END works like AT END OF.

Hi,

Can we use control break statements(at new,at end of) in smart forms?

if no why?

if yes, how?

Regards,

Sonika

6 REPLIES 6
Read only

Former Member
0 Likes
1,129

you can use control block statements in smartforms by using the SORT events.

In TABLES go to to the SORT section.Here you can give the field by which you want the table to be sorted.There are two radio buttons available for sort : SORT BEGIN and SORT end.

On selecting any one sort event are generated automatically and event nodes are created in smartforms.Inside these event nodes you can add text nodes or code nodes and write your code.

SORT BEGIN works like AT NEW

SORT END works like AT END OF.

Read only

Former Member
0 Likes
1,128

Hi

The answer is YES. You can have these elements AT NEW, AT END etc in smartforms.

Regards

Raj

Message was edited by: Rajasekhar Dinavahi

Read only

Former Member
0 Likes
1,128

hi,

I observed that sort field is working similar to On Change but not At new.

Regards,

Sailaja.

Read only

0 Likes
1,128

I think YOU can select SORT END if you want at end of type functionality.SORT BEGIN works like AT NEW provided it is one of the first fields in the internal table.

Read only

Former Member
0 Likes
1,128

Hi

You can use them as <b>Events</b> in smartforms.

Regards,

Raj

Read only

Former Member
0 Likes
1,128

Hello,

Yes you can use the control statements.

Regs,

Venkat