
If I have a P. Apps that captures data and then generates a report (composed of fixed text and variable text captured in the P. Apps), could I generate a screen that shows what the report would look like before it is sent by email?
For the fixed text I have the HTML code, how could I display this? By inserting an HTML text box? In this case, how do I enter the HTML code?.
How could I stop variable text input?.
Thank you very much to all.
Francisco
Yes, you can use an HTML text box to display HTML, and it can work with many tags including tables.
The HTML string is put in the Text property of the control and enclosed in quotation marks (")
Inline attributes, such as styles, get enclosed in a single quotation mark (').
Other than that, experiment and have some fun with it!
Bryan