Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

I'm currently developing a pluggable widget that retrieves data from a microflow (List of Object, with one Object at index 0 (List<Object>[0] = Object), seems to be a limitation with Mendix). I ...
stneric's user avatar
  • 11
0 votes
1 answer
38 views

Is it possible to connect with an SSRS report from the Mendix application? I have prepared a report in SSRS, but I am not able to integrate it with the Mendix server. In Mendix, there is a native ...
Chandrashekhar Komati's user avatar
0 votes
1 answer
145 views

I’m working on a Mendix application where my customer needs to view Windchill .pvz files (3D CAD files) directly within the application before downloading them. The files are being fetched from a REST ...
KAVERI ANGADI's user avatar
0 votes
1 answer
113 views

Our team is trying to connect to an MSSQL server with Windows authentication that is hosted in our environment. However, we've encountered an error message stating "Invalid JDBC connection string....
Fire Bolt's user avatar
0 votes
0 answers
97 views

We are using the Mendix public cloud hosted in AWS and trying to connect to the SAP QA environment hosted on-prem. SAP is ECC 7.0. We are getting a connection timeout error. We checked with the ...
Vaibhav's user avatar
  • 359
0 votes
1 answer
608 views

i have a mendix project where i want to achieve the following, the user enter the page use the input area to send messages and the message appear in a list view above the input box. I created the non ...
Mega's user avatar
  • 19
1 vote
1 answer
109 views

After upgrading to v9 in Mendix, one of our Java actions is causing an error. The error can be seen below: ERROR: operator does not exist: bigint = character varying Hint: No operator matches the ...
Sarah's user avatar
  • 11
0 votes
1 answer
119 views

I am trying to use a Mendix Java action to import a zipped file of xml files however I am getting the following errors from the Java code: java.base/java.util.zip.ZipInputStream.ensureOpen(Unknown ...
Sarah's user avatar
  • 11
0 votes
0 answers
104 views

This is my Data.JSON [ { "x": ["2017", "2018", "2019", "2020", "2021", "2022"], "y": [0.010101, -0.21070779, 0....
RaghupathyB's user avatar
0 votes
1 answer
149 views

I'm new to mendix and I ran into a problem comparing dates in mendix. My task is to collect data whose date is one to the date of the last month. e.g. date>=01.04.2023 && date<=30.04....
Predrag Mirkovic's user avatar
1 vote
1 answer
147 views

There is an iFrame with buttons inside that I cannot change directly. The requirement is to use this specific iFrame. Inside this iFrame, there have many buttons with the same classname that the user ...
Benjamin Griggs's user avatar
0 votes
0 answers
120 views

I am trying to install yeoman in windows with command: npm install -g yo I am getting following errors: npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm ...
venu's user avatar
  • 1
-1 votes
1 answer
105 views

Can anyone provide the location of m2ee.yaml file for configuring Newrelic in mendix private cloud. Ref URL: https://docs.mendix.com/developerportal/deploy/setting-up-monitoring-with-new-relic/
JuliousGonsalves's user avatar
0 votes
0 answers
297 views

I made an error when I integrated the pdftron widget for mendix (low code). I couldn't link external links when CORS block...Access to XMLHttpRequest at been blocked by CORS policy : No 'Access-...
Dương Kim Hoàng Long's user avatar
1 vote
1 answer
373 views

I'm trying to create a Mendix Java Action which generates a thumbnail jpeg from a movie. I'm using javaCV 5.4 but I'm struggling to generate a Frame from the frameGrabber, for some reason it's always ...
Adrian Teale's user avatar
1 vote
1 answer
283 views

I am trying to test a mendix app with cypress. On trying to load the index file, I get the following in both the mendix and cypress logs. 404 - file not found for file: index.html/theme.compiled.css ...
John's user avatar
  • 1,813
0 votes
0 answers
254 views

Ok, this is going to sound odd, but hear me out. I've been using Mendix to deal with an app that manipulates wav files. I love how easy Mendix makes the front end. I have a FileDocument with a WAV ...
Brian Lorraine's user avatar
2 votes
0 answers
2k views

I am creating a pluggable widget in React, to be used in a Mendix application, that makes use of the ketcher-react package. With just the basics in place (see code below), when I want to build using ...
MWB's user avatar
  • 1,899
0 votes
0 answers
189 views

I am generating documents for students who visit a course. I have created an application in mendix and used the document template function for the generating of the documtens. I need to generate name ...
Lenny Puente's user avatar
0 votes
1 answer
382 views

I am developing a React native widget. It consists of a single View and I want to give this View the same color as another element on the page with a specific class. In React (no native) I would do ...
MWB's user avatar
  • 1,899
0 votes
1 answer
1k views

I'm trying to recieve an access token to use as authorization bearer token for microsoft graph api rest calls, all that in mendix. I'm following this guide -> (https://learn.microsoft.com/en-us/...
Lenny Puente's user avatar
1 vote
2 answers
750 views

In mendix i have 2 pages: Course Overview and Course_newEdit. As the names suggest overview i the overview page and the second one is edit page. The entity name is Course. Its attributes are: Name ...
Velocity's user avatar
  • 465
1 vote
1 answer
1k views

so i have this error in mendix when I am trying to use "get" to get the address information by inserting the post code and the house number to some API (the url is working alone but not ...
Fatima Toumeh's user avatar
2 votes
2 answers
800 views

Mendix is a low code development platform. I want to know which type of relational database does it uses?
Harshraj Singh's user avatar
0 votes
1 answer
192 views

I’m using the basic bar chart widget and I’ve got it to successfully produce a chart showing percentages of people that have passed a training course on the x axis, and the name of the course as the Y ...
Nick Wilson's user avatar