Search found 98 matches: reload

Return to advanced search

Re: RUN test

> At the moment when I click using EDGE it just goes back to the top of the screen.

Please press Ctrl + F5 to reload the forums used javascript
by Antonio Linares
Mon Nov 25, 2024 3:48 pm
 
Forum: Utilities / Utilidades
Topic: RUN test
Replies: 6
Views: 1860

Re: Browse of my ADO Class

... Trying to make any browse to works for a long time. At momment unique work solution is on this post, XBROWSE using an array, bOnSkip, but need reload array all time, because other codeblocks fail, only bOnSkip can be used. About codeblocks: codeblocks for navigation         ...
by JoséQuintas
Mon Sep 30, 2024 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

Re: Dbf/cdx to sql changing

... How do you solve incremental search in tables on the web to achieve "XBROWSE standard"? You can't load the entire database. You have to reload with each entered character. And here it's about milliseconds. Especially in competition with competitors, the incremental search in the tables, ...
by Otto
Thu Jul 18, 2024 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4777

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()   local cRegion, c...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 442

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()   local c...
by nageswaragunupudi
Tue Apr 30, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 442

Re: Reload data in a combobox

the second combobox control works fine if I do it in a single dimension, when it tries to repopulate the asubcategory array with two elements it doesn't work and crashes
by Silvio.Falconi
Tue Apr 30, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 442

Reload data in a combobox

... major categories and then I have to refresh another combobox with the lower categories corresponding to the major category selected. when I go to reload the lower categories in the second combobox control it gives me an error this is the test #include "FiveWin.ch"#include "Constant.ch"request ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 442

SetArray xBrowser

... example, but built with Array. When searching the database, I build a new array, and then empty the array - oBrowser:aArrayData := {}, try to reload the array by giving a SetArray - oBrowser:SetArray( aArray ), and then renew obrowser - oBrowser: Refresh(). However, it does not completely ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 383

Re: Refresh on WebView

... macros. There's a more reliable method. Try passing the following script to the Webview through the EVAL Method: oWebView:EVAL( "location.reload();" ) Regards, Chalres KWON Hello friends, I'm using the WebView with DashBoard and I would like to refresh the page with F5 from the browse, ...
by CharlesKwon
Sat Aug 26, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh on WebView
Replies: 2
Views: 408

Re: Save Multi-TAB to "re-build"

Dear Jimmy,

You could save the info into a json file and later on reload the json as a hash and use it to properly built it

You can use XBrowser( hInfo ) to easily edit it
by Antonio Linares
Tue Dec 27, 2022 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 714

Re: Xbrowse Menu with checkbox

... 1 ]:CheckToggle() }  thanks Rao Can we have tree xbrowse with checkboxes ? Once the selected numbers are saved, I can reload them in the table, but I still have problems setting the check to the brow (adatamenu) I have found for now the solution to save the configuration ...
by Silvio.Falconi
Sun Nov 20, 2022 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 645

Re: save to inifile

... of knowing or not knowing how to save a data in an InI file but it was to save the data in an ini file in that string format and then having to reload every single data having that string mi pregunta no era saber o no saber cómo guardar datos en un archivo InI, sino guardar los datos en un archivo ...
by Silvio.Falconi
Mon Oct 10, 2022 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 967

MiniBrowser

...  nRecord:=oDbf:recno()   adata:=  Creazione_array(oDbf,nRecord)  https://i.postimg.cc/9065XZ5W/mini.png how do i reload a new record from scrollbar and update the xbrowse? I made this @ 135,10 SCROLLBAR HORIZONTAL SIZE 100,10 PIXEL OF oDlg ; RANGE 1 , oDbf:OrdKeyCount() ...
by Silvio.Falconi
Mon Apr 11, 2022 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MiniBrowser
Replies: 1
Views: 227

reload array on combobox

I reload an array for a combobox then assign the new array on combobox aGet[4]:SetItems( adata) then I assign the first element aGet[4]:Select( 1 ) <----------- not run then I refresh the control aGet[4]:refresh() the problem ...
by Silvio.Falconi
Tue Jan 11, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reload array on combobox
Replies: 0
Views: 286

Re: CHARICON lista de codigos validos - para Cristobal ??

... por eso uso .DBF * Creo que me explique bien, pero igual pido disculpa si no lo hice * MUCHAS GRACIAS A TODOS enddo oDbf:GoTop() oDbf:Load() // reload again fields info from the DBF oDlg:Update() // we repaint the controls contains return nil //----------------------------------------------------------------------------//
by fridgar
Wed Dec 15, 2021 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 2000
Next

Return to advanced search