[Ce...] Posted March 5 Share Posted March 5 Hallo Zusammen, könnte mir jemand sagen, ob man im PiWeb Designer einen Textfeldwert der Seite eins auch auf der Seite zwei darstellen lassen kann. Vielen Dank! Link to comment Share on other sites More sharing options...
[Ma...] Posted March 5 Share Posted March 5 If you need something from header, then yes - this can be done. On template you are using first page as first page and secondary page for next pages. If you need something from characteristics, then this can not be recalled or adjusted. Link to comment Share on other sites More sharing options...
[Ce...] Posted March 5 Author Share Posted March 5 In diesem Fall möchte ich den Text eines Eingabefelds auf Seite 1 () auf der Seite 2 als Text () anzeigen lassen. Link to comment Share on other sites More sharing options...
[Ma...] Posted March 5 Share Posted March 5 What i observed: if you first fill that text input, then show 2nd page - this way was text copied to other pages. Once you show 2nd page then switching back to first one and filling text input - this way it's not copied to other pages. I am not sure if you can write something on protocol and then recall text from that text input into another. Unless it's stored in headers. I don't know if you can store some text and then recall it. Link to comment Share on other sites More sharing options...
[An...] Posted March 5 Share Posted March 5 You may be able to read an input field to a writable variable, and reference the variable on another page, but I am not 100% certain. I may have some time this afternoon to take a look at this. I will update with my findings. Link to comment Share on other sites More sharing options...
[An...] Posted March 5 Share Posted March 5 The closest that I have been able to determine is the following method: Create a custom writable variable by navigating to File -> Custom Variables. Click on Writable variables. I have created an example writable variable named TEST. Add a Text Input Field and a Button onto your report. In the properties of the Text Input Field, enter a name for the text box in the Name property. I entered the name "A" In the properties of the Button, click the hyperlink button. Add the Write variable value action. Enter ${CUSTOM_VARIBLE} to the Variable Field, where CUSTOM_VARIBLE is the name of the custom variable you created. Enter ${(Value("NAME"))} to the Value field, where NAME is the name of the text input field that you created. On a new page, add a text box. In the properties of the text box add the text ${CUSTOM_VARIABLE}, where CUSTOM_VARIABLE is, again, the name of the custom variable that you created. The result of this should be the following: On Page 1, enter a string into the text box and click the button. The second page should display the string entered into the Text Input Field. My thought is that this will not be able to do 100% of what you are looking for, but I believe this to be the closest that you are able to get to what you are asking. If I have misunderstood, please let me know and I will see if I can come up with a more accurate solution. Additionally, I apologize for using English. My German is nowhere near good enough to communicate this idea. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in