[Forums] Upload an Excel sheet automatically twice a day
Hi J, Can you please demonstrate with an example? Suppose I have stored an excel on D drive, everyday at 4:00 pm, I want o upload it's contetns to database. Thanks and Regards, Suraj Borade
View Article[Forums] OutSystems can never change their logo now
Awesome, OutSystems is going into DNA of people.
View Article[Forums] Debugging across eSpaces does not always work?
João Melo wrote: Thanks again Justin. That is what I was expecting. But A didn't appear in the entry espaces list in C. I realized (just a few minutes ago) that A didn't consume C. So what I had to do...
View Article[Forums] RunJavascript in loop
kota wrote: Now I am executing this runjavascript in a loop based on some step size. It mentions that I don't need to use Ajax refresh to make it to work. If you do not use Ajax, you probably are...
View Article[Forums] How to compare Drop down's selected value
Hi Suraj, As contained in the documentation, SpecialListValue runtime property is deprecated. Consider using Special Variable property instead. Cheers,
View Article[Forums] Debugging across eSpaces does not always work?
Justin James wrote: João Melo wrote: Hello people, How about debugging in a 3+ levels of espaces? This is the scenario: 1. Front-end espace A has a Screen Action that triggers an Action in the espace B...
View Article[Forums] RunJavascript in loop
What happens when you execute runjavascript in a loop ? Does page get submitted automatically ? There are no errors in console. Page is getting updates from runjavascript function but not in each loop....
View Article[Forums] Debugging across eSpaces does not always work?
J.Ja, We have had some difficulty setting up the debugging that is similar to Joao question. If done correctly where A references B and B references C, should I be able to debug C without creating...
View Article[Forums] RunJavascript in loop
Yes, you're right, that's the main question. The page is not submited every Runjavascript execution. I assume that in a loop it should queue the scripts to be executed. Maybe it is getting lost in...
View Article[Forums] RunJavascript in loop
So as expected, it showed the alert on each step before changing progress bar width. But the question remains what stops this to work on another environment ? What mechanism/process can I look into ?...
View Article[Forums] Highlight countries with markers
Thanks Magda for your reply. I have seen WorldMap Component and this is what I wanted. But I have few more questions. Do you have any example to implement this feature. Can we click on any country to...
View Article[Forums] Debugging across eSpaces does not always work?
David Blezard wrote: J.Ja, We have had some difficulty setting up the debugging that is similar to Joao question. If done correctly where A references B and B references C, should I be able to debug...
View Article[Forums] Excel file upload and append to existing data
I created an initial Entity using the Excel import feature. Which I then went ahead and modified by creating Additonal static entities. E.g. Employee.DepartmentName was changed to Employee.DeptId which...
View Article[Forums] Data Menu and svg
Hi, In the original version you have an expression stating: "<h2>"+MainTitle+"</h2><span>"+SubTitle+"</span>" You probably want to break that down into 3 different...
View Article[Forums] The feedback message doesn't close
I'm having the same problem in Mobile and Tablet views ...The Message pops up and there is a "X" in the top corner of the message box ... but its NOT clickable !
View Article[Forums] Excel file upload and append to existing data
Hi Sunil, Know you have to create your own import action. Where you use the DepartmentName to search the right ID in the Department table. Hope that helps.
View Article[Forums] Data Menu and svg
Hi Viegas, This help me a lot, i have adopted <a> tag and create variables that contain the Link. Many thaks for the help!!
View Article[Forums] Font and colors
Hi Viegas, How can you change the font and the page color? Thanks! s
View Article