Search found 64 matches: refreshes

Return to advanced search

simple image viewer - sample

... This button copies the currently displayed image to the clipboard. - "Paste": This button loads an image from the clipboard and refreshes the image display. - "Save": This button saves the currently displayed image as "SAVED.JPG" and displays a message "saved ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: Fighting Xbrowse and lozing !!!

... Because our program reads an image only once from the disk and any subsequent painting is only from the memory (no disk access again), the screen refreshes will be very fast. Btw, I just created and added a new function FW_SaveThumbnail( cImageFile, cThumbFile, nWidth, [nHeight] ) --> lSucess.
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1569

Re: View deleted records in xBrowse

...             SET DELETED ON         ENDIFRETURN NIL      The ACTION statement refreshes the browse after running the function. 3) When exiting the editor, the program executes SET DELETED ON With these steps I eliminated my concern. ...
by TimStone
Fri Dec 16, 2022 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 702

Re: tdolphin de fivewin

... query. If the query has 10000 records. Dolphin reads all 10000 records again. Fivewin LIB and ADO. Saves changes to one record and reads and refreshes that one record only. Very fast.
by nageswaragunupudi
Sun Nov 13, 2022 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin de fivewin
Replies: 7
Views: 748

Edit data

... cards by clicking on the corresponding button. The buttons are labeled with the first and last name. Then when you close a card, this main window refreshes with a timer and deletes the navigation buttons that are no longer valid. With kind regards Otto https://mybergland.com/fwforum/edit.jpg ...
by Otto
Sat Mar 12, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Edit data
Replies: 1
Views: 318

Edit data

... cards by clicking on the corresponding button. The buttons are labeled with the first and last name. Then when you close a card, this main window refreshes with a timer and deletes the navigation buttons that are no longer valid. With kind regards Otto https://mybergland.com/fwforum/edit.jpg ...
by Otto
Sat Mar 12, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Edit data
Replies: 0
Views: 377

Re: Opinions wanted: Browse Refresh Issue

... rows ), the partnumber and all corresponding data is filled with the 123 data. If I then click on any row, the data in all the browse rows/fields refreshes properly. It should not happen. But for whatever it is worth, I will again test the class intensively. Is it working perfectly on your computer? ...
by nageswaragunupudi
Wed Nov 03, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

Opinions wanted: Browse Refresh Issue

... rows ), the partnumber and all corresponding data is filled with the 123 data. If I then click on any row, the data in all the browse rows/fields refreshes properly. I cannot replicate this problem on my computers ( the browse works perfectly while scrolling ), nor have any of my other clients ...
by TimStone
Tue Nov 02, 2021 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

Re: Speedtest DBF vs. LetoDB and mySQL

... and set the scope dropped to 0.0000000000 seconds running on a local drive AND when running from One Drive! The browse pops up immediately and refreshes fast. My code is a mess right now since it was originally written for testing filters vs scopes. However, it is very simple, open the database ...
by James Bott
Mon Oct 18, 2021 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1778

Re: Topbar xbrowse problems

I corrected the errors in the xbrowses scrollbar by adding refreshes and now it works but the combobox problem still persists. https://i.postimg.cc/fbCm1zHK/hhhhhhhhhhhhhhhhhhh.jpg In ancient times in the old dialog they were large as ...
by Silvio.Falconi
Sun May 16, 2021 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Topbar xbrowse problems -Resolved
Replies: 2
Views: 583

New FTDN July/Julio 2020 (FWH 20.07)

... workaround is adopted to avoid runtime error in such cases. - New method SetOrderNatural(): Sets sort order of the database to natural order and refreshes the browse. - New methods: ShowRecSelRecNo() and ShowRecSelKeyNo(): Displays RecNo/KeyNo on the recordselector and total records in the footer, ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

refresh btnbmp on a Panelscroll - RESOLVED

... eval(oCombolistino:bchange) on change on this combobox there is a function to refresh btnbmp on PanelScroll the problem is that the combobox refreshes but then it does not execute the bchange command and the buttons in the panel are not refreshed how do i solve?
by Silvio.Falconi
Wed Jul 01, 2020 5:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh btnbmp on a Panelscroll - RESOLVED
Replies: 5
Views: 1026

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

... save or dischard the changes in the edit dialog. After exiting the dialog, this method synchronizes the saved data with the rowset in memory and refreshes the browse. Till this sychronization process is completed, we ourselves should not disturb the rowset by calling Requery or by other means. ...
by nageswaragunupudi
Fri Jun 26, 2020 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1583

Re: Problem with datepick

... the test with Windows Seven and Windows 10 Pro keep in mind that when the procedure displays the message "Procedures" t means that it refreshes the booking page or the beach, here for convenience and space I have not put the code 1) if I press the green button "+" the one ...
by Silvio.Falconi
Wed Mar 11, 2020 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2501

problem with OrdScope and refresh xbrowse

... INDEX ON Utenti->Chiave TAG 'Utenti' FOR !Deleted() the dbfs https://i.postimg.cc/N0Qwrrmx/archivi.jpg for the first time it refreshes the grid 2 but then it doesn't do it anymore How Ican resolve it ?
by Silvio.Falconi
Wed Dec 18, 2019 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 2
Views: 466
Next

Return to advanced search