Associations inside a database
I am creating a small app, but having problems when trying to implement a reference selector how I want it to work.In an entity, I have a the attributes 'CustomerName' and 'ProjectName' but I would...
View Articlelink on Data Grid
How to create a link on particular column of a table(Document name) in a data grid. By which whenever anyone clicked on that link then related document will open.
View ArticleHover in templategrid with nested datagrid
Hi all,I have a templategrid with a nested datagrid. Templategrid has the follwing hover effect: On-hover, background color changes. Background of nested datagrid remains white / default. Target...
View ArticleRetrieve child objects by association - Self association
I have a entity with self-association that have an object of the same entity as its parent or children. I do not want to commit changes on this entity. I would like to retrieve a list of children...
View ArticleOQL query Exception
Hi,I m trying to run the following query:select * from dataload.gsrl INNER JOIN dataload.gsrl/dataload.actvtypegsrl/dataload.actvtype WHERE dataload.actvtype/expttype_cd = '9027'But i m getting...
View ArticleHow to consume HTTP POST service/API?
I have an external service that offers a HTTP POST API. One method returns an HTML, the other a (PDF or other) document. How can I call these from Mendix and especially how can I use the result -...
View ArticleiFrame working in Sandbox/Local?
Hi,I'm running 6.6.0 and trying to figure out the iFrame widget. I've put it on a sample form, and pointed it at an attribute either with or without an http or https prefix. I have nothing in the...
View ArticleConsuming a webservice that requires a Float
Hi, Doing some testing with Mx6.6 and encounter the issue that one of the web services that I need to consume (and is out of my control) requires a Float value (when importing it, it shows datatype...
View ArticleCannot view or download files using CF amazon S3 storage
We configured a CF IBM bleumix environment using Amazon S# as file storage an Elephant DB as a database. We configure the environment variables and deployed the application on CF. Everything seems to...
View ArticleHow to configure "request handler" environment in IBM Bluemix
Within IBM bluemix I can configure all my Mendix environment variables like schedules events, constants, runtime settings, etc. I can't find any information about how to configure the "custom request...
View ArticleRunning application locally with external MS SQL DB
I am able to run the application locally with a local DB, however when I connected to an external sql database I get the below error during the build:Mendix.Modeler.M2EEConnector.M2EEException: Request...
View ArticleRemote debugging offline mobile app
Hi all,I'm trying to debug an offline mobile Mendix app (on an Android device) by connecting my tablet (profile=phone) to my desktop via USB and using the Google remote debugging tools...
View ArticleConnecting to External Database rather dan in-built on AWS server
Hi,I have already built an app for my company. But the data to be stored is very large hence putting this app on cloud will be hard. So we have come up with a plan of deploying the code in AWS . We are...
View ArticleImage in rating widget is not visible when running in Sandbox
HiWhen I am running local the stars for the rating widget is visible. But when I am running on the sandbox these stars for the rating are not visible. I see that the image shows a broken paper,...
View ArticleCommon Text Widget issue in Mendix 6
Hi, I just migrated from 5.21.4 to 6.6.0.I have a problem with the common text widget. The behavior is different.Here is an example of a text entered in a text area and stored in a specific field:Here...
View ArticleActive Menu Tab
I would like to change my default Mendix Active Menu Tab without click on the menu but set it active on page load/in a microflow.
View ArticleStart a browse file pop-up form an action button
Hi,I would like to start a pop-up browse file page after I click an action button. Something like "open file" so that helps in browsing the files from the disk.Kindly advice.Thanks.
View Articlehow to debug java on pivotal
I need to debug on a (on-premise) pivotal environment. I found how to connect the mendix debugger, but I cannot find how to connect Eclipse debugger to the environment. Is this possible at all? If yes,...
View ArticleI am unable to see dashboard/loginpage after adding DatagridExtenion
I am trying add DataGridExtention for showing Link in one particular column of dataTable. I am unable to see Login page after adding this widgetIn Browser console i am seeing...
View ArticleHow to add dummy column to Datagrid/DataGridExtention
Hi,I want to add dummy column to the DataGrid. This dummy column will have two buttons inside of it. is this possible with this DataGridExtention? Any suggestions.
View Article