Hi Mark,
Thanks for taking the time to reply, I will give it a try...cheers Phil
Search found 8 matches
- Thu Sep 05, 2019 11:47 pm
- Forum: Questions & Answers
- Topic: How to select part of a field in a grid
- Replies: 3
- Views: 12276
- Wed Aug 28, 2019 10:41 pm
- Forum: Questions & Answers
- Topic: How to select part of a field in a grid
- Replies: 3
- Views: 12276
How to select part of a field in a grid
Hi, Can anyone help please,
I have a VL form with a grid with a text field column,
If I select part of the text with the mouse and click a button, is there any way to see what part of the field has been selected... (ie sales alloy)
I have attached a screenprint, Any help would be appreciated ...
I have a VL form with a grid with a text field column,
If I select part of the text with the mouse and click a button, is there any way to see what part of the field has been selected... (ie sales alloy)
I have attached a screenprint, Any help would be appreciated ...
- Mon Aug 05, 2019 6:57 pm
- Forum: Questions & Answers
- Topic: Visual Style in Grid Cell (SOLVED)
- Replies: 7
- Views: 15498
Re: Visual Style in Grid Cell (SOLVED)
Hi Soa,
I have found some examples of reusable in a grid but when i try to create a reusable using the HTML control
I get a message saying #PRIM_WEB.HtmlContainer is only supported on the web...
I am trying to use the grid in a Framework (Not on a webpage)
I have found some examples of reusable in a grid but when i try to create a reusable using the HTML control
I get a message saying #PRIM_WEB.HtmlContainer is only supported on the web...
I am trying to use the grid in a Framework (Not on a webpage)
- Mon Aug 05, 2019 5:35 pm
- Forum: Questions & Answers
- Topic: Visual Style in Grid Cell (SOLVED)
- Replies: 7
- Views: 15498
Re: Visual Style in Grid Cell (SOLVED)
Hi Soa,
Thanks for your reply..
That sounds more promising...Would it be possible to use the reusable in a grid as there would be many lines that may need to be changed
Thanks for your reply..
That sounds more promising...Would it be possible to use the reusable in a grid as there would be many lines that may need to be changed
- Fri Aug 02, 2019 12:17 am
- Forum: Questions & Answers
- Topic: Visual Style in Grid Cell (SOLVED)
- Replies: 7
- Views: 15498
Re: Visual Style in Grid Cell (SOLVED)
Hi lawingo,
Thanks for the reply but unless im mistaken this will change the whole cell to #FS_BLUE).
I want to know if there is any way to change part of the cell to a different visual style (eg change the 4-5 character to #FS_BLUE
Set Com(#GridColumn6.Cell<1>.Column) VisualStyle(#FS_BLUE)
Thanks for the reply but unless im mistaken this will change the whole cell to #FS_BLUE).
I want to know if there is any way to change part of the cell to a different visual style (eg change the 4-5 character to #FS_BLUE
Set Com(#GridColumn6.Cell<1>.Column) VisualStyle(#FS_BLUE)
- Wed Jul 24, 2019 6:08 pm
- Forum: Questions & Answers
- Topic: Visual Style in Grid Cell (SOLVED)
- Replies: 7
- Views: 15498
Visual Style in Grid Cell (SOLVED)
Hi,
If is possible to change the visual style of part of a cell in a grid.
I have a grid cell field that is 100 characters and I would like to change some of the text to a different visual style
If is possible to change the visual style of part of a cell in a grid.
I have a grid cell field that is 100 characters and I would like to change some of the text to a different visual style
- Thu Feb 28, 2019 11:33 pm
- Forum: Questions & Answers
- Topic: Edit/Display text as HTML in VLF command Handler
- Replies: 3
- Views: 7050
Re: Edit/Display text as HTML in VLF command Handler
Hi, Thanks fo the replies guys, will will review the demos...thanks
- Fri Feb 01, 2019 7:54 pm
- Forum: Questions & Answers
- Topic: Edit/Display text as HTML in VLF command Handler
- Replies: 3
- Views: 7050
Edit/Display text as HTML in VLF command Handler
Hi, first time post and currently in uncharted waters...
We have a VLF command handler where we display description text from in ISeries file. Ideally I would like to see the data in a HTML format on the command handler if the Text has been formatted with HTML tags.
I would like to amend this test ...
We have a VLF command handler where we display description text from in ISeries file. Ideally I would like to see the data in a HTML format on the command handler if the Text has been formatted with HTML tags.
I would like to amend this test ...