Search found 18 matches: excel2

Return to advanced search

How To Read From One Excel File And Write To Another

... "&subdirc2" ) cName = "S1" oExcel:Sheets( cName ):Select() oSheet = oExcel:ActiveSheet excel1 = oSheet2 excel2 = oSheet excel1:Cells( 30, 5 ):Value=excel2:Cells( 30, 5 ):Value excel1:Cells( 30, 6 ):Value=excel2:Cells( 30, 6 ):Value excel1:Cells( 35, 5 ...
by acwoo1
Tue Jan 01, 2019 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1643

Re: Per mille symbol

I added the symbol without any problem I used EXCEL2.prg from samples #include "FiveWin.ch" function Main() local oExcel := CreateObject( "excel.application" ) local oBook := oExcel:Workbooks:Add() local oSheet := oBook:Worksheets( ...
by ukoenig
Thu Jul 06, 2017 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOLVED - Per mille symbol
Replies: 5
Views: 984

Re: Program creates a Log File

Birol Somewhere in your program you are calling these icons on your BtnBmps and those resources do not exist on File or not burned into your Executable. I would use a File Find utility and have it search your .Prgs for the Resource Calls in your program and verify the resources actually exist in you...
by Rick Lipkin
Mon Jun 19, 2017 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program creates a Log File
Replies: 4
Views: 795

Program creates a Log File

My program is creating a log file as follows. What's wrong please? 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_LAST" "invalid resource" = "invalid resource" 19/06/2017 14:47:57: WNDREADPALBMPEX( 694 ) uBmp = "BTN_PRINTER2" "invalid resource&qu...
by betoncu
Mon Jun 19, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program creates a Log File
Replies: 4
Views: 795

Re: ShellExecute nao abre excel

Revisa FWH/samples/excel.prg y excel2.prg por si te sirve de ayuda :-)
by Antonio Linares
Tue Mar 12, 2013 5:04 pm
 
Forum: All products support
Topic: ShellExecute nao abre excel
Replies: 2
Views: 1472

createobject and greek characters

When I use an external object using createobject() or ActiveX I cannot read or write greek characters. For example if you change, into excel2.prg (to samples folder) the line oSheet:Range( "B2" ):Value = "John" as oSheet:Range( "B2" ):Value = "Γιάννης" ...
by JimTheo
Fri Aug 31, 2012 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: createobject and greek characters
Replies: 5
Views: 979

Re: Working with Excel

... and merging Cells of the Sheet-Title For the Database, Customer.dbf from FWH-samples is used. http://www.pflegeplus.com/pictures/excel2.jpg Still some Cell-formating has to be done, but it works already to show the Basics. #include "Fivewin.ch" #include "Image.ch"#include ...
by ukoenig
Mon Mar 15, 2010 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with Excel
Replies: 21
Views: 7729

Para Sr. D. Antonio Linares

Estimado Antonio, me iria muy bien el código de EXCEL2.PRG que actualmente da un error si se responde NO al diálogo de "Fichero tal ya existe ¿Desea sobreescribir?". Te adjunto el fichero (FW11.9) y el error. Disculpa las molestias y gracias, ...
by Juan Planelles
Fri Mar 12, 2010 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Sr. D. Antonio Linares
Replies: 3
Views: 825

Re: New FTDN Octobre/Octubre 2009

... correcciones en el método Modify(). Ahora los métodos Bold( lOnOff ) y modify( nHeight ) funcionan correctamente. * Nuevo: Ejemplo samples\Excel2.prg, muestra como crear un libro Excel y añadirle una nueva hoja y datos a ella, y finalmente guardarlo como un fichero a disco. * Mejora: Se ...
by Antonio Linares
Mon Oct 26, 2009 12:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2009 (9.10)
Replies: 1
Views: 1615

New FTDN October/Octubre 2009 (9.10)

... Thanks to Peter! * Fix: TFont class: Minor fixes in method Modify. Now methods Bold( lOnOff ) and Modify( nHeight ) work correctly. * New: samples\Excel2.prg shows how to create a new excel book and add a new sheet and data to it, and finally save it as a file into disk. * Enhancement: Class TXBrowse ...
by Antonio Linares
Mon Oct 26, 2009 10:23 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2009 (9.10)
Replies: 1
Views: 1615

Re: Excel

I tested examle Excel2.prg

How I can save ActiveX() to file or print him ?
by Natter
Wed Mar 25, 2009 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel
Replies: 1
Views: 408

... EditExit( nCol, nKey, uVar, bValid, lLostFocus ) METHOD EndPaint() INLINE If( ::lRePaint, Super:EndPaint(), ; ( ::lRePaint := .T., 0 ) ) METHOD Excel2( cXlsFile, lActivate, oMeter, cTitle, lSave ) #ifdef __OLE__ METHOD ExcelOle( cXlsFile, lActivate, oMeter, cTitle, oFont, lSave ) #endif METHOD ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

disculpá mi ignorancia... ¿que es TOLEAuto? ¿hay algun ejemplito en SAMPLES de esto que me propones? con el excel.prg y excel2.prg arme lo que postié, y lento, pero camina... que es TOleAuto. ¿yo en que hice lo que subi? ¿el ejemplo que subio que decia TOle "Victor", o algo asi, es ...
by diegopolverelli
Tue Aug 19, 2008 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: olesetproperty
Replies: 12
Views: 2733

Controles ActiveX No funcionan con FWH 7.12 + xHarbour

Antonio :

Por fin pude trabajar con la version 7.12 ( Muchas Gracias a Carlos Vargas por su valiosa ayuda ).

Pero no esta permitiendome usar los activeX, inclusive si trato de generar los ejemplos : excel y excel2 no hace nada, se quedan los programas en el limbo.

Saludos
by Raymundo Islas M.
Sat Jan 12, 2008 4:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controles ActiveX No funcionan con FWH 7.12 + xHarbour
Replies: 8
Views: 1338

... sobre una Caja de diálogo transparente. * Nuevo: Nuevo ejemplo manejando Excel desde controles ActiveX. Por favor revise el ejemplo samples\excel2.prg. * Nuevo: En FWPPC, soporte de ActiveX ! Por favor revise el ejemplo samples\media.prg. * Mejora: FWH es completamente compatible con las ...
by Antonio Linares
Fri May 18, 2007 11:00 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2007
Replies: 1
Views: 3888
Next

Return to advanced search