1 (edited by AD1408 2021-07-17 10:08:19)

Topic: TreeView Select and Hyperlink

I have two question for helpful and kind MVD community.


1. Is it possible to have custom color hyperlink with script on RTF editor?
2. Having TreeView node selection/focus on sub form (in this case frmEmployee) stays on when different field on sub form selected/focused?


Please see the attached sample project:

Post's attachments

Attachment icon TreeView Select and Hyperlink.zip 9.12 kb, 242 downloads since 2021-07-14 

Adam
God... please help me become the person my dog thinks I am.

Re: TreeView Select and Hyperlink

AD1408 wrote:

I have two question for helpful and kind MVD community.


1. Is it possible to have custom color hyperlink with script on RTF editor?
2. Having TreeView node selection/focus on sub form (in this case frmEmployee) stays on when different field on sub form selected/focused?


Please see the attached sample project:


Another attempt for help if u guys can.
If my questions are not clear please indicate and I'll try to explain further.

Adam
God... please help me become the person my dog thinks I am.

3 (edited by k245 2021-09-06 08:22:26)

Re: TreeView Select and Hyperlink

1. There are no settings for the color of the hyperlink in the editor, however, if you load a document from the HTML format into the editor, you can specify the required color of the hyperlink.


2. Yes, they do, since these are two different instances of the component for displaying data. If you need to synchronize them, then use the script on the OnCellClick event.

Визуальное программирование: блог и телеграм-канал.

4 (edited by AD1408 2021-09-06 22:12:09)

Re: TreeView Select and Hyperlink

AD1408 wrote:
AD1408 wrote:

I have two question for helpful and kind MVD community.


1. Is it possible to have custom color hyperlink with script on RTF editor?
2. Having TreeView node selection/focus on sub form (in this case frmEmployee) stays on when different field on sub form selected/focused?


Please see the attached sample project:


Another attempt for help if u guys can.
If my questions are not clear please indicate and I'll try to explain further.


Here is what I'm trying to do do - Keeping highlight on frmEmployees treeview even after clicking on different fields on the frmEmplyees until it's saved. Please see the image below:
https://i.postimg.cc/gkJ0s6VH/tree-Focus.png

Adam
God... please help me become the person my dog thinks I am.

5 (edited by k245 2021-09-07 06:53:38)

Re: TreeView Select and Hyperlink

To do this, you need to set up some properties of the grid.

http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=8033&download=0

Post's attachments

Attachment icon изображение_2021-09-07_095022.png 29.34 kb, 87 downloads since 2021-09-07 

Визуальное программирование: блог и телеграм-канал.

6 (edited by k245 2021-09-07 06:54:04)

Re: TreeView Select and Hyperlink

Like this:
http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&item=8034&download=0

Post's attachments

Attachment icon изображение_2021-09-07_095313.png 83.75 kb, 83 downloads since 2021-09-07 

Визуальное программирование: блог и телеграм-канал.

Re: TreeView Select and Hyperlink

Thanks a lot k245.....
Truly appreciated.....

Adam
God... please help me become the person my dog thinks I am.