Search found 27 matches: recalculate

Return to advanced search

Re: edit a cell of a xbrowse

oBrw:cEditPictures := "@Z 999" Nages, How can I do to insert a line between two lines and recalculate the line number (RecSelShowKeyNo)? How can I delete a line, I have tried with aDel but then it is not good when I import a new schema cData does not refresh the ...
by Silvio.Falconi
Thu Oct 20, 2022 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 695

ZOOM IN and ZOOM OUT

... the btnbmp is big the number is moved if the btnbmp is smaller I not see the number how I can make to calculate the coordinates of each btnbmp and recalculate the right position of number on the btnbmp ?
by Silvio.Falconi
Fri Apr 10, 2020 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZOOM IN and ZOOM OUT
Replies: 2
Views: 455

Need Help With xBrowse (Resolved)

... same row must be updated via calling a function [W_253G()] and the totals at bottom of sheet to be updated as well. Guidance is required to recalculate other columns and update/refresh columns. Thnx... https://imgur.com/yBr3XU1.jpg
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1010

resize a position with fw_drawimage

... this function FW_DrawImage( hDC, "BTN_PNG_DAY", { 0, -3, 20, 20 } ) If the first Image is resize (more big or more small) how I can recalculate the position of the second image ? I 'mtrying... Local arrayBtn:= GetClientRect (oBtn) FW_DrawImage( hDC, "BTN_PNG_NOTE", { ; ...
by Silvio.Falconi
Tue May 14, 2019 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1571

Re: xBrowse footer counting on cell / field-condition ?

... value is still visible ( must be reset to 0 ) Because XBrowse does not know that you Packed. If you take actions like this inform XBrowse to recalculate totals afresh. PACKoBrw:MakeTotals()  I added oBrw:aCols[3]:bFooter := { || 0 } after < PACK > the footer shows 0 now ...
by nageswaragunupudi
Thu Mar 08, 2018 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer counting on cell / field-condition ?
Replies: 12
Views: 2365

Re: Create a file with a stored procedure in Advantage Database

... ended up using a FW timer. I currently use notifications to inform another fw application that shows realtime graphs and totals that it needs to recalculate as something has happened that changes the totals being shown. EXECUTE PROCEDURE sp_WaitForEvent( 'patient_has_been_updated', 2000, ...
by reinaldocrespo
Fri Jan 20, 2017 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a file with a stored procedure in Advantage Database
Replies: 21
Views: 6437

Re: FWH 15:12: Bug in the size of the column in xbrowse

... We did discover if someone could grab one of the vertical column lines and pull it towards the oversized column, then the control would recalculate and display correctly. However, our clients were not willing to accept that behavior. There were two solutions. On the ADD TO lines, use ...
by TimStone
Wed Feb 10, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15:12: Bug in the size of the column in xbrowse RESOLVED
Replies: 15
Views: 3401

Re: Changing with and height of a window and a dialog

... is is in maximized mode, when the tablet is rotated, the window is automatically resized to fit the new orientation. We do not need to recalculate the dimensions of the window. I personally prefer to keep our program code to the minimum and depend more on the system. Should we resize ...
by nageswaragunupudi
Tue Nov 10, 2015 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8879

Re: xbrowse MakeTotals()

... very much for your response and detailed explanation. :bOnPostEdit := { |o,x,k| If( k == VK_ESCAPE, nil, ( ::oBrw:oTreeItem:Cargo[ _PAID ]:= x , ::ReCalculate() ) ) } Notice the error occurs when clicking on the square box of the leaf cell -**Esc key is not being explicitly pressed**- and how with ...
by reinaldocrespo
Sat Mar 28, 2015 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1680

Re: xbrowse MakeTotals()

      :bOnPostEdit := { |o,x| ::oBrw:oTreeItem:Cargo[ _PAID ]:= x , ::ReCalculate() }  may please be replaced with the standard construct:       :bOnPostEdit := { |o,x,k| If( k == VK_ESCAPE, nil, ( ::oBrw:oTreeItem:Cargo[ ...
by nageswaragunupudi
Sat Mar 28, 2015 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1680

Re: Introducing FiveTech's fivedit

... and this after dragging http://www.vms.be/FW/Knipsel2.JPG So after dragging, you should recalculate the screen. What I also do with in my programs, is saving on the screen the programs was running the last time it was used. So it start ...
by Marc Vanzegbroeck
Tue Jan 20, 2015 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107349

New FTDN (July) 2014 (FWH 14.07)

... SetFont(), SelFont(), FontSize() methods correctly change all columns data/header/footer fonts where diffeent fonts are not assigned and properly recalculate heights and widths appropriate to the new font. * Enhancement: DBCOMBO now works also with RecordSets, Dolphin Query, Any Object like TDataBase ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3113

Re: Resizing Controls

... not yet come up with the proper algorithm to get the correct Move() co-ordinates in proportion to the expanding dialog. Again, I am not trying to recalculate every control on resize, I just want to recalculate the bottom right folder, its contents and buttons when the bottom right corner is expanded. ...
by Rick Lipkin
Tue Dec 24, 2013 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing Controls
Replies: 10
Views: 3009

Re: Window Resize-protection ( MIN / MAX ) ?

Uwe I have been looking at how to re-zise a window and recalculate the controls based on the screen size. Antonio gave me a suggestion in the forum and I have been working on a solution .. Take a look at the code and see if there is anything you can ...
by Rick Lipkin
Thu Mar 29, 2012 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window Resize-protection ( MIN / MAX ) ?
Replies: 4
Views: 1358

Re: Differences between result of nStrCrc in FW vs FWh

Gustavo,

Why don't you assume that all the DATA is bad and then recalculate all news CRCs using HB_CRC32() ?

Surely the CRC values between 16 and 32 bits are differents and its not easy to know where the difference comes from
by Antonio Linares
Mon Jan 16, 2012 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Differences between result of nStrCrc in FW vs FWh
Replies: 11
Views: 2051
Next

Return to advanced search