Search found 735 matches: isn

Return to advanced search

Re: Strange error making some calculations

Hi Nages. Thanks for your explanation. But what I don't understand is that the calc is correct, the sum isn't wrong. With the same datas the iva calc is wrong, but the starting value is the same. the msginfo of tot is equal. Is you make the same calc with Excel, using 2 decimals, ...
by Massimo Linossi
Thu Mar 22, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error making some calculations
Replies: 9
Views: 1871

Re: FwSavePreviewToPdf

Karinha, Thanks , but I think isn't ... I think it's a memory problem, because if I try save as PDF file in other computer with more memory, works. Both computers have the same windows version (7.0). I don't know why FwSavePreviewToPdf is ...
by vilian
Wed Mar 07, 2018 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 6545

Re: XIMage Compatibility with Image

... or another for sample the pdf file https://s17.postimg.org/j5id8mh8f/pdf.jpg Probable there is something not run ok , isn'it ?
by Silvio.Falconi
Mon Jan 08, 2018 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XIMage Compatibility with Image
Replies: 13
Views: 2288

Re: A problem with GETCURSORPOS() and widescreen-monitor ?

... a[2], a[1] ) local hDC := oDlg:GETDC() local hPen := CREATEPEN( PS_SOLID, 1.5, CLR_HRED ) local hOldPen local nTop, nLeft local nWidth, nHeight Isn't it possible to modify the function GETCURSORPOS() to show the correct cursorposition-area ? regards Uwe :?:
by ukoenig
Tue Nov 14, 2017 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with GETCURSORPOS() and widescreen-monitor ?
Replies: 24
Views: 5626

Re: Referencing a dialog from a different class ?

... can't you just pass the dialog name to these other routines? someFunction( oDlg ) or, oSomeObject:someMethod( oDlg ) I'm guessing my assessment isn't right since I am sure you would have already tried the above. James
by James Bott
Tue Sep 26, 2017 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Referencing a dialog from a different class ?
Replies: 11
Views: 2629

Re: Referencing a dialog from a different class ?

... to classes, and so oDlgA is logged as DATA. When I call Dialog B, oDlgA is not visible. I tried passing it as a parameter, but no success ( it isn't seen ) I you don't mind, please post the code where you declare oDlgA, how you call oDlgB and how you pass it as a parameter. Regards, Carlos
by Carlos Mora
Mon Sep 25, 2017 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Referencing a dialog from a different class ?
Replies: 11
Views: 2629

Referencing a dialog from a different class ?

... to classes, and so oDlgA is logged as DATA. When I call Dialog B, oDlgA is not visible. I tried passing it as a parameter, but no success ( it isn't seen ) Is there a function in FW that allows me to see the calling ( Active ) dialog when I open the Method that will use Dialog B ? Thanks.
by TimStone
Thu Sep 21, 2017 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Referencing a dialog from a different class ?
Replies: 11
Views: 2629

Re: Database - 17.07 - Problems

... code? Notice that oSales is showing data from oCust under those circumstances--and there are no errors. Just using the new Close method from 17.07 isn't going to solve these kinds of problems. You have to destroy the object. James
by James Bott
Wed Sep 06, 2017 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 14952

Re: Database - 17.07 - Problems

... // returns false since oCust is closed Note that just because you don't get an error message doesn't mean that something isn't wrong. For instance you may be getting data from a different database object. This kind of thing is very hard to find. Closing the object doesn't ...
by James Bott
Wed Sep 06, 2017 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 14952

Re: TMenuItem height

Sorry for bothering you but... any news? :-)

I think this is an important issue, isn't it? Somebody else interested? Or am I the only one?

EMG
by Enrico Maria Giordano
Wed Sep 06, 2017 12:48 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TMenuItem height [Fixed]
Replies: 48
Views: 549702

Re: Possible to run 2 browser synchronously ? ( Test-download )

Gilbert, much better ( sample updated ). But the view isn't exactly the same, as scrolling isn't synchronously. As long the field is the same it is ok ( no need to search for the position in browser 2 anymore ) The solution is needed to check statistic-values ...
by ukoenig
Tue Jul 25, 2017 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3444

Re: Possible to run 2 browser synchronously ?

... := {|| oBrw2:SelectCol(oBrw1:SelectedCol():nCreationOrder, .t.), oBrw2:Refresh()} But the view isn't exactly the same, as scrolling isn't synchronously.
by gkuhnert
Tue Jul 25, 2017 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3444

Re: Bloated EXEs (reprise)

Allright, but note what increase problem is no a fwh problem or harbour problem: it's a C linker problem No, it isn't. If I remove or add an unused lib from the list, the EXE size doesn't change. EMG No, it isn't ?? :shock: Building exe is task of linker. If exe no decrease on ...
by hmpaquito
Tue Jul 25, 2017 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 6030

Re: Bloated EXEs (reprise)

No, it isn't. If I remove or add an unused lib from the list, the EXE size doesn't change.

EMG
by Enrico Maria Giordano
Mon Jul 24, 2017 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 6030

Re: Bloated EXEs (reprise)

Only the standard libs: fivehx.lib and fivehc.lib. But please note that I make no call to any of the FWH functions or classes (see my sample). 2.4 MB size bigger is too much for doing nothing, isn't it?

EMG
by Enrico Maria Giordano
Sat Jul 22, 2017 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 6030
PreviousNext

Return to advanced search