Search found 147 matches: desirable

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

It is not only easier but also desirable to depend on FWH for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print to printer. ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: FW_OpenRecordSet lento en red

... FROM clientes" oRs1 := FW_OpenRecordSet( oCn, cSQL ) de que manera puedo acelerar esto, porque se pone muy lento. When we use TOP n, it is desirable to use ORDER BY clause.
by nageswaragunupudi
Mon Dec 18, 2023 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

Re: Bad look btnbmp disable()

... we use GDIP clause, png images on disabled buttons look like the second row. When GDIP clause is not used, they look like the third row. It is desirable for a programmer to know the difference.
by nageswaragunupudi
Thu Mar 30, 2023 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 722

Re: Leer Excel grande a un array o DBF

... till I test at my end, is whether the huge data of 1000000 rows x 30 fields will create any memory issues. Also in view of the large size, it is desirable to provide progress bar.
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: To Nages : Conversion txt into xbrowse bad

you must necessarily set all the fields if they are numeric, logical, character or date

FW_ArrayToDBF() does the conversion automatically depending on the DBF field type.
But it is highly desirable that we do it ourselves.
by nageswaragunupudi
Sat Nov 27, 2021 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: Number of Fields

... appended daily records for each student. Views and reports can then be created to see the data, and you can even build a routine to edit it when desirable. Tim >That sounds doable if you use multiple DBFs that are linked. I can't use many connected dbf. I already use an archive for students. ...
by Silvio.Falconi
Fri Oct 15, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 886

Re: Number of Fields

... appended daily records for each student. Views and reports can then be created to see the data, and you can even build a routine to edit it when desirable. Tim
by TimStone
Wed Oct 13, 2021 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 886

Re: Bug in Harbour Descend()

The purpose of Descend () is to be Clipper compatible. Therefore it is not an error, but an unexpected behavior for those who use codepages
The existence of hb_Descend (), compatible with the codepage system, would be highly desirable.
by hmpaquito
Tue Apr 13, 2021 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1688

Re: ADOFUNC.prg e SQLEXPRESS

... If we open a table with pessimistic locking, we can use record locks. We advise you to unlearn DBF programming habits and record locking is not desirable or practiced normally. Anyway, it is upto you.
by nageswaragunupudi
Fri Mar 19, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 545

Re: Rowset failure

Please try oCn:lSilent := .t.  But we advise it is not desirable to suppress such messages. If the user sees this message, he will check his internet and cables. If he does not see this message, he will not know why the program is not functioning ...
by nageswaragunupudi
Thu Mar 18, 2021 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset failure
Replies: 2
Views: 499

Re: PDF generado desde programa en FiveWin

... efficient internal function FWSavePreviewToPDF() depending upon user preferences as well as the availability of MSWord on the system. So it is desirable to let the printer class and other functions decide how to generate the pdf. If we have a preference, let us specify with the CLASSDATA of ...
by nageswaragunupudi
Thu Feb 04, 2021 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 5989

New FTDN September/Septiembre 2019 (FWH 19.09)

... .t. always. Fixed. * FWMariaDBConnection: - New method InTransaction() --> .t. / .f. Indicates if a transaction is already in progress. It is desirable to check this before starting a new transaction. This is compatible with MariaDB server and MySql server versions before and after 8.0. - ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

Re: XBrowse edit only one column

... of assigning the edited values. 2) Do not prepare your own bOnPostEdit. XBrowse, by default, provides the most suitable codeblock for this. Not desirable to override XBrowse's defaults. https://imagizer.imageshack.com/img922/5099/Dyhp0F.gif https://imagizer.imageshack.com/v2/xq90/924/1T3ip6.png
by nageswaragunupudi
Tue Jun 18, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2938

Re: libmariadb.dll vs. libmysql.dll

... compatible with each other. Documentation https://dev.mysql.com/doc/refman/5.6/en/c-api-functions.html FWH provided wrappers to all and it is desirable to use FWH connection methods which are fully documented in the Wiki and also in http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33286 ...
by nageswaragunupudi
Tue May 07, 2019 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libmariadb.dll vs. libmysql.dll
Replies: 6
Views: 1405

Re: oGet:lchanged not functioning correct

... the same till the Get ends. lChanged is .T. if the present value is different from the value when the Get is created. This is the intended and desirable behavior.
by nageswaragunupudi
Sat Jan 26, 2019 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 563
Next

Return to advanced search