[Forums] Connection with a Port COM (Serial)
Hi, I need to read the weight from a scale installed on a COM (Serial) port in an application developed in outsystems, someone did something similar or have any idea how to enhance this conversation...
View Article[Ideas] Start with SQL Server machine learning services
Microsoft provided the machine learning services in SQL Server so that it can support data science tasks. The user need not expose the data unnecessarily so it becomes non vulnerable while moving it...
View Article[Forums] Screen - Waiting for a response
Hi J. You indeed understand the flow as it would normally be.So on top of that we have:7. underlying screen moves to next screen once payment is accepted.So the question is, how can this screen know it...
View Article[Ideas] Color the IF connectors Green and Red
After yet another bug with swapping an IF... could the True connector be GREEN and False RED? Thought i already posted this idea years ago, but couldn't find it...
View Article[Forums] Connection with a Port COM (Serial)
Hi Guilherme,Man... You are swimming in deep water, without safe devices... lolOutSystems applications, being web applications, have some limitations.One of them is that the app runs in a browser, for...
View Article[Forums] Ordinal ordinator
Hi Guys,Is the a simple way of displaying an integer value followed by a suffix Ordinal Ordinate eg: 1st, 2nd, 3r, 4th,21st,22nd,77th
View Article[Forums] Pie chart onClick to filter a table
Hello ImraanTHe PieChart has a property called Clickable. Set it to True and set the OnClick screen action.In the screen action, you can use the action DataPoint_GetClicked (from the Charts extension)....
View Article[Forums] Tool list blocked
Hi all,I just installed a dependecy called More UI Patterns.Once I tried to use, my tool list got blocked. Any tips?Thanks,
View Article[Forums] POSTBACK - The remote server returned an error: (405) Method Not...
Kilian Hekhuis wrote:Hi Sherwin,If it is already set to POST, and Postman gives that error, and in Service Center there's no logging, the only thing I can conclude is that you use a wrong URL.Hi Sir...
View Article[Forums] POSTBACK - The remote server returned an error: (405) Method Not...
Hi Sherwin,Good to hear you found the problem, and thanks for the update.
View Article[Forge] Number To Ordinal Text
A very simple function to return a text with the ordinal representation of the number.
View Article[Forums] Ordinal ordinator
Hello Mthunzi. I don't think there is any "ready" function to do it.You can implement one very easy, anyway.I just uploaded one to forge, so you can use it or adapt it to your...
View Article[Forums] Is it possible to return a list from web-block to parent?
João Neves wrote:On web apps you can pass a list to a web-block. All changes will be made on the original list (list won't be copied).Are you really sure? I've tried it and it seems not changing the...
View Article[Forums] Is it possible to return a list from web-block to parent?
Martin,Lists are passed by reference in the same eSpace only. Across eSpaces, the list is copied. Personally, I would never rely on this, because it's pretty invisible, and could break when refactoring...
View Article[Forums] Tool list blocked
Hi Anselmo,The problem is not the installation of the component, but the active preview. You need to deactivate the preview mode, for that press again the icon:Best regrds,João Nobre
View Article[Forums] Tool list blocked
Hi!I cant believe that...I missclicked this option I think.Thanks for the answer,Anselmo.
View Article[Forums] Maybe a Duplicate feature?
Hi Rajat Agrawal,I guess this actions is already implemented on native RichMail extension: HttpBinaryGetPlease check if your component really has a different function or escope and put in your...
View Article[Forums] how to automatically detect Internet connection status?
Or... you could use a built-in function from Outsystems called GetNetworkStatus() it will return true while online and will return false while offline.
View Article[Forums] how to edit username in user info block
Hi,I'm creating a mobile application that allows you to create users. When the user signs in, they see the word "username" instead of their own username. This is under the User Info block of the...
View Article