WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for UI

(...) Is it possible to create a mobile app, where some data are also available, when the device is offline? For example I have to update some data on devices, that are within a bUI lding where no data connection is available. I update the data in the forms and when data connection is back, it synchronizes or sends the data. Best regards

(...) Hi, I'm new here in the forum. I hope a got some help. My first question is about 'Hot Folders' The Configuration of the folder is qUI te easy. But my process, I want to start - doesn't start. I have configured in the 'Start-Workflow-Settings' the name-field and added the value of the user to which the task should be applied. See the attached picture. But it doesn't work. The User is an A (...)

(...) rkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindDiffOnNavBarItems(List`1 flatDifferenceList) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.MappingListsDifferenceBUI lder.GetFlatDifference(MappingList source, MappingList destination, IGetByIdWrapper getByIdWrapper, ImportVerificationResult verificationResult, DbNodeType[] selectedDbNodeTypes) at WebCon.WorkF (...)

(...) and creative layout elements help create a memorable reader experience. Margins and Spacing: Adequate margins, gutters, and line spacing are vital for readability and compatibility with printing gUI delines. Image and Illustration Placement: For books with images, illustrations, or graphics, professional design ensures correct placement, resolution, and alignment with the text. Print-Ready (...)

(...) Hi all, After finally having upgraded from 2023 to 2025 the new UX was qUI te a surprise. I now find that I am unable to change the order of reports, which worked in 2023 version. Is there a way to arrange the order of reports in 2025? OK, sorry, I just found it. Need to do it in the browser by changing the mode to edit in the application dashboard. This used to be available as dashborad in Designe (...)

(...) ases, where processes are divided to improve system scalability. Currently, this can be achieved using the API, but if we want to transfer and delete the attachment simultaneously, two actions are reqUI red: using the REST API for transfer and a separate action to delete the attachment.

(...) icActionTypes.TypeID left join WorkFlows on ACT_WFID = WF_ID left join WFSteps on ACT_STPID = STP_ID left join WFAvaiblePaths on ACT_PATHID = PATH_ID left join WFPlugIns on PLU_ID = ACT_PLUI D left join Automations as actionDefinitionAutomation on actionDefinition.ACT_AUTMID = actionDefinitionAutomation.AUTM_ID left join [WFActions] as templateAction on templateAction.ACT_ID = acti (...)

(...) attachments associated with a specific instance. My goal is to obtain a single text line in the following format: 'Base64 PDF 1', 'Base64 PDF 2', 'Base64 PDF 3'. -> The easiest way would be to use bUI lt-in tools, but unfortunately, that doesn’t work (CONTENT AS BASE64[GET ATTACHMENTS]) After attempting this myself without success, I came across an answer provided by Karol in 2023: Karol Częczek (...)

(...) ing on HTML markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a register card? Unfortunately I didn't find a bUI lt-in function for that. Thanks a lot in advance for your help. Best regards, Nik

(...) aces. In Webcon 2022 decimal places were shown. Is it a bug or can I do sth with that? I attach a photo with this case. On the photo the label shows 0. It should show 0.09. Decimal places are qUI te important when I want to show a share of something, as it will always be in the range . Regards Lukasz

(...) ugh few steps. When not visible, it will reset. When visible again, it will start again. Alternatively, • JavaScript, HTML, CSS stopwatch with buttons (Start, Reset are enough). Are these reqUI rements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some JavaScript functions. • There are a Form Rules with JavaScript mode But, where t (...)

(...) d in 0ms (21.01.2025 14:13:30) 'Return single element ID for attachment step' started. (21.01.2025 14:13:30) 'Return single element ID for attachment step' completed in 0ms (21.01.2025 14:13:30) 'BUI ld elements attachments query step' started. (21.01.2025 14:13:30) 'BUI ld elements attachments query step' completed in 0ms (21.01.2025 14:13:30) 'Get attachment metadata' started. (21.01.2025 14:1 (...)

(...) Hello, just a qUI ck idea - as of 2025 version, we are able to select custom app icons for applications. What do you thing about allowing selection of icons for reports / dashboards in navigation menu?

(...) Nieprawidłowy format ciągu wejściowego. ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- w System.Text.StringBUI lder.FormatError() w System.Text.StringBUI lder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) w System.String.FormatHelper(IFormatProvider provider, String f (...)

(...) KB article is directing to Webcon version not available in download https://community.webcon.com/posts/post/manual-database-update-prereqUI sites-and-procedure/515/3 [quote] The problem has been fixed in versions 2023.1.3.326, 2024.1.1.193, 2025.1.1.72 by adding a mechanism in the installer (launched when installing or updating a WEBCON BPS version) to automatically update the attachment datab (...)

(...) lly, I need to log every time a user: 1. Opens an instance or document in order to access data, regardless if they've seen it before or not 2. Prints a document Has anyone tackled a similar reqUI rement before? If so, I would really appreciate any advice, ideas, or suggestions on how to approach this. Any pointers on how to capture and log these actions would be incredibly helpful. I was think (...)

(...) Hello, is there a gUI de on how to move both databases and the portal to new servers? I tried to backup the databases, restore them on new database server and then perform upgrade on the new application server, but the installation fails when connecting to the Search Server: 06-02-2025 19:02:51 msg: Step2 src: Upgrade 06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChe (...)

(...) Hi, I'd like to bUI ld SQL query that uses 'current BPS database' and at the same time uses linked server that exists on that server. So I want to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database].[schema].[my_table] t2 on t1.id = t2.id Unfortunately it doesnt work. I got an error in Webcon Studio "Access to the remote server is denied bec (...)

(...) ble in reports" is now named "Dataset Columns" under the "Columns" section. As shown in the attached image, the "Default sorting" section is missing. It may have been relocated, but we need your gUI dance to find it. We have successfully managed all other changes so far and will share our solutions by the end of next week (maybe finding some more changes with going live on monday). Thank (...)

(...) Hi, I need to bUI ld a process that will work as a service, check a mssql table, and start the process if new rows are added to the table. Single process based on a single row in SQL table. Maybe someone has bUI lt a similar functionality? Best regards.