Excel Importer Skip last line of excel while importing
Hello,I am using ExcelImporter in my Mendix application with modeller 4.7.1. I want to skip the last line in my excel sheet when file is getting read. Is there any way to achieve this?Thanks in advance
View ArticleUsing string parameter in OQL?
I have created an OQL and now want to add a string parameter so I can manually type in part of the value I'm looking for. To be specific: I have a report which I need to filter on article number, of...
View ArticleSorting columns in datagrid with data from association
I have a table in a datagrid with normal attributes and values of an association. Sorting (asending/descending) does not seem to work for the columns of the table from the association. I also have...
View ArticleCSS errors when opening a page
When I try to open a page I always get two errors from that page.404 - file not found for file: styles/css/lib/false404 - file not found for file: styles/css/custom/falseIs there any solution for this...
View ArticleForgotPassword Module
I've got the ForgotPassword Module up and running and emailing users. All seems to be working, with the exception of "UserFullname" doesn't appear to be populated.Am I missing something fairly basic,...
View ArticleExcel exporter fatal error encountered
Good Dayi am having an issue with the excel exporter module, when i try to export i get a fatal error, both locally and on cloud, the stack trace is below, if anyone has had this issue and overcome it,...
View ArticleSignout Button
How to use default Signout button in mendix 6.3.1 ? I just need to know how to signout from a session using Default signout button in mendix 6.3.1
View ArticleFeedback Widget Translation
I've just implemented the feedback widget in a project and I got the question from the customer to translate it in Dutch, because a fair amount of the users won't be able to understand it. I've already...
View ArticleIs TextareaAutogrow error causing blank page?
Morning everyone, I have upgraded an app to 6.4. When I log in, the login page shows ok, but is then followed by a completely blank screen. I am getting this error in the console of my browser...
View ArticleCSS error 404-error
I already asked this question but did not get a real answer only where to look.// Font Family Import $font-family-import: false; @import url($font-family-import); Where at mine it looks like// Font...
View ArticleRemove sorting option for part of the columns in a datagrid
Hi! I have a datagrid with multiple columns. because part of the columns are filled with attributes of a self-reference the sorting option in the column header does not perform right see my previous...
View ArticleUnsupported Content-Type: text/html; charset=UTF-8 Supported ones are:...
After a webservice call we receive a web service response but we encounter the following error:com.sun.xml.ws.server.UnsupportedMediaException: Unsupported Content-Type: text/plain; charset=utf-8...
View ArticleMicroflow loaded page loads only 1 column
Dear Mendix admins and users,I only resently started using Mendix and I am working on a shopping cart. The shopping cart is assigned to system.users and catalog.items and has a variable...
View Articleselecting multiple object
I want to change an attribute for all objects from an entity with a certain value for a selected attribute. So I am trying to select those objects, however I have no knowledge of how to do this.
View ArticleAppservice call returns a list instead of Response object
Hi,I wonder how and why is this possible: in the attached image you have the model of the App Service at left. At right you can see that after the call, the Response object is actually a List. But it's...
View ArticleFailed to retrieve Email template for sending email
I have tried an email template for sending email & I have download all Encryption,Mx Model Reflection & Email Template from app store.When I have sent a email template to gmail address, its...
View ArticleDate/Time Best Practices
Is there a suggested way to handle all the date/time attributes in your project? What I mean more in specific relates to a few things...should we always localize all dates if it is possible that our...
View ArticleWorking example of E-mail module on Mendix
Hi There, Please can someone kindly upload a working example (Video/Tutorial) on how to use the e-mail module from the app store. I have tried to follow the link below...
View ArticleHow to overwrite the column width given in Mendix Data Grid?
Hi Team,Please advise, how can I overwrite the Data grid column width give in modeler to column width fit with its contents? Personally, want to achieve using percentage property instead of pixel.I’m...
View Article