Search found 147 matches: desirable

Return to advanced search

Re: ADD COLUMN TO XBROWSE

... EDITABLE   NEXTreturn nil  But all this kind of lengthy code is not necessary for using XBrowse. Not only unnecessary, but also not desirable and nor recommended. What all you wanted to do, excepting the colors can be done using this short code. #include "fivewin.ch"function ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 741

Re: TDOLPHIN + MySQL - MY.INI

... It is not even necessary to keep the connection alive, because FWHMySql reconnects to server when necessary. (from FWH 16.12 onwards) But it is desirable to keep the connection alive for better performance. We suggest to keep the session alive not by keep using dummy select every 30 seconds, ...
by nageswaragunupudi
Mon Mar 13, 2017 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1812

Re: Automated download of pictures

... EMG said, readability of code is more important. Please write your code in such a way that you can understand it even after ten years. It is also desirable that even other programmers can read and understand your code. I see also the very interesting oneliners of Xbrowser We purposefully made ...
by nageswaragunupudi
Thu Mar 09, 2017 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4367

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... Even using Print to PDF kind of drivers generate better output. For occasional use, FWSavePreviewToPDF() does the job. But for bulk jobs, it is desirable to use external libraries or drivers, dedicated for this purpose, paid or free.
by nageswaragunupudi
Fri Feb 24, 2017 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6405

Re: New FWH 16.10

... a column for the incremental search, and when the user started typing, the keys entered would show up in the first row GET field. This is still a desirable feature if you can implement it. Tim
by TimStone
Wed Nov 02, 2016 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.10
Replies: 3
Views: 769

Re: FWH : Unicode Gets and RowSet

... use their UTF8 counter parts viz., HB_UTF8CHR(), HB_UTF8LEFT(), HB_UTF8RIGHT(), HB_UTF8SUBSTR(), HB_UTF8STUFF(), HF_UTF8LEN(). It is once again desirable to review the application programs and any 3rd party libraries they are using and make appropriate rectifications. Same way PAD() or PADR() ...
by richard-service
Tue Oct 04, 2016 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2995

Re: FWH : Unicode Gets and RowSet

... use their UTF8 counter parts viz., HB_UTF8CHR(), HB_UTF8LEFT(), HB_UTF8RIGHT(), HB_UTF8SUBSTR(), HB_UTF8STUFF(), HF_UTF8LEN(). It is once again desirable to review the application programs and any 3rd party libraries they are using and make appropriate rectifications. Same way PAD() or PADR() ...
by nageswaragunupudi
Mon Oct 03, 2016 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2995

Re: ADO : Building columns , NULL ... DEFAULT

... When we assign NULL, server does not use Default value. Server thinks that we wanted the value to be NULL overriding the default value. So it is desirable to assign DEFAULT. This can be done either by omitting the assignment in SQL statement of specifically assigining DEFAULT. Now, how do we ...
by nageswaragunupudi
Wed Sep 21, 2016 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1528

FWH: MySql/MariaDB: RowSet object

... are read. Note: It is expected that the users are well acquinted with the issues, side-effects and possible inaccuracies while using LIMIT clause. Desirable to be thorough with MySql documentation. By far using Limit/Offset is safer when ordered by primary key. Option (3): oCn:RowSet( cSql, aParams, ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 20677

FWH: Parent Child RowSets (MySql/MariaDB)

...     { "state", "REFERENCES states(code)" }, ;      // remaining fields } )  It is desirable to define this relationship at the time of creation of the table than adding the constraint later, because column definition should exactly ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4373

Re: A problem < oPRINT:cmSay( ..> with MULTILINE get ?

... nCol, cText, [nWidth], [nHeight], [oFont], [cAlign], [nClrText], [nClrBack] ) --> nLastRowInPixels All coordinates are in pixels. nWidth: It is desirable to provide nWidth parameter. nHeight: If we do not now how much height the entire text requires to be printed, set nHeight to NIL. cAlign: ...
by nageswaragunupudi
Sun Apr 03, 2016 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem < oPRINT:cmSay( ..> with MULTILINE get ?
Replies: 5
Views: 1487

New FTDN February 2016 (FWH 16.02)

... rows (to be called during runtime only). Mostly useful in case of data sources with variable width fields like arrays, recordsets, etc. (Not desirable to be used with fixed width fields like DBF partculary when inline editing is enabled) (e) Improvement: Fast Edit now works with MarqueeStyle ...
by Antonio Linares
Tue Mar 01, 2016 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2016 (FWH 16.02)
Replies: 2
Views: 1354

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... different ANSI and Unicode windows at the sametime and also one window/dialog to contain some Ansi and some Unicode controls. But for now it is desirable to have the entire application either as Ansi or as Unicode. However even in a Unicode application, every effort has been makde to maintain ...
by Antonio Linares
Thu Oct 15, 2015 2:57 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 15670

Re: UniCode Testing Results

... FW_SetUnicode(.t.) and rebuild the application. The entire application works with any language and many language at the same time. It is highly desirable to increase the field widths of all character fields by 2 to 3 times. Present Limitations: ADO/OLE do not work, due to Limitations of (x)Harbour. ...
by nageswaragunupudi
Tue Sep 29, 2015 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UniCode Testing Results
Replies: 12
Views: 2697

New FTDN September/Septiembre 2015 (FWH 15.09)

... different ANSI and Unicode windows at the sametime and also one window/dialog to contain some Ansi and some Unicode controls. But for now it is desirable to have the entire application either as Ansi or as Unicode. However even in a Unicode application, every effort has been makde to maintain ...
by Antonio Linares
Sat Sep 26, 2015 8:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 15670
PreviousNext

Return to advanced search