The periodic energizing required to maintain the contents of computer memory, screen, etc. It can refer also to the update of a display to show the latest version of the data.
Questions tagged [refresh]
5342 questions
1
vote
1 answer
power query refresh makes unable to access tables in azure dwh
I am using Azure DWH tables in power bi report. Whenever the report queries were refreshed until the refresh completed I am unable to execute any queries in SSMS for the same Azure DWH connection.
Please find the below attachments.
while refreshing…

Smart003
- 1,119
- 2
- 16
- 31
1
vote
1 answer
Tableau Desktop Dashboard Refresh
we are using a Tableau Desktop with a dashboard. It works great unfortunately the refresh isn't reliable. Tableau is connected to one Database with multiple SQL queries. All sheets are set to live mode.
When hitting the button "Refresh all…

MichaelRazum
- 789
- 1
- 10
- 26
1
vote
1 answer
JavaScript API fetch does not work on first load
I'm working on this currency converting app and ufetching the API from https://exchangeratesapi.io/
The app works except it only fetches the API on refresh. I'm using onload in body tag.
Any idea how can I make it work on first load without…

silver_hoodlum
- 31
- 6
1
vote
1 answer
how to dynamically get valuse of gps every time i move my android phone?
in my application i need to update he values when i move my android phone
so that all the mapping that i am doing gets updated too.
its an augmened reality application
and i need to change the mapping data dynamically that are in service.
please…

ridzi10
- 11
- 1
1
vote
0 answers
How to fix CSS Transition on refresh
Transition triggers on refresh and looks awful.
.text-input {
height: 50px;
width: 100%;
outline: 0 none;
margin-bottom: 30px;
padding: 20px;
background-color: #f9f9f9;
border-radius: 25px;
border: 0;
…

Noah
- 11
- 2
1
vote
0 answers
How to refresh data value loaded from external database in wordpress pages
I want to display data values from an external mysql database in wordpress pages.
I have used this php code which works fine inside a php widget :

hicham2000
- 15
- 2
1
vote
1 answer
Refresh current page with parameter after adding to cart WooCommerce
Right now I am using this function to redirect to the checkout page after adding a product to cart on my page with product grid:
function bbloomer_redirect_checkout_add_cart( $url ) {
$url = get_permalink( get_option( 'woocommerce_checkout_page_id'…

PelHout
- 83
- 1
- 12
1
vote
2 answers
Qt update TableView every x seconds
I have a QAbstractTableModel that has a list of custom items it displays, this TableModel is the model of a TableView. How can i refresh the TableView every x seconds? I tried beginInsertRows and endInsertRows, but this caused laggs because im…

Bennet L.
- 61
- 7
1
vote
5 answers
Activity group does not refresh activities when back button is clicked
I have a tabhost on my application and I'm using an Activity group which handles 3 activities inside.
Example:
ActivityGroup Handles
A -> B -> C
When i start this activities i'm using the flag Intent.FLAG_ACTIVITY_CLEAR_TOP.
My problem is when the…

sluceno
- 11
- 1
- 2
1
vote
1 answer
TableView with UIRefreshControl seems to glitch a bit when reloading?
I have a table view inside a container. When a user swipes down to refresh I notice that the cells instantly pop back to the top. It looks very buggy.
func setupRefresh() {
// refreshControl.attributedTitle = NSAttributedString(string:…
user11182243
1
vote
1 answer
Javascript! I want to click a button, click a link to vote and reload the page in console
This is my code in the image below. I need someone to show my errors
Here is my code;
var input = document.getElementById('poll-answer-16');
set interval(function(){
button.click()
}, );
var input = document.getElementById('win');
set…

OBC Beats
- 23
- 5
1
vote
4 answers
PHP refresh, how can I stop the previous function being called again on page refresh?
I have a function that imports a files contents into mySQL and returns the results. If i refresh the page and click "yes" it will do it again doubling the output with the same content.
How can I stop this happening? In this particular case there is…

Nicekiwi
- 4,567
- 11
- 49
- 88
1
vote
1 answer
How to refresh table data with Ajax
How to refresh table data using Ajax, tried the below code , but it refresh the whole page rather than the particular section, the URL "/refresh" is a request to Slim(framework) which is turn call the PHP function "getData", the function "getData"…

Vino
- 99
- 6
1
vote
2 answers
JQuery: Refresh Page as Part of a Function
FOLLOW UP:
The solutions below work great for refreshing the page. Thanks!
The project I have allows users to click a back arrow and view past versions of the edited text.
What I really want to do is always direct the user back to the index page…

NokoB
- 11
- 4
1
vote
0 answers
f:ajax does not render the outputPanel until I refresh
Every time I debug the application and type something in the Textbox, the Controller remember only when I refresh the page.
Without the ajax Tag it's working fine. So my guess: the rendering of the outputPanel does not Work. I set Breakpoints (ajax…

Phil Hofmann
- 13
- 3