Search found 169 matches: workbooks

Return to advanced search

pequeño avance con texcels pero aun con problemas

... start: 0 hours 0 mins 3 secs Error occurred at: 02/01/2006, 13:42:15 Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: WORKBOOKS Args: Stack Calls =========== Called from: => WORKBOOKS(0) Called from: => TEXCELSCRIPT:OPEN(288) Called from: => TEST(17) Called ...
by lafug
Mon Jan 02, 2006 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pequeño avance con texcels pero aun con problemas
Replies: 11
Views: 3348

Excel

... ) If Ole2TxtError() != "S_OK" CursorArrow() MsgStop( "Error al intentar acceder a Excel","Error") oExcel:End() Return Endif oExcel:WorkBooks:Add() oHoja := oExcel:Get( "ActiveSheet" ) BLA.. BLA.. oExcel:Visible := .T. oHoja:End() oExcel:End() desde ya gracias Saludos Patricio
by Patricio Avalos Aguirre
Mon Dec 26, 2005 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excel
Replies: 1
Views: 729

Re: OLE file name

Hallo How can I get name of opened thru OLE xls file? .... oExcel := TOleAuto():New( "Excel.Application" ) oExcel:WorkBooks:Open(cGetFile("*.XLS", "Select Excel File")) //msginfo(oExcel:WorkBooks:FileName()) ... Regards Eugeniusz :) Try it this way CFILE := cgetfile32("*.xls", ...
by Richard Chidiak
Thu Oct 20, 2005 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE file name
Replies: 4
Views: 2325

OLE file name

Hallo
How can I get name of opened thru OLE xls file?

....
oExcel := TOleAuto():New( "Excel.Application" )
oExcel:WorkBooks:Open(cGetFile("*.XLS", "Select Excel File"))
//msginfo(oExcel:WorkBooks:FileName())
...

Regards Eugeniusz
by Eugeniusz Owsiak
Thu Oct 20, 2005 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE file name
Replies: 4
Views: 2325
Previous

Return to advanced search