I have a table object that I'm filling using the ShortByColumns/Filter method and it populates the data correctly.
There is a Title object under the Table where I have been setting the 'DisplayName' with
"Success Engagements for " & 'CMB:SelectCustomer'.Selected.Title
It populates the title correctly and operates as expected for the entire session. However, once I save and publish and come back into that screen it has changed the code above to:
"Success Engagements for Test Customer"
This is the last customer that was selected before I saved and published. I've changed this so many times now and it is always the same behavior.
What is interesting is when I RUN the application that I just published, it runs exactly as expected. However, unless I go change this code, the next save/publish is going to make that title static. (it took me a long time to figure this out... I thought I was going crazy) 😉
Has anyone else seen this?
Tom.