I am wondering how to set the title of the main form of my project (the text that will show up on the tab itself when the project runs). It was my understanding that setting the .text property from within the load form subroutine would accomplish this, however that isn’t working. Another weird thing to note is that when switching from solutionA-project1 to solutionB-project1, the text that shows up in the tab when solution B-project 1 runs persists from solution A-project 1. I am using version 3.2.4.
when switching from solutionA-project1 to solutionB-project1, the text that shows up in the tab when solution B-project 1 runs persists from solution A-project 1.
I’ve seen a similar issue before and it’s just caused by the browser cache still having the old data. If you clear the cache, you will see the correct text.
To clear the cache on google chrome: Click the 3 dots in the upper right hand corner -> History -> Clear Browsing Data -> check “Cached images and files” -> hit “clear data”
You only need to clear the cached images and files- you don’t need to clear your browser history or cookies.
In default.html you can set the title <title>my site</title> and you can also set the page/Form Text property to ‘my Site’ if it is the main page/form you are using.
HTH,
Tim
Please login first to submit.