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

Smartforms - Features

Former Member
0 Likes
843

Hello,

I'm new at smartforms. I hope somebody can help me.

Is there a possibility to set attributes for a window- or textnode during the runtime. (for example: to change the window size)

Can i make a text-output with a position index?

(for example: like in a report "write at ...")

thanks for help

Hannes

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

Hi,

It is not possible to dynamically set position of a window or a textnode.

The only way I can think of is to have a variable of type CHARn, where n is the maximum position you will set in a line (it depends on font size etc). This variable will be populated with required number of spaces and inserted as the first column. You will have to play with this solution, but I believe you will achieve what you want.

Thanks,

Wojtek

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
697

Hello Hannes,

I'm new too in Smartforms, but someone say, we can't modify the size of a window during the runtime. But you have tables, and your tables have the size of the number of line.

For text output, I use condition to edit in different part according to condition ....

Fred

Read only

0 Likes
697

Hello,

But i want to calculate the position during runtime and put out the text on this position. If i use condition, i will have more fixed possibilities, but no dynamic.

regards

Hannes

Read only

Former Member
0 Likes
698

Hi,

It is not possible to dynamically set position of a window or a textnode.

The only way I can think of is to have a variable of type CHARn, where n is the maximum position you will set in a line (it depends on font size etc). This variable will be populated with required number of spaces and inserted as the first column. You will have to play with this solution, but I believe you will achieve what you want.

Thanks,

Wojtek

Read only

0 Likes
697

Is it possible to use Print controls in SmartForms?

Read only

0 Likes
697

Yes it is possible.

You can use:

SMARTFORM Editor Menu:

-


WINDOWS

(Main)

/Create

/Flow Logic

/Command

and there you can insert your PRINT CONTROL in the

"include Print Control".

-


Alejandro.

Read only

0 Likes
697

Thank you Alejandro!