Search found 144 matches: refreshed

Return to advanced search

Re: records on xbrowse

oDbf:OrdKeyCount() ) This works only for oDbf. Using oBrw:nLen or oBrw:KeyCount() works for all datasources. ok but the button are not refreshed , only when I move the mouse into obrw for a sample WHEN ( oBrw:nDataRows <= oBrw:nLen ) not work WHEN ( oBrw:nDataRows >= oBrw:nLen ) not ...
by Silvio.Falconi
Tue Mar 26, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1693

Re: To Nageswrao Del Objs on TscrollPanel

... I have 3 buttons   Admin , Procedure 5, Procedure 5 only whe I resize the explorerbar or size the main window the tpanel is refreshed but the second button is not clickable  https://i.postimg.cc/t4tYgmB4/out.jpg
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 664

Re: Create a Panel width a text

I found a function CalcTextHeight(cText, oFont, nWidth,oPanel) but it not run ok because the other panels are not refreshed https://i.postimg.cc/wvPFgmWd/test.gif #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Silvio.Falconi
Fri Feb 16, 2024 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Create a Panel width a text

... Antonio,I must change the text od cMsg with shareBoard() function and it run ok because the cmsg is refreshed but if the cMsg is smaller I wish chane also the size of Panel ( PANEL oPanel ) and the taskPanel (oPanel2) of oExBar but not run pass1 https://i.postimg.cc/QCgsN9cZ/gg.png ...
by Silvio.Falconi
Sat Jan 06, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: DBF . Commit

... each application on the same PC. Unless the contents of the buffer are written to the disk buffers of the OS, other client PC buffers can not be refreshed. So we are clear that simple Unlock is flushing data and index buffers to the disk buffers of the Windows OS. Ultimately any RDD finally writes ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: CLASS modification

... the checkbox of the datepick control or select a different date nothing happens it does not refresh the bnbmp control the btnbmp control is only refreshed if the user hovers over the get
by Silvio.Falconi
Mon May 29, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Using FastReports FRH change memo2 from Memo1

Hello Karinha; On that page the only memo that gets updated on the preview (refreshed using fwh language) is the one from which the mouse click event gets called, that is also the object for which the "modified" variable belongs to. I'm thinking one ...
by reinaldocrespo
Sun Apr 16, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FastReports FRH change memo2 from Memo1
Replies: 2
Views: 315

Re: Fighting Xbrowse and lozing !!!

... of any image cell involves reading an image file from the disk, which consumes time. We have 12 image cells in each row. When full browse is refreshed, ( number of visible rows + 1 ) * 12 times the image files are read from the disk. Even repainting of a single row involves 12 file reads. ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1569

Re: Forcing to unlock a record

... numbers automatically and in the attempt at the exact moment another user is executing the addition of the number (Example) the register must be refreshed. In my tAds class this is automatic in the rLock() method METHOD RLock(f_nRecno, f_nLockSeconds) Class TAds   Local lLockRecno ...
by Giovany Vecchi
Thu Dec 01, 2022 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: oBrowse:bSeek and TAB

when got to XBROWSE it "change" Display ...

When XBrowse receives focus, the browse is refreshed. That means, if there is any change in the data, the current data is displayed.
by nageswaragunupudi
Sun Aug 07, 2022 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrowse:bSeek and TAB
Replies: 3
Views: 320

Re: oBrowse:bSeek and TAB

When XBrowse gets focus by whatever way, browse is refreshed and no seek is executed.
Seek is activated only by a kay-stroke and not in any other way.
by nageswaragunupudi
Sat Aug 06, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrowse:bSeek and TAB
Replies: 3
Views: 320

Re: Speedtest DBF vs. LetoDB and mySQL

... each record movement in the main browse. Thus the second browse is slowing down the main browse a lot, especially when the entire main browse is refreshed. The simple way to test this is to just comment out the bChange line and retest the speed of the main browse. One way to speed the display ...
by James Bott
Tue Oct 19, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1778

Re: Posible Bug fw2104 al refrescar dialogos

... I do not think that is a valid picture format and is ignored. We checked and found no problem with controls with UPDATE clause getting updated/refreshed with the latest version also. This is our test program: #include "fivewin.ch"function Main()   local oDlg, oFont, ...
by nageswaragunupudi
Thu Jun 17, 2021 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug fw2104 al refrescar dialogos
Replies: 5
Views: 1030

Re: How to update xBrowse

... and also us to know which operations are consuming more time and to see if we can optimize. 2) Whenever XBrowse gets focus, it is automatically refreshed. When you go to edit data in the mod-harbour dialog, xbrowse lost focus. When you close the mod-harbour dialog and return to the main xbrowse, ...
by nageswaragunupudi
Sat Apr 24, 2021 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to update xBrowse
Replies: 15
Views: 1553

Re: refresh btnbmp on a Panelscroll

... oCombolistino !=NIL         oCombolistino:set(nListinoNew)         eval(oCombolistino:bchange)      endif  Nages, The combobox Is refreshed The btnbmps are not refreshed
by Silvio.Falconi
Sat Jul 04, 2020 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh btnbmp on a Panelscroll - RESOLVED
Replies: 5
Views: 1026
Next

Return to advanced search