Hi,
If I want the users can change caption in the form by them self, is it possible? How? What I mean is the correction/change from users will be permanent and applied not just for the certain user but to the display for all users.
Thanks in advance for the help.
Allow user to change the caption?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
You would need to store the text entered by the user in a database. Then load it from the database as part of the form or page initialization. You can set a Text Control text with:
Code: Select all
controls.Txtxxxx.text.text = "Text";
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Hi,
So is it cannot be store it the ebase system itself?
I just little worried when loading from the database, because I notice that it take sometime to load the data.
So is it cannot be store it the ebase system itself?
I just little worried when loading from the database, because I notice that it take sometime to load the data.
Jon wrote:You would need to store the text entered by the user in a database. Then load it from the database as part of the form or page initialization. You can set a Text Control text with:
Code: Select all
controls.Txtxxxx.text.text = "Text";
0 x
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Who is online
Users browsing this forum: No registered users and 29 guests