This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Display contents of file in HTML display
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 30, 2007
11:17 AM
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?
(1) Reply
Jan 30, 2007
06:41 PM
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.
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.