‎2005 Apr 08 7:10 AM
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
‎2005 Apr 08 10:59 AM
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
‎2005 Apr 08 8:53 AM
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
‎2005 Apr 08 10:25 AM
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
‎2005 Apr 08 10:59 AM
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
‎2005 Apr 11 10:32 AM
‎2005 Apr 27 3:26 PM
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.
‎2005 Apr 27 4:03 PM