WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

In reply to: Jack

I don't know German very well ;), so I only just saw that you don't have a service assigned.
I checked mine and it happens when you don't have the option that Maksymilian wrote about active.

I assume you have a WEBCON OCR FRAMEWORK license (it's different than a FineReader license)?
Also check if you don't have OCR set at night?

Maybe try refreshing the webcon license and restarting the webcon service

Hi,
the 'OCR AI' Checkbox is checked and the Nighttime Option is not checked.
I tried what happens when I uncheck the Checkbox ([can be seen in the Report image] - the first line is with the 'OCR AI' checkbox checked, the second line with the 'OCR AI' checkbox unchecked)

I have activated both licenses (WebCon OCR Framework & ABBYY FineReader Engine 12 Runtime License). After refreshing the webcon license and restarting the webcon service nothing changed...

MVP
In reply to: Jack

Hi,
you can set it at a specific step (screen)

Hi Andreia,

the way Jack mentioned is the correct way. I prefer another approach though. The reason for this is simply, because I hate changing anything in the steps, because it will be forgotten.

I use an HTML field which hides the 'Add row' button with CSS for the item list. This field is then displayed in the field matrix, whenever the item list should be editable but without adding rows in some steps.
2189 is the id of the item list.
<style>
#SubElems_#{WFCON:2189}# .subelem-addRow {display:none;}
</style>

Best regards,
Daniel

In reply to: ce

Hi, yes this is the output:

(Translation of the picture):

Add text layer

Message
Enqueued attachment with ID = 1200 with priority 5.
1 file attached

I don't know German very well ;), so I only just saw that you don't have a service assigned.
I checked mine and it happens when you don't have the option that Maksymilian wrote about active.

I assume you have a WEBCON OCR FRAMEWORK license (it's different than a FineReader license)?
Also check if you don't have OCR set at night?

Maybe try refreshing the webcon license and restarting the webcon service

Hello all,

I have an item list to enter quotes. In the quotes step, the user must enter the rows with the different values for the quotes and then send for approval.
The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable, the Add button is available.

Is there any way to allow the user to edit the item (to select the row of interest), but not allow to enter new ones?
Thank you!