Logout button for local user
Hi all,I am trying to implement a logout button for a local user. Any pointers?Would be highly appreciated
View ArticleCannot connect to specified api endpoint
I am trying a POC to deploy my packages on cloud so for that i subscribed to 30days trail on IBM Bluemix. Account created successful but now i am mendix modeler is not letting me proceed with...
View ArticlePrinting currency values like € 10,60
I'm trying to print currency values like € 10,60, but I get € 10,6. The last zero/zeroes will not be printed. How will I get a correct result? Piet
View ArticleCloud Deployment
I want to deploy my mendix package on Cloud (preferably with IBM Bluemix). Can anybody give me steps to follow and API endpoint error is coming that cannot connect to specified API endpoint. I am using...
View ArticleFocus On DataGrid SearchFields Inside a Tab
Hi,I have a DataGrid inside a Tab Control. The DataGrid is in the first tab which is also a default tab.I am trying to set the focus to the first Seach field inside the DataGrid, but inspite if trying...
View ArticleUnauthorized after succesful SAML2 login
Hi,I'm implementing a SAML2 authentication for a client and so far have set up the following:redirect to the IdP login screenredirect back to Mendixauthenticate user and look user up in the DBopen...
View ArticleDateFormat does not give the correct date
I use DateFormat to display a date in the locale of the user. DateFormat.getDateInstance(DateFormat.FULL,locale).format(aDate);The same record is used for all users.If I set the date to 05/24/2010, it...
View ArticleProcessing Out of Order
I am in the process of debugging a micro flow to populate my reference data and in the process have found something really strange happening.I have recreated a simplified flow to try to pin point where...
View ArticlePage Numbers to display at the end of each page of PDF
Hi,I have used page number in PDf Template . Its displaying where ever I have used it. But its not displaying at the end of each page.Any Advise on how to display page Numbers on end of each page?
View ArticleReference Selector Default Value
I have a reference selector displaying as a dropdown, and the values in the dropdown are being generated by a microflow, which is creating a list of a particular entity which is non-persistable, and...
View ArticleCompare lists with !=
We had encounterd some unintended behaviour during development when comparing a ReferenceSet Association with a not equals operator '!='. We came to the conclusion that when using the operator '!=' we...
View ArticleLanguage tag as classname in the body
When a user switches from language a tag (en or fr) is set as an classname at the body level like:<body dir="ltr" class="profile-desktop role-user en" cz-shortcut-listen="true"> Based on this...
View ArticleHow can I give Date and Time parameter to OQL Dataset?
Hi team,I want to provide adate time parameter "Next4days " to my query. But there is no parameter type Date and time. It is Date and time range which I can not compare with the date time. Here is my...
View ArticleNext Line to display in PDF
Hi,I am displaying a String value is PDF using PDF Template in mendix. I want to display the String in between next line characters. so this String is a concatination of some value then...
View ArticleMendix 6.8.0 experiences
Hi,First of all, the fix to close a popup first and then refresh objects really is a big win, better performance, less confusion for the end user because they no longer see a popup briefly change its...
View ArticleIssues on Data-List view
I have a list view with few associated records and few text area . When a new record is added the data filled in text area is lost as the list gets refreshed . I don't want to use on change commit as...
View ArticleSticky container
I have a layout grid with two columns. On the left side are input controls and on the right side is a graph. The page is longer then the browser window. I would like that when you scroll down the graph...
View ArticleShowing currency in ChartJS widget
Showing currency has not become easier in Mx6, at least that is my current opinion. Input fields can be handled with the bootstrap input addon and with some css as shown here allthough I have not...
View Articlechange cachebust default behaviour
Hi,When you set a cachebust in your index.html e.g:<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css?{{cachebust}}">The cachebust is only set for certain default file extensions.Is...
View ArticleGoogle Charts Newby - 2
Thanks for all the response on my first question!! The testproject from github is up and running after upgrading the RESTservice and CommunityCommon from the AppStore. So I thought this was going to be...
View Article