File upload security - Virus / Filetype - Mimetype check
Hi,We have a requirement to look at a secure upload function for files on mendix. This would require files to be virus checked, checked for mimetype / filetypes (i.e. avoid exe files been renamed to...
View ArticleExcel Exporter always exports DATETIME while I only want DATE - How to solve?
Dear Community,The app store module "Excel Exporter" (https://appstore.home.mendix.com/link/app/726/Mendix/Excel-exporter) is a really useful addition, however I run into the problem that the OQL...
View ArticleCan we have a separate port for the odata service?
Currently the odata service on back of the url is like localhost:8080/odata/ however if I want a separate port just for the odata service to be 8090 instead of 8080, would this be possible? There is...
View ArticleDeeplink Error with Forgot Password function
Hi AllI get the following Deep Link java error when i click on the link in the mail to reset the password in the forgot password module(Function) An unhandled error occurred in the...
View ArticleDefault value in datagrid searchfield filled when no default value is set.
Hi everyone, I'm encountering a problem with the searchfields in some datagrids I'm using. The problem occurs when I return to a page with a datagrid, after I went to an edit page for the displayed...
View ArticleActorSystem: Uncaught fatal error from thread
We are getting this error when trying to start our application and it is something we have not seen before. We are currently trying to roll back to a previous version to see if that fixes the issue....
View ArticleMendix Deploy API Fails in Production
Currently we are working on programmatically updating constants and restarting our Mendix applications. The issue we have is that both setting constants and restarting works, but only for our Test and...
View ArticleMendix Performance Decline on different Screen resolution
HI all, I have an application in 5.19 where a page is showing a simple ListView which gets added with entity instances on button click(like shopping cart)Now this is pretty ok on 1024 x 768 but...
View ArticleAutomaticly log out of the user
We thought this was simple, goto the advanced section and set a session time out. Problem is that it is not working. Users are not logged out after system inactivity. What are we missing here?Customer...
View ArticleSoap call from Mendix gives javax.xml.ws.soap.SOAPFaultException: Server:XML...
I try to connect to Formdesk for a client using http://www.formdesk.com/api/soap.wsdlFrom SOAPUI I can make a call (using a specific endpoint including an API-key). Recreating this call in Mendix using...
View ArticleCustom Search on Date field
I am trying to implement a custom search on my grid. I am facing issue with implementing Date comparison in the Xpath.I am doing it like "[DueDate = $TaskSearch/DueDate]". But it doesn't fetch any...
View ArticleError in startup - NoSuchElementException - Why and How?
Hi guru's,I had this NoSuchElementException when mendix runtime starts in my 5.19 modeler.I found a solution for this by cleaning the deployment directory(option in modeler)However i would like to know...
View ArticleError when clicking on the cross
Hi all,How can I debug the function behind the closing cross of a popup? --> Thanks!BR,Mauro
View ArticleAdd webpage via text box
Hi all,I need to have a text input field and an "Add" button beside it.After pressing the butten the text field should disapear and the text added to a list view.The list view is not the issue. The...
View Article5.16.1 'Empty caption' warning
In a data grid, a column intentionally has no caption, because the cells contain icons, on the customer's request.This forces Mendix to show a 'warning'. It is possible to 'solve' this by putting in a...
View Article‘Apply context’ and ‘Remove from Context’ legacy code or useful?
In the last year that I never found the need to use the options ‘Apply context’ and ‘Remove from Context’ in data grids and reference selectors (with Mx4). The documentations says “In version 2.5 there...
View ArticleMultiple environments on a Menidx cloud node, how to change the name of an...
Besides the usual 'Production' and 'Acceptance' environments on our Mendix cloud node, we have recently (bought) another environment. This environment is called 'Test' in the deployment tab (see...
View ArticleInternet Explorer not showing pictures randomly
Hi all, Our application uses pictures and charts which are not always shown when the app is viewed in Internet Explorer. When hovering over the empty spot the picture appears, but for the chart the...
View Article$CurrentDeviceType does not recognize a tablet with Windows 10 running in...
Dear community,The project must support both Desktop and Tablet users. For some functionalities there are differences between the desktop and tablet users to improve usability (swiping vs paging). The...
View ArticleparseDateTime($Date, "yyyy-MM-dd'T'HH:mm:ss.SSSZ")
Hi everyone,i need to parse a datetime string in the following format:Format: ISO 8601; YYYY-MM-DDTHH:mm:ss.sssZ Example: 2015-07-04T12:08:56.235+01:00parseDateTime($Date, 'YYYY-MM-DDTHH:mm:ss.SSSZ')...
View Article