WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Jacek Wojnar > Forum messages

Jacek Wojnar

User

Hi, I checked and it seems to work on my version (2023 R1). Try adding the tag example in attachment

Hi, rule looks OK. but you have to put it in two places (the easiest way is to make "Form rule" and use it twice) 1. "Style and behavior" (where you did it) 2. Tab "Behavior" in "Main Form" Regards

Hi, javascript is not necessary. The rule (screen) works fine for me. It is placed in the "Style and behaviorr" tab for the date column

transformation to PDF
06.08.2024 10:32

Hi, I think the easiest way to do it is through an html template, place the image in it and use action "Generate a PDF file" --- EDIT --- additionally check this out: https://community.webcon.com/forum/thread/4908?messageid=4908

Hi Paweł, I had a similar case once and the reason was that the finereader license had expired Regards

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

Reservation system
05.08.2024 18:25

as Arek wrote, you have to check in the database if the parking space is free. In the my first entry I suggested checking it based on previous reservations (if there is no reservation for a given day = free space). In my opinion, this will be the easiest.

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

Hi, did you check the history of the element?

Reservation system
05.08.2024 08:51

Hi, after selecting the dates, you can limit the list of places to only those that are available in the specified range (i.e. have no reservations made). the query could look something like this: SELECT dbo.clearwfelem([column "Miejsce parkingowe"]) FROM WFElements as places WHERE places

after playing with styles the line looks a bit clearer --- EDIT --- and the bar/line order makes a difference

unfortunately it doesn't look spectacular (the line is barely visible), but it seems to work ;)

great :-) yes - you can remove dummy field and SET "_D7 Lista HELP" only if status NOT 5, 7 or 8. So you can have one IF inside foreach without ELSE

you can add a technical field (TRUE by default) and set it to FALSE only if something is wrong. At the end of the loop you return the value of the technical field. I haven't tested this, but maybe something like this will work --- EDIT --- You can also add alert inside last IF

I don't know if I understood correctly, but if you want to do nothing, you can just return FALSE (then the loop WILL NOT go through the path)

Hi Andreia, what kind of error do you have? I prepared a chart according to your screenshot and it works correctly

Hi, did you try "Additional path validation form rule". inside it you can use Business rule, which can include checking if someone is in the group. The advantage of this validation is that it is ALWAYS performed (even if the process is waiting for other people)

Deleting attachments
31.07.2024 14:00

Hi Krystian, great idea :-) I checked and it seems to work (I completely forgot about these SDKs)

dbo.WFAttachmentFiles
31.07.2024 13:51

Hi, adding to what Krystian wrote, you can select the database here (screenshot). The change is possible ONLY if there is no attachment in the process yet