Search found 49 matches: avoids

Return to advanced search

Re: Print Problem with FWH2104

... methods Line(), Box() and RoundBox(), Arc(), Chord(), Ellipse(), Pie(), etc., is to specify the Units (INCHES/CM/MM) as the last parameter. This avoids the need to do complex calculations in our program for converting INCHES/CM/MM to pixels while printing. Another enhancement to methods Box(), ...
by nageswaragunupudi
Wed Jun 09, 2021 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

New FTDN December/Diciembre 2020 (FWH 20.12)

... matrix_release(). If result is a valid matrix pointer, then this matrix is used to fill the result and returned, after resizing if necessary. This avoids the overhead of creating a new matrix and releasing it. Normally, FW_Matrix class should be enough for most applications. Where large computations ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

Re: FWH: Support for Matrix calculations

... matrix_release(). If result is a valid matrix pointer, then this matrix is used to fill the result and returned, after resizing if necessary. This avoids the overhead of creating a new matrix and releasing it. Normally, FW_Matrix class should be enough for most applications. Where large computations ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Re: xImage

... Please ensure that the blob field is not minblob or mediumblob. largeblob is safer. Creating tables with FWH's oCn:CreateTable(...) is safe and avoids any possible problems in future. https://imagizer.imageshack.com/img921/4594/Qw8UNV.gif #include "fivewin.ch"function ...
by nageswaragunupudi
Sun Jun 30, 2019 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xImage
Replies: 7
Views: 1468

FWH1905: FW_StrICmp(): Case Insensitive Comparison

... c1 ) == Upper( c2 )  Converting the strings to upper or lower case every time adds overhead to the application. FW_StrICmp() avoids the need for this conversion and gives exactly the same results as the normal coparison. Syntax-1: FW_STRICMP( c1, cOperator, c2, [lExact] ...
by nageswaragunupudi
Wed Jun 26, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_StrICmp(): Case Insensitive Comparison
Replies: 0
Views: 412

Re: To Nages : Explain me how I must make this tdatabase

... NumCli The cCli code is displayed in the input dialog even in READONLY mode Then at the time of the save of record there is the same control which avoids duplication. ACTIVATE DIALOG oDlt CENTERED IF lsave IF lNew IF (oDCli) -> (DbSeek (cCli)) (ODCli) -> (DbGoBottom ()) CCLI: = StrZero (Val ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: New FTDN January/Enero 2019 (FWH 19.01)

... * TDatabase: - Fix in method CreateIndex(): Memory/temporaty indexes are being created as regular indexes. Fixed. - Method Create(): Avoids runtime error when the create operation fails for any reason, eg: dbf exists is already open, etc. In such cases oDbf:Used() returns .f. - Improved ...
by Antonio Linares
Tue Feb 19, 2019 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2708

Re: FWH 18.03: FW_SaveImage()

... nil, 0.5, 0.5 } The same notation is followed in FW_SayText() and FW_DrawImage(). This allows retaining the position when windows are resized and avoids the need for doing calculations by the programmer everytime. In any case, if the programmer so chooses he can specify the absolute pixel values ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 937

Re: open a webpage

... would send your source but never sent anything except once a file in exe format that could not even open because it gave error, so dear Mr. Oscar avoids to talk about crap.
by Silvio.Falconi
Wed Apr 11, 2018 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: open a webpage
Replies: 9
Views: 2163

Re: Database - 17.07 - Problems

... Use() after closing with Close(). From 17.07 it is also possible to close the dbf by setting oDbf := nil. In addition to closing dbf, it also avoids possible inadvertant use of a closed object. This is a much safer way to close dbf than calling Close()/End().
by nageswaragunupudi
Thu Sep 07, 2017 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11898

New FTDN April/Abril 2017 (FWH 17.04)

... hDC, hPS, Self as in other cases. - If NOBORDER clause is specified while defining buttonbar, the style is inherited by all buttons. This avoids the need to specify the clause for each button. * New: Groups of buttons on Buttonbars can be assigned labels, which are painted below the group. ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1271

Re: New FTDN April/Abril 2016 (FWH 16.04)

... to be center alignment. (17)Enhancement: SetColumns Menu : Columns under different Groups are displayed in submenu under each group. This avoids confusion where same header is used under different groups. Columns with blank header are displayed as "Col-nn", where nn is the number ...
by cnavarro
Thu May 12, 2016 8:06 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7580

New FTDN April/Abril 2016 (FWH 16.04)

... : Increases/Reduces Font Size (17)Enhancement: SetColumns Menu: Columns under different Groups are displayed in submenu under each group. This avoids confusion where same header is used under different groups. Columns with blank header are displayed as "Col-nn", where nn is the number ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7580

Re: Class TLed from Silvio Falconi

... crazy I have to go to the pharmacy. But it is not the time But before he can write nonsense. So please if you have nothing sensible to write avoids writing nonsense
by Silvio.Falconi
Sun Apr 10, 2016 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 9989

Re: PUBLIC var declaration issue

Friends, perhaps you misunderstood the purpose of /a. It just avoids the need of using MEMVAR, that's all. So you still have to declare private and public variables using PRIVATE and PUBLIC keywords and still have to access them using M -> prefix. So ...
by Enrico Maria Giordano
Sun Aug 30, 2015 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6344
Next

Return to advanced search