Search found 847 matches: imagizer

Return to advanced search

Re: Xlsxlibhb_ver2

... 0, "Open", "mydbfs.xlsx" )   else      ? "can not create xlsx"   endif   CLOSE DATAreturn nil  https://imagizer.imageshack.com/v2/xq70/922/PkKJOy.png
by nageswaragunupudi
Thu Oct 19, 2023 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Xlsxlibhb_ver2

... Image Brush 2. Sheet name customized 3. Group Headers 4. Freeze Header Rows 5. Hide Zero values 6. Footer row with aggregage formulae https://imagizer.imageshack.com/v2/xq70/923/CY8dZk.png Exporting tables is very simple #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Thu Oct 19, 2023 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Get real date from the Internet

... ;     "Current time: " + FW_Transform( HB_DateTime(), "ddd mmm dd hh:mm:ss yyyy" ) Result: https://imagizer.imageshack.com/v2/xq70/923/4qyZqS.png Note: If you are using xHarbour, use DateTime() instead of HB_DateTime()
by nageswaragunupudi
Tue Oct 17, 2023 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4473

Re: Xlsxlibhb_ver2

... to this library If this library is downloaded and linked with FWH we can use the class to use the lib with much ease. Fonts and Images https://imagizer.imageshack.com/v2/xq70/923/hAh1bz.png #include "fivewin.ch"REQUEST FWXLSXLIBfunction Main()   local cFile, oXlsx, ...
by nageswaragunupudi
Sun Oct 15, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: TGet() - UTF8 encoding fails [Unsolved]

I am running the code I posted.
I do not see an problems here.
Are you using FWH2307 please?
Image
by nageswaragunupudi
Wed Oct 11, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1735

Re: TGet() - UTF8 encoding fails [Unsolved]

I copied your program as it is and built with FWH2307 and this is what I got.
Image

However, there is a lot more to discuss about TGet and Umlauts.
Please wait for my next post.
by nageswaragunupudi
Wed Oct 11, 2023 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1735

Re: Xlsxlibhb_ver2

... now I have used only a very few features of the library and there is a lot more to explore. Exporting CUSTOMER.DBF to CUSTOMER.XLSX https://imagizer.imageshack.com/v2/xq70/922/SVFurI.png Exporting WWONDERS.DBF to WWONDERS.XLSX with IMAGES in the Memo Fields: https://imagizer.imageshack.com/v2/xq70/923/WgYC4s.png
by nageswaragunupudi
Thu Oct 05, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Ayuda con este reto

...  "DBFCDX", .T., "ROT" )   FW_ArrayToDBF( aData )   CLOSE DATAreturn nil  https://imagizer.imageshack.com/img923/8827/hycikX.gif We have used DBF for this test. But this logic works with any table, RecordSet, RowSet, Query, ...
by nageswaragunupudi
Wed Sep 27, 2023 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con este reto
Replies: 3
Views: 212

Re: Filtrar consulta de tdolphin

...   := aRecs   oBrw:GoTop()   oBrw:MakeTotals()   oBrw:Refresh()return nil https://imagizer.imageshack.com/img924/8595/eB3KJ8.gif
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 818

Re: Filtrar consulta de tdolphin

... ;      oBrw:lFooter := .t. )   oQry:End()   oServer:End()return nil  https://imagizer.imageshack.com/v2/xq70/922/q0VBTb.png
by nageswaragunupudi
Tue Sep 26, 2023 4:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 818

Re: How to make TFOLDEREX in FLAT style?

...     //      :DisableTab( 3 )   END   ACTIVATE DIALOG oDlg CENTEREDreturn nil https://imagizer.imageshack.com/v2/xq70/922/tA10hY.png
by nageswaragunupudi
Tue Sep 26, 2023 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFOLDEREX in FLAT style?
Replies: 11
Views: 639

Re: bDragBegin and bDropOver problem

...   oDlg:bDropOver := { |u,r,c,f| MsgInfo( "no drop here" ) }   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img922/2742/OfMi3c.gif
by dutch
Wed Sep 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4095

Re: bDragBegin and bDropOver problem

... { |u,r,c,f| MsgInfo( "no drop here" ) }   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil https://imagizer.imageshack.com/img922/2742/OfMi3c.gif
by nageswaragunupudi
Wed Sep 20, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4095

Re: Disabled buttons at oBar not greyed out after using FWH1912

... }   ACTIVATE WINDOW oWnd CENTEREDreturn nil//----------------------------------------------------------------------------// https://imagizer.imageshack.com/img922/2305/bfCkfu.gif
by nageswaragunupudi
Thu Sep 14, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1669

Re: Disabled buttons at oBar not greyed out after using FWH1912

testbar.prg with minor modifications: https://imagizer.imageshack.com/v2/xq70/924/BhebBx.png https://imagizer.imageshack.com/v2/xq70/922/NWTQwe.png https://imagizer.imageshack.com/v2/xq70/922/rj3QTx.png ...
by nageswaragunupudi
Thu Sep 14, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1669
PreviousNext

Return to advanced search