cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Kent_Fishman
Level 3

Display contents of file in HTML display

I have an execute process that generates a file at runtime. I want to display the contents of that file. If I use an HTML display, I get a build error telling me the file doesn't exist. I know it doesn't exist, I create it on the fly. How can I tell HTML display to display the contents of a file that doesn't currently exist or is not included in the build?
Labels (1)
0 Kudos
(1) Reply
rmackay
Level 7

I am not sure that you can do this unless you parse the HTML contents of your file into a property and then allow the HTML control to be updated with the value of that property at runtime (very sketchy).

Also note that the HTML control probably will not work the way you want it to. Things like active links and stuff like that do not work in the panel HTML control.
0 Kudos