[Forums] Advanced Sql: To return all rows when the condition is empty
Hi All,I would like to ask regarding advanced query. For example i have the following sqlSELECT * FROM TESTÂ WHERE TestName = @nameSo if the parameter name is empty, i want the advanced sql to return...
View Article[Forums] Advanced Sql: To return all rows when the condition is empty
SELECT * FROM TESTÂ WHERE TestName = @nameor @name LIKE ""
View Article[Forums] Calendar widget is not showing after text box is invalidated
HiI have associated calendar with textbox. When user is not selecting any date, I am invalidating that textbox and giving error message as below.But after that I am not able to get the calendar control...
View Article[Forums] Image Cache Clear
Doesn't matter the name of the file when you upload it. What matters is the name you give in the property File Name. Because this will be the name that will be inserted in the tag img in the html that...
View Article[Forums] Screen - Waiting for a response
Anyone got any good ideas for the following challenge?In our application we have a screen that lets the customer do a payment. This payment is handled by a external party in a popup. Once the user...
View Article[Forums] [DiffEntityData2Text] Translation_BuildChangedString_Record issue
My problem was slightly different and I have made a new version of this component.
View Article[Forums] Calendar widget is not showing after text box is invalidated
Hi Suraj, I also have same issue long back, What i did i took a container and place the text box and calendar widgets into it and refresh that container. It works fine.-Hitesh-
View Article[Forge] Html To Binary
This extension is created to pass the URL in the input paramater and you will receive binary data in output.
View Article[Forums] Support for blob - display PDF generated in javascript
Hello Hanno,The way the code is and the component was build around it requires that the PDF be passed in an URL.I'm pretty sure that should be possible to change the code (and the component) to accept...
View Article[Forums] Advanced SQL: How to remove column with empty values
Hi All,There is a possibility that there is a empty value for the column. So i would like to check how do i remove the row with empty value?Thanks
View Article[Forums] Support for blob - display PDF generated in javascript
Thank you, Eduardo, I appreciate you taking the time to provide feedback. Looking forward to the changes being implemented next year.Hanno
View Article[Forums] Advanced SQL: How to remove column with empty values
Hello Jace,Not enough information. What do you mean by EMPTY?Are you saying that the field in a row can be NULL?By default, in OutSystems tables, the only way to a NULL to appear as the value of a...
View Article[Forums] Advanced SQL: How to remove column with empty values
Eduardo Jauch wrote:Hello Jace,Not enough information. What do you mean by EMPTY?Are you saying that the field in a row can be NULL?By default, in OutSystems tables, the only way to a NULL to appear as...
View Article[Forums] Calendar widget is not showing after text box is invalidated
Hello Suraj,If you are doing an Ajax Submit, than the problem is probably that you are refreshing the input, but not the calendar. When you do this, you are changing the input id, but the id the...
View Article[Forums] On form widget, record is not showing in auto list
I dragged one form on my page and one aggregate in my preparation. When I go to fill the source record of form, nothing is showing in the auto list. I need to open control and assign record from the...
View Article[Forums] Advanced SQL: How to remove column with empty values
Can you show the exactly query you are doing, please?
View Article[Forums] Back Button Problem in Multi Step Forms
Hi Tobias,You can save the data to the server or session (don't save to the session if you have a lot of data or complex), and pass an ID when moving from one page to the other to be able to fetch the...
View Article[Forums] Screen - Waiting for a response
Hi Paul,How are you doing the web service pooling? In a looping Server side?This will cause you a timeout, eventually.An option would be doing the pooling through JavaScript client side.Basically you...
View Article