Search found 8 matches

by GerdK
Thu Mar 31, 2011 9:08 am
Forum: XLSReadWriteII 3/4/5
Topic: Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007
Replies: 1
Views: 2766

Re: Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007

This problem is dissolved. Old XLSReadWriteII object (v 4.00.15) has empty field 'MergedCells'. if you install a new version 4.00.49, you must check all XLSReadWrite Components in our Project of this fields in the *.dfm file. For new version must you delete this empty property/field from the *.dfm f...
by GerdK
Mon Mar 28, 2011 10:49 am
Forum: XLSReadWriteII 3/4/5
Topic: Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007
Replies: 1
Views: 2766

Upgrade XLSReadWriteII 4.00.15 to 4.00.49. Delphi 2007

I have some problems with upgarde the Delphi component XLSReadWriteII from 4.00.15 to 4.00.49. (Delphi 2007). My source code has no change. Anyway get I follow Delphi Exceptions: EAccessViolation -> EReadError 'Error by read of TSheet.MergedCells' -> EReadError 'Error by read of XLSRW.Sheets'. var X...
by GerdK
Tue Jan 25, 2011 3:56 pm
Forum: XLSReadWriteII 3/4/5
Topic: Error on using InternalNames with xlsx files
Replies: 0
Views: 2359

Error on using InternalNames with xlsx files

I'm getting the error "Name is not of requested type" by using xlsx files (Excel 2007). Here's the code snippet where i get the error message: lCol := xlsImport.InternalNames.Items[lIndex].Col1 if I save the imported excel file in file format xls, and restart, the import works without prob...
by GerdK
Thu Apr 30, 2009 10:20 am
Forum: XLSReadWriteII 3/4/5
Topic: Several print areas in one excel sheet
Replies: 7
Views: 6915

Re: Several print areas in one excel sheet

Hello,

I test it with Delphi 2007, MS Office 2003 and the XLSReadWriteII component version 4.00.15 (for Delphi 2007). I get the same error.
Is an update in planning which fix this error?

Many thanks for help!

Regards,
Gerd
by GerdK
Sat Jan 10, 2009 1:57 pm
Forum: XLSReadWriteII 3/4/5
Topic: Several print areas in one excel sheet
Replies: 7
Views: 6915

Re: Several print areas in one excel sheet

Hello, now I use the XLSReadWriteII component version 4.00.15 for Delphi 6. I use following code: [code] var lXLS: TXLSReadWriteII4; lInternalName: TInternalName; lSheetIndex: integer; begin lXLS := TXLSReadWriteII4.create(nil); try lSheetIndex := 0; lInternalName := lXLS.InternalNames.FindBuiltInNa...
by GerdK
Mon Dec 29, 2008 9:55 am
Forum: XLSReadWriteII 3/4/5
Topic: Several print areas in one excel sheet
Replies: 7
Views: 6915

Re: Several print areas in one excel sheet

Hello,

is there an update for the version 3.0 available, or must I upgrade the version 3.0 to 4.0?
If there is an update available for the version 3.0, how can I download this?

Thanks for help!

Regards,
Gerd
by GerdK
Tue Dec 23, 2008 8:10 am
Forum: XLSReadWriteII 3/4/5
Topic: Several print areas in one excel sheet
Replies: 7
Views: 6915

Re: Several print areas in one excel sheet

Hello,

is the update now available?

Regards,
Gerd
by GerdK
Tue Oct 28, 2008 3:06 pm
Forum: XLSReadWriteII 3/4/5
Topic: Several print areas in one excel sheet
Replies: 7
Views: 6915

Several print areas in one excel sheet

Hello, we use the XLSReadWriteII component version 3.00.07 for Delphi 6. Now I want to set several print areas in one sheet. Code-example: var lXLS: TXLSReadWriteII2; lInternalName: TInternalName; lSheetIndex: integer; begin lXLS := TXLSReadWriteII2.create(nil); try lSheetIndex := 0; lInternalName :...