Search found 567 matches: xls

Return to advanced search

Re: ExportAsFixedFormat XLSTOPDF

Joao es exactamente lo que comentas puedes tomar un xls existente saludos METHOD SaveToPdf() CLASS XlsFileToPdf   LOCAL cFilePdf := cTempFile(  "\"+CurDir()+'\tmp\'  , ".PDF" )     // cFileXls ...
by sysctrl2
Tue Oct 31, 2023 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ExportAsFixedFormat XLSTOPDF
Replies: 8
Views: 464

Re: Como obtener el resultado de una formula

... + "-" + Substr( whoraini, 1, 2 ) + Substr(whoraini, 4, 2 ) + "-" + Substr( whorafin, 1, 2 ) + Substr(whorafin, 4, 2 ) + ".xlsx" Quedó así: #include 'fivewin.ch'FUNCTION test()     LOCAL whoraini, whorafin, dfecha, warchiv, oRs       ...
by jose_murugosa
Tue Oct 03, 2023 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 569

Convertir tablas de Clarion a DBF/MySql

Hola,
alguno le ha tocado convertir tablas de Clarion (TPS) pasarlas
a algún formato donde podamos extraer los datos y grabarlos
en nuestras tablas? Ya sea, xls, dbf, txt, lo que sea...

Desde ya, muchas gracias...

Roberto
by TOTOVIOTTI
Fri Sep 01, 2023 1:17 pm
 
Forum: Off Topic / Otros temas
Topic: Convertir tablas de Clarion a DBF/MySql
Replies: 1
Views: 294

Re: XLS en Rpreview

Genial Pedro, me alegro que lo hayas resuelto!
Y gracias por el link!
by cmsoft
Mon Aug 28, 2023 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 263

Re: XLS en Rpreview

... le sucede ya tienen el link de como repararlo. NOTA: el cartelito de 'Excel no está instalado' solamente me salía cuando pulsaba el botón de XLS del preview, pero si entraba al Excel por afuera, es decir abriendo cualquier otro XLS no había ningún problema. Me parrece que del FWH está haciendo ...
by pedroluis
Mon Aug 28, 2023 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 263

Re: XLS en Rpreview

Hola CmSoft !
Gracias por responder.
Si, obviamente tengo instalado el excel.
Me olvidé de postearlo al principio.
Abrazo !
by pedroluis
Mon Aug 28, 2023 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 263

Re: XLS en Rpreview

Pedro, y tienes instalado Excel en ese equipo? Porque lo que hace la clase report es: oExcel   := ExcelObj()   CursorArrow()   if oExcel == nil      lExcelInstalled   := .f.      MsgAlert( FWString( "Excel not i...
by cmsoft
Mon Aug 28, 2023 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 263

XLS en Rpreview

Hola Gente !

Cuando genero un listado y pulso el botón de generar XLS me sale el mensaje
"Excel no está instalado", ¿ les ha pasado ?

Gracias !
by pedroluis
Mon Aug 28, 2023 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XLS en Rpreview
Replies: 4
Views: 263

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

it is Quick & Dirty but it seems to work this Way Excellent Mr. Jimmy. Not dirty at all. This is very useful. This creates ".XLSB" file, if not ".XLSX" file. That is quite good enough where Excel is not installed. I did not know this before and this is a great learning ...
by nageswaragunupudi
Tue Aug 15, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2580

Re: De Excel a MySql

Great, Mr. Nages.
But how to close the excel file that was left open.

Image
by audisys
Wed Jul 19, 2023 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De Excel a MySql
Replies: 7
Views: 283

Re: Fivewin and ADO

... your software on PCs where Office is not installed. For this reason, you want to use ADO. That is fine. If we confine our application to "*.xls" files only, this is very simple. With Jet OLEDB that is installed by default on alll PCs your application will run fine without any problems ...
by nageswaragunupudi
Sat Jun 10, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

i found c:\fwh\samples\xbrxls.prg but it crash ... Though we provided this program in the samples folder, we omitted to include the "xbrtest.xls" file in this folder. It is our oversight and we regret the inconvenience. This ...
by nageswaragunupudi
Thu Jun 08, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Create reports by pagination TReport, TPreview

... the window to get the filters 2) Do the SELECT - MySQL 3) Rotate the report 4) Opens the automatic Preview, if you are not going to generate .xls or .pdf So if I have a report with 400 pages, the user won't print everything and won't have time to look at it page by page. If it's a quick report, ...
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 129

cFileExt

cFile:="C:\Users\Admin\Documents\Projects\dbf\timbres.xlsx"
cExt:=Upper(cFileExt(cFile))
cExt2:="XLS"

? cExt,cExt2

? cExt == cExt2
? cExt != cExt2

En los 2 casos retorna FALSO :shock:

FiveWin 2203, xHarbour 10264
by cpheraclio
Wed May 03, 2023 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cFileExt
Replies: 3
Views: 325

Error toleauto

* Estoy usando fwh17.09, windows 10 64 bits y Office 2016 * y tengo el siguiente problema: cFile := cGetFile( "Archivo (xls,xlsx)|*.xls;*.xlsx|",; "Seleccione Archivo (xls/xlsx)", 4 ) if !file(cFile) clos data return endif oExcel := TOleAuto():New( "Excel.Application" ...
by pedroluis
Sun Feb 05, 2023 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error toleauto
Replies: 2
Views: 309
Next

Return to advanced search