Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Forums] Action RecordListToExcel force column type as text in excel

$
0
0

Hi all,

is there any way to force a column to be set as text type when using the RecordListToExcel action?


Let's say i have a structure and the attribute is defined as text in the structure, but when i export to excel using the action RecordListToExcel the column type is general. 

The problem is that i need to use negative values, and in some cases the value start with a minus and the excel return an error. 

#VALUE!


Thanks

Best regards




[Forums] Update Entity question (multiple records)

$
0
0

Hi Harry,

Only using SQL and usually only if you want to change all the records you want to change attributes to the same values.

To be able to save different values in the same fields in different records using Update is very tricky...

Cheers,
Eduardo Jauch

[Forums] Update Entity question (multiple records)

$
0
0

Ok Eduardo,

Thank you for the explanation. I'll stick with the solution I had.

Regards, Harry

[Forums] Multiple Checkboxes | BulkSelect

$
0
0

Hello Henrique,

I'm not understand what you want to do, but let me tell you something.

Usually, when we want to perform an action over many selected records (using checkbox), we use a button. The check by itself does nothing (only check or uncheck the box).

Than in the action called by the button, we iterate over the list in the screen verifying if the column associated with the check box is True or False for each line and performing the action accordingly.

Cheers,
Eduardo Jauch

[Forums] Ellipsis box in IE 11

$
0
0

Hi 


I need to set an ellipsis to cut  a long sentence in a form. I set in the extended properties with style as 

SyntaxEditor Code Snippet

"text-overflow: ellipsis;"

IN IE 11 IT simply does not appear the ellipsis. In Chrome it appears but the field turns out editable which cannot happen at all. 


I want the possibility the user to hover the ellipsis and appearing the remaining text. 


[Forums] Re : FOREIGN KEY constraint

$
0
0

Hey Levent,


I understand that. 

Can you check if you have any data in the Entity Category on the ToDo_Core?

You can do this by right-clicking in the Entity and select View Data.

Regards.

[Forums] Re : FOREIGN KEY constraint

$
0
0

Hi people.

Please, don't resurrect posts from 2011.

Start a new thread.
Thank you.

Eduardo Jauch

[Forums] Input Mask Mobile - Force Update

$
0
0

Hello Vinicius,

Using the ForceUpdate action during the OnReady of the screen is not working as expected. We will add this to our backlog.


As a workaround, you can set the input variable directly with the output of your aggregate (or action):


Another possible workaround is to set the value during the OnInitialize, instead of using the OnReady:


On both workarounds, since the binding is done before the onReady is triggered, you don't even have to use the ForceUpdate.

Thanks,

Samuel Jesus




[Forums] Multiple Checkboxes | BulkSelect

$
0
0

Hi Eduardo,

Yes, Im doing with a button. My question is, how do I create a cicle to read line to line and deleting the rows that have a true atribute in my checkboxes?

My action of the button is represented right here. The If "Selecionados" represent the Boolean, variable of checkboxes.


[Forums] Input Mask Mobile - Force Update

$
0
0

Samuel Jesus wrote:

Hello Vinicius,

Using the ForceUpdate action during the OnReady of the screen is not working as expected. We will add this to our backlog.


As a workaround, you can set the input variable directly with the output of your aggregate (or action):


Another possible workaround is to set the value during the OnInitialize, instead of using the OnReady:


On both workarounds, since the binding is done before the onReady is triggered, you don't even have to use the ForceUpdate.

Thanks,

Samuel Jesus



Ok, the on initiliaze worked perfectly, thanks!

I have another situation:

Im in a page, and inside this page i have a form to create something, i full fill this and add and when i add i null all the fields, but occurs the same thing the fields that im using the Input mask doesnt update keeps the old value besides null...


[Forums] Clipboard on long Press

$
0
0

Hello John Snow,

We have been trying to replicate your issue, but so far with no success.

The closest we got into it was with iOS devices, and although the clipboard appears, the element never becomes Undraggable .

In order to help you, please provide us with the following details: 

  • In which device you were able to replicate this?
  • What's the version of the operating system of that device?
  • Have you customized the component? 

This information would help us replicate your issue, and possibly to find a solution to it.

Cheers,

Samuel Jesus

[Forums] Input Mask Mobile - Force Update

$
0
0

Hello Vinicius,

That situation is a good example where you need to use the ForceUpdate action. 

Since you are changing the value of the variable in an action, you need to force an update to the mask:

             

Hope it helped.


Cheers,

Samuel Jesus


[Forums] Multiple Checkboxes | BulkSelect

$
0
0

Hi Henrique.

You have to use a ForEach element in the logic.

Cheers,
Eduardo Jauch

[Forums] Input value of the mask doesn't update when variable value updates

$
0
0

Hello Vinicius,

We just answered your question on your other post.

Cheers,

Samuel Jesus

[Forums] Ellipsis box in IE 11

$
0
0

Hi Jorge,

white-space: nowrap; width: 46px; overflow: hidden; text-overflow: ellipsis; display: block;

use this piece of code i have tested it on ie-11 and working fine.

and use attribute title in the element to show the remaining value on mouse hover by passing the needed value in the value field of the element

Regards,

Pankaj


[Forums] Error while creating PDF

$
0
0

Using ExtractAllPagesToPDF action to create a new pdf. After passing binary data getting the following error:

"There has an unexpected exception occured during the pdf creation process."

I am calling the wrong function to create new pdf?


[Forums] Multiple Checkboxes | BulkSelect

$
0
0

Hi Eduardo, 

In that way I can create a cicle, but my bolean input parameter continue to pass only 1 value, so only 1 row is deleted...



Thank you for the help,

Henrique

[Forums] New MVPs join the OutSystems MVP Program

$
0
0

It's been an exciting couple of weeks since we made some changes to the MVP Program, and it looks like it got some people's attention!

We had over 30 MVP nominations, some of them recommendations from other developers, and we couldn't be happier with all the excitement around the program!

However, this is a tough process, and some candidates just need the extra time to be able to reach the amazing level of throughput our MVPs are known to deliver (if you're one of them, please don't lose hope - we're here to help you get where you want).

That said, 3 developers from this group showed incredible results and potential. They have been active in the Community, either creating valuable Forge components, writing brilliant articles or organizing memorable events for our developers. 

This group of 3 developers has exceeded expectations and we're happy to introduce them to the Community and welcome them to the MVP Program. 

Without further ado...

We have Martijn Habraken from Transfer Solutions, Olga Duarte from B-Synergy and Miguel Antunes from Noesis joining our exceptional MVP group. 

Find them here.

Congratulations on your amazing dedication and we’re looking forward to seeing all the great things we’ll be able to do together and with the help of our community.


This will be a great year for the OutSystems Community and OutSystems MVPs - we hope to see your name up here soon!

[Forums] SOAP Client Certificates Java

[Forums] New MVPs join the OutSystems MVP Program

$
0
0

Congratulation to all three!

I had the opportunity to work a little with Miguel Antunes in a small project back at the OutSystems last year and he is a really good choice to the MVP program.

Cheers,
Eduardo Jauch

Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>