Search found 27 matches: adopting

Return to advanced search

Re: DBF to Excel Sheet, without Excel, using ADO ?

Some points: 1. I prefer adopting the sql approach than using ADOX. 2. We need to be aware of the limitations of creating Excel sheets using ADO. a) Whatever length we specify, all character columns are VarChar(255) b) Whatever numeric ...
by nageswaragunupudi
Mon Aug 14, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2586

Re: Hierarchy of windows

But I didn 't understand how it would help me ? Sorry. Your question was different and my answer was different. While adopting Mr. Jimmy's advice, you need not write all the 'C' code. You can use the FWH function GetWindow() directly in your program with the same syntax. GetWindow( ...
by nageswaragunupudi
Wed Aug 10, 2022 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hierarchy of windows
Replies: 6
Views: 528

Re: How to use Segoe MDL2 icons on Win 7 ?

... )            Else              x     := Int( 0.14 * ( aRect[ 4 ] - aRect[ 2 ] ) )            EndIf  We are adopting this in FWH1906. Request you and Mr. Uwe to test and improve FW_TextToBitmap()
by nageswaragunupudi
Tue Jun 18, 2019 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5574

Mapzen now is a Linux Foundation Project

... own libraries and processed in real-time, which might not be possible with proprietary mapping or geo-tracking services. With the Linux Foundation adopting it as an open-source project, Mapzen will continue its work to be open, sustainable and accessible to the user community. https://www.mapzen.com/ ...
by Baxajaun
Tue Feb 05, 2019 12:29 pm
 
Forum: Utilities / Utilidades
Topic: Mapzen now is a Linux Foundation Project
Replies: 0
Views: 344

Re: xBrowse look Office 2016

I am using Office 360. This is how Excel sheet looks. https://imagizer.imageshack.com/v2/xq90/923/egv5cc.png Adopting the same style, this is how xbrowse looks: https://imagizer.imageshack.com/v2/xq90/921/buAwh3.png Do you call it 2016 style? If not what ...
by nageswaragunupudi
Fri Dec 28, 2018 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse look Office 2019 - Office 365
Replies: 12
Views: 2880

Re: ADD COLUMN TO XBROWSE

... open indexes and determine what index tag (order) should be used for which column to autosorting and incremental seeks,etc. (g) And a lot more. Adopting the old style of programming used with other browses is the surest way to deny all the power of xbrowse and use it as any other dumb browse. ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 728

Re: FWH 16.12 : Display Seek values in Header Search Bar

Adopting the code and rc provided by Mr Tim Stone: Adopted code: REQUEST DBFCDX//----------------------------------------------------------------------------//function Main()   local oWnd, oBar, oClients  ...
by nageswaragunupudi
Sun Dec 25, 2016 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9035

Re: Problem with EDIT_GET_LISTBOX: ADDITIONAL WORK REQUIRED

1. This was considered while adopting the changes. The padding provided is adequate to accommodate the scrollbar width (Windows default 17 pixels) also where necessary. By default, the auto-calculated column width and list-box width are ...
by nageswaragunupudi
Mon Mar 07, 2016 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with EDIT_GET_LISTBOX: ADDITIONAL WORK REQUIRED
Replies: 6
Views: 1159

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

... if passed by reference. * New: functions CompareString( nLocaleID, cUtfStr1, cUtfStr2 ) and CompareStringEx( cLocaleName, cUtfStr1, cUtfStr2 ) adopting Win API for comparing UTF8 stings, * New: DATA ncLocalID of TXBrwColumn: If provided UTF8 data in a column in an arry can be sorted like other ...
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: 14981

New FTDN September/Septiembre 2015 (FWH 15.09)

... if passed by reference. * New: functions CompareString( nLocaleID, cUtfStr1, cUtfStr2 ) and CompareStringEx( cLocaleName, cUtfStr1, cUtfStr2 ) adopting Win API for comparing UTF8 stings, * New: DATA ncLocalID of TXBrwColumn: If provided UTF8 data in a column in an arry can be sorted like other ...
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: 14981

Re: BRush.prg ( poder excluir freeimage.dll )

... email to you personally. I am badly stuck up with handling AlphaBitmaps. Once we cross this hurdle, with your help, we can make good progress in adopting GDI+.
by nageswaragunupudi
Mon May 11, 2015 11:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BRush.prg ( poder excluir freeimage.dll )
Replies: 5
Views: 856

Re: Help with a Mysql query

... first digit indicates the major group, second digit the level2 group, 3rd and 4th digits level3 group and next 3 digits individual item code. Adopting the above logic, this is the sql:   UPDATE PROD_GRP S   LEFT OUTER JOIN (      SELECT COALESCE( A.GROUP3, ...
by nageswaragunupudi
Fri May 01, 2015 1:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with a Mysql query
Replies: 6
Views: 1491

Re: Number day of the week

... in oft-used functions, but given present-day's hardware loops are no more expensive. His solution is worth implementing. This has the merit of adopting to any week-day holidays. For example, some countries have Friday as weekly holiday. It is very easy to adopt his function.
by nageswaragunupudi
Sun Mar 08, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number day of the week
Replies: 14
Views: 4229

Re: xBrowse Editing Error - numeric values rounding

... Len( AfterAtNum( '.', cValToChar( uValue ) ) ) )         endif#endif  We are adopting this workaround for the 13.08 release. When we find and fix the exact reason for difference in behavior between harbour and xharbour, we my ...
by nageswaragunupudi
Wed Sep 11, 2013 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Editing Error - numeric values rounding
Replies: 10
Views: 3035

Re: CSV to DBF

Silvio Revised code adopting the above recommendataions. I have also added browse of array and dbf. I have used your Create_db() function and did not repeat it here. #include "fivewin.ch"#include "xbrowse.ch"#include ...
by nageswaragunupudi
Tue Aug 27, 2013 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 22
Views: 9313
Next

Return to advanced search