Search found 12428 matches: try

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... values with fraction of seconds. Also increased column size to fit the contents. * FWMariaRowSet: - Method ToExcel(): (1) Enclosed :FreezePanes in TRY/CATCH block to avoid runtime errors in some installtions. (2) Date and DateTime values are exported as character data when the Year is < 1900 ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 14

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... We need to choose some folder to hold our database on our disk. Suppose we choose "C:\MYDATA\" Then try this program: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oCn   FWCONNECT oCn HOST "C:\MYDATA\"     ; ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 42
Views: 9942

Re: funcion C a xBase

Try asking to the AI. :-)
by Enrico Maria Giordano
Mon Apr 22, 2024 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 99

Re: Runner XBase (RX)

Hello ! Version RunnerXbase 1.5 ready! --> https://runnerxbase.app New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with the possibility ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 978

Re: error to show pdf on dialog

Please try if this works for you.   local cPdfFile := "c:\fwh\samples\pdfharu1h.pdf" // your pdf file name   local nDlgWidth   := 420   local nDlgHeight  := 600   if File( cPdfFile )      HtmlView( TrueName( ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 671

Re: ADS with 64bit FWH Apps

... are trying to connect to an older server version using a newer client version. The opposite is fine. But newer clients need same or newer server. Try using 64 bit version of ADS 12 if you want to connect to ADS 12 server. All my customers are version 10 thru 12. But I only use version 10 of the ...
by reinaldocrespo
Sun Apr 14, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2295

Re: Problem with valid email refresh btnbmp

Try function SilviBtnBmp()   local oDlg, oGet, oBtn, oFont   local cEmail      := Space( 40 )   SetGetColorFocus()   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-24   DEFINE DIALOG oDlg SIZE ...
by Antonio Linares
Fri Apr 12, 2024 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2411

Re: compile errors

If I try with harbour I get these errors: Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH1611\LIB\FIVEH.LIB|OLEFUNCSError: ...
by Enrico Maria Giordano
Thu Apr 11, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 295

Re: compile errors

If I try with harbour I get these errors: Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH1611\LIB\FIVEH.LIB|OLEFUNCSError: ...
by Jeff Barnes
Thu Apr 11, 2024 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 295

FWHMySql - Failing to restore large files

... A customer changed his server, as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal Error - C:\TEC2000\SGV90\SGV.EXETerminated at: 2024-04-10 14:09:07Unrecoverable ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 114

Re: FWH 24.02 nueva Clase TWebView2

I will try it.
by vilian
Wed Apr 10, 2024 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 7
Views: 1255

Re: Centrar texto VERTICALMENTE

Please try this way #include "fivewin.ch"function Main()   local oPrn, oFont   local cPdf  := "lerele.pdf" // your pdf file name   TPrinter():lUseFWPDF := .t.      PRINT oPrn FILE cPdf PREVIEW ...
by FiveWiDi
Tue Apr 09, 2024 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 473

Re: Centrar texto VERTICALMENTE

Please try these samples in the samples folder:
print01.prg
print02.prg
pdfharu1.prg
pdfharu2.prg

You can see how to generate pdfs using Word, FWH own pdf, HaruPDF, Image2pdf
Please see how simplest and one line code to print complex outputs.

And advise us what more you want us to provide
by nageswaragunupudi
Tue Apr 09, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 473

Re: Centrar texto VERTICALMENTE

Please try this way #include "fivewin.ch"function Main()   local oPrn, oFont   local cPdf  := "lerele.pdf" // your pdf file name   TPrinter():lUseFWPDF := ...
by nageswaragunupudi
Tue Apr 09, 2024 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 473

Re: Centrar texto VERTICALMENTE

[quote="nageswaragunupudi"]Please try this sample program #include "fivewin.ch"function Main()   local oPrn, oFont   PRINT oPrn PREVIEW   DEFINE FONT oFont NAME "Arial" SIZE 0,-60 NESCAPEMENT 900 OF oPrn   PAGE  ...
by FiveWiDi
Tue Apr 09, 2024 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 473
Next

Return to advanced search