View Full Version : Unable to click on formitem Button when section in edit mode
Hi all
In a standard section, if I need to have a formfield as a button or hyperlink, when the section is in Edit mode, the field is not clickable..
is there any solution?
thanks
Fabio
barrymavin
2016-02-28, 19:15
When you edit the data hyperlinks are editable. If they were not you would not be able to change them.
With regards to a commandButton I need to look into it and see what's going on.
Hi Barry.
The form field is not a table field ..
It is the result of a function: Q_RemoveHTMLTag (ARTICOLI.DES_WEB)
in practice, it is the text content in a memo.
I wish that, during the edit, he can click it .. or as a hyperlink or as commandbutton ..
but in both cases, in edit mode, I've a red round mouse icon...
In display mode, work fine.
thanks
Fabio
barrymavin
2016-02-29, 05:47
Hi Fabio
You can't edit any fields that are calculated which they are. The display as hyperlink will only work in display mode not edit mode.
also the CommandButton?
If I've a commandButton, is not cliackable in edit mode?
thanks
Fabio
and I do not need to edit the Hyperlinked field, only click..
thanks
Fabio
barrymavin
2016-02-29, 07:39
Hi Fabio
I'm puzzled, why would you not just use a dialogButton?
Because in this way I need to insert another row in the section.. one for each memofield.
in this section I've several memofield.
When the user click on the Hyperlink (or commandbutton), I open a Dialog with RSP page whith the HTML editor
1247
But If I'm on edit mode, I cannot click on Hyperlink (or commandbutton).