Change properties of several input fields at once?
Every now and then, I need to change editable properties of 20+ fields from default to never. Currently, I do this one by one. Is there a way to highlight all fields and change this setting?
View ArticleApplication title setting being ignored?
I have just downloaded and installed Modeler 6.5 and running locally, it looks like the Application title defined under Navigation is being ignored. It is titled as Mendix 6 - XXX in the browser,...
View Articlemxui.css file location
Hi all, In my current project, i am able to view the Project .css files in 2 locations, i.e; deployment and theme folders. I have a requirement that needs some css changes in the mxui.css file. I am...
View ArticleDownload file action doesnt seem to function on a particular microflow
Hihas anyone faced an issue where the file document download action didn't work in a particular microflow? i have the same action in other microflows and those seem to work. in the troublesome...
View ArticleGrid filter parameters to microflow
Hi ,I want an customized export through an microflow , i.e not using the 'export to CSV' from mendix instead using the file entity from system. I have to write the content of a grid to the file and do...
View ArticleAD integration solution using Ldap
Hi Everyone,I have a requirement to implement the AD integration, initially we have to implement it in one app and then use this solution across multiple apps. So I started to gather some initial...
View ArticleOn change - Filter / Sum Float Values w/Default of Empty
Hey Forum,I've created a time capture module within our app, where each day of the week has its own attribute (float). Because the user typically must create several timesheets each period, he needs to...
View ArticleHow to handle payment of anonymous user?
Hi guys,In our app it is possible to make a payment as anonymous user.This anonymous user creates a payment and response object with a POST request. And goes further to the payment environment. After...
View ArticleHow to retrieve the deeplinkvalue in a MF when deeplinked?
Hi guys,An anonymous user comes back from an external environment through a deeplink. This deeplink executes a MF. In this MF i want to retrieve the deeplink the user came the app in. How could I do...
View ArticleDebugger instability issues
For quite a long time I have issues with the Mendix debugger. When I choose "step into" the modeler completely crashes. I have to restart and manually stop the Javaw process. I'm having this problem...
View ArticleError "Mendix Modeler has stopped working"
Hi there,I just installed Mendix Modeler (latest version) on Windows 7 (i'm using parallels 11 on Mac) but for some reason Mendix Modeler doesn't start at all. When I try to open Mendix it shows an...
View ArticleCast entity with Java
I'm trying to upcast or downcast an entity in Java and then commit it to the database. For example, if cat is a specialization of animal: cat nowCat = (cat)animalParameter1; nowCat.settailLength(3);...
View ArticleListView styling: Default vs. Stylingless
Hi all,I have a listView that is embedded in a Template grid. The template grid has a parent object and the nested listView should display its childs in list. Currently, the listView has a border,...
View ArticleXHTML issue, strange behavior, hints appreciated.
I have two 5.21.1 projects. One is solely to test the rt-2-PDF solution in the Appstore and that works without a jiffy. The second project is the actual production version. I incorporate the module...
View ArticleOpen an HTML document
Hi,I want a provision to open an HTML page which contains something like help content or some general contents from an Mendix link button. I want to have an generic html file in my project it self lets...
View ArticleRead Only Access to modeler
Is it possible to allow users to download the model from the team server but prevent them from committing changes?I would like to provide access for communication purposes and view but need to prevent...
View ArticleGet Maximum Number of Users Java
HiTo my understanding Core.getMaximumNumberConcurrentUsers() returns the maximum number of ConCurrent users the license allows, is this correct? I would like to know if it is possible to obtain this...
View ArticleExtending Leaflet Maps Widget with ability to show routes
We're using the Leaflet Maps Widget to show addresses on a map and it works very nice and easy. We also would like to show routes on the map, basically with a route string which holds a large list of...
View ArticleXPath query function "count"
Hi all,I am trying to do the following. There are two tables: OrderHead and OrderLine with an 1 to many relationship: one orderhead can have many orderline. An orderLine can have an orderType.I have...
View Article