Search found 11 matches

by Alextp
Mon Jan 14, 2013 6:38 pm
Forum: XLSSpreadSheet
Topic: Error +Crash with this xls 2
Replies: 0
Views: 5902

Error +Crash with this xls 2

Also error+Crash.
uvviewsoft.com/bb/xls/Unprotected.xlsx.rar
Duplicate tag value: count; Doc=xl/worksheets/sheet2.xml; Tag=references
by Alextp
Mon Jan 14, 2013 6:37 pm
Forum: XLSSpreadSheet
Topic: Error +Crash with this xls
Replies: 0
Views: 5601

Error +Crash with this xls

Delphi 7. Error message +Exception in app after this error.
Error on reading record # 7, 000F Offs: 0000004E
[int] Unknown default record 000F
uvviewsoft.com/bb/xls/Cnv.xls.rar
by Alextp
Thu May 12, 2011 5:20 pm
Forum: XLSSpreadSheet
Topic: scrollbar not themed
Replies: 0
Views: 6276

scrollbar not themed

subj. Even if you place Xpmanifest component. D7+.
by Alextp
Thu May 12, 2011 5:15 pm
Forum: XLSSpreadSheet
Topic: up/down arrow of scrolbar
Replies: 1
Views: 6294

Re: up/down arrow of scrolbar

2. drag thumb (lefter than '<' arrow of horz scrollbar) to left. U see bug
by Alextp
Thu May 12, 2011 3:56 pm
Forum: XLSSpreadSheet
Topic: up/down arrow of scrolbar
Replies: 1
Views: 6294

up/down arrow of scrolbar

When holding mouse press on up/dn arrow, doc should scroll. It doesnt yet. only click acts.
by Alextp
Tue May 10, 2011 2:47 pm
Forum: XLSSpreadSheet
Topic: fix: SetCursorPos
Replies: 1
Views: 6271

Re: fix: SetCursorPos

better 'Row >=' than 'Row >' as last row may be partially visible.
by Alextp
Tue May 10, 2011 2:25 pm
Forum: XLSSpreadSheet
Topic: fix: SetCursorPos
Replies: 1
Views: 6271

fix: SetCursorPos

if (Col > FPanes[DEF_PANE].Columns.RightCol) or (Col < FPanes[DEF_PANE].Columns.LeftCol) then FXLSSheet.LeftCol := Col; if (Row > FPanes[DEF_PANE].Rows.BottomRow) or (Row < FPanes[DEF_PANE].Rows.TopRow) then FXLSSheet.TopRow := Row; else scroll "to top" (if row is higher than current row) ...
by Alextp
Sat May 07, 2011 1:31 pm
Forum: XLSSpreadSheet
Topic: Multiselect option needed(for Readonly=true)
Replies: 0
Views: 5310

Multiselect option needed(for Readonly=true)

even if RO=true, i need Multiselect opt. To select some rows.
Can you add?
by Alextp
Sat May 07, 2011 8:40 am
Forum: XLSSpreadSheet
Topic: Firstpage, Lastpage
Replies: 0
Views: 5182

Firstpage, Lastpage

pls add these methods. To Printpreview.
by Alextp
Sat May 07, 2011 7:39 am
Forum: XLSSpreadSheet
Topic: Copies (Print)
Replies: 0
Views: 3400

Copies (Print)

wish: add 'copies' property to XlsBookPrint component. Also 'collate' would be good.
by Alextp
Wed May 04, 2011 4:58 pm
Forum: XLSSpreadSheet
Topic: d7 version cannot compile with XRWII/d7
Replies: 0
Views: 3060

d7 version cannot compile with XRWII/d7

I duplicate here.. d7 version of XSS cannot compile demo with XRWII /d7. I get "Unit XBookOptions was compiled with different version of XLSReadEWriteII...."