MS Access to nuBuilder Question
Posted: Fri Mar 30, 2018 11:16 am
A page (site) for personal use is assumed.
MySql database
On the page:
- ListBox;
- TextBox;
Scenario:
1. The user in the drop-down ListBox selects the value.
2. Depending on the value in the TextBox, the text from the database that corresponds to the selected value gets.
3. The user formats, edits the text.
4. The text is automatically saved in the database.
Text in the text field can contain the code of any programming language, in which syntax highlighting should be observed.
1. How to implement this scenario?
2. Can I do it so that the text formatting menu automatically appears in the text field when the text is selected?
3. What are the other ways to perform formatting and text editing?
4. If the use of a text field is impractical (impossible) in this case, then what are the other ways to implement this task?
Those. so that the selected value from the drop-down list below appears text that can be edited and formatted?
PS /
So far, just starting to master, so I apologize if the question is elementary ..
MySql database
On the page:
- ListBox;
- TextBox;
Scenario:
1. The user in the drop-down ListBox selects the value.
2. Depending on the value in the TextBox, the text from the database that corresponds to the selected value gets.
3. The user formats, edits the text.
4. The text is automatically saved in the database.
Text in the text field can contain the code of any programming language, in which syntax highlighting should be observed.
1. How to implement this scenario?
2. Can I do it so that the text formatting menu automatically appears in the text field when the text is selected?
3. What are the other ways to perform formatting and text editing?
4. If the use of a text field is impractical (impossible) in this case, then what are the other ways to implement this task?
Those. so that the selected value from the drop-down list below appears text that can be edited and formatted?
PS /
So far, just starting to master, so I apologize if the question is elementary ..