Notifications
Clear all

saving the text of the textbox to an external file

3 Posts
2 Users
1 Reactions
1,552 Views
(@bene-norbi)
Posts: 3
Member
Topic starter
 
My question is, is it possible to modify and save the text of a textbox in runtime mode, in such a way that, for example, the modified text is automatically reloaded even after a server shutdown. I don't want to use an external database for the task, just an external file for example.

Thank you in advance for your answer.

 
Posted : 21/06/2024 10:13 a.m. CET
MarAlz-RW
(@maralz)
Posts: 15
Member
 

Good morning,

Here is a "quick and dirty" version to display variables from a CSV file in text boxes and also to save them so that they are still available after a QHMI / computer restart.

 


 
Posted : 24/06/2024 7:14 a.m. CET
(@bene-norbi)
Posts: 3
Member
Topic starter
 

@maralz Thank you for answer. I try it, its working perfectly.


 
Posted : 24/06/2024 5:46 p.m. CET
MarAlz-RW reacted