Search found 13 matches
- Sun Nov 17, 2013 11:42 am
- Forum: XLSReadWritwII 6
- Topic: E4007: Missing right paranthesis
- Replies: 14
- Views: 11358
Re: E4007: Missing right paranthesis
Hi, I have checked version 5.20.06a and I continue to have access violation , when I try to set the width two times on same column. XLS[0].Columns.SetColWidth(0, 0, 2500); XLS[0].Columns.SetColWidth(2, 2, 2500); XLS[0].Columns.SetColWidth(0, 0, 2500); XLS[0].Columns.SetColWidth(2, 2, 2500); my conf...
- Thu Nov 14, 2013 12:53 am
- Forum: XLSReadWritwII 6
- Topic: E4007: Missing right paranthesis
- Replies: 14
- Views: 11358
Re: E4007: Missing right paranthesis
Hi, I have checked version 5.20.06a and I continue to have access violation , when I try to set the width two times on same column. XLS[0].Columns.SetColWidth(0, 0, 2500); XLS[0].Columns.SetColWidth(2, 2, 2500); XLS[0].Columns.SetColWidth(0, 0, 2500); XLS[0].Columns.SetColWidth(2, 2, 2500); my confi...
- Sun Oct 27, 2013 2:38 am
- Forum: XLSReadWritwII 6
- Topic: E4007: Missing right paranthesis
- Replies: 14
- Views: 11358
Re: E4007: Missing right paranthesis
Hi, this is the demo http://dox.bg/files/dw?a=5f81fd1239 the problem with the roundup function is from the delimiter character. in xvExcel97 it is ; in xvExcel2007 with ; will rise "E4007: Missing right paranthesis". if you use , for delimiter then no errors in the xvExcel2007 but in the x...
- Thu Oct 24, 2013 1:30 pm
- Forum: XLSReadWritwII 6
- Topic: E4007: Missing right paranthesis
- Replies: 14
- Views: 11358
Re: E4007: Missing right paranthesis
ok i will make an example, but if i remeber corectly the problem was caused by this division '/8' - for the round problem in xvExcel2007 mode
- Thu Oct 24, 2013 1:27 pm
- Forum: XLSReadWritwII 6
- Topic: Invalid pointer operation
- Replies: 2
- Views: 2053
Re: Invalid pointer operation
You should check for if FileExists(OpenDialog1.Files ) then begin instead of if FileExists(OpenDialog1.FileName) then begin Better invest in a local variable holding that value. I don't understand you. what's the point with the savedialog or opendialog when XLSReadWriteII crashes when you write the...
- Thu Oct 24, 2013 8:05 am
- Forum: XLSReadWritwII 6
- Topic: E4007: Missing right paranthesis
- Replies: 14
- Views: 11358
E4007: Missing right paranthesis
Hi, if you try XLS[0].AsFormula[3 * J + 2, I] := 'ROUNDUP(' + ColToText(3 * J + 1) + IntToStr(I + 1) + '/8;0)'; in xvExcel2007 mode if you try the same in xvExcel97 mode, no problems. another case if you try in xvExcel97 mode this XLS[0].AsFormula[1, I] := 'SUM(' + ColToText(1) + IntToStr(IFirst + 1...
- Thu Oct 24, 2013 7:51 am
- Forum: XLSReadWritwII 6
- Topic: Invalid pointer operation
- Replies: 2
- Views: 2053
Invalid pointer operation
Hi, now i'm testing this component for Delphi xe4. i'm receiving this error in two cases. doping the component on the form. changing the name to XLS. XLS.clear; XLS[0].Name := 'Sheet1'; XLS.FileName := SaveDialog1.FileName; XLS.Write; and if I execute second time XLS.clear; or try to close the form,...
- Thu Oct 24, 2013 7:35 am
- Forum: XLSSpreadSheet
- Topic: Compiled EXE demo Errors
- Replies: 3
- Views: 9591
Re: Compiled EXE demo Errors
Hi, thank you for the fixes in the demo. now rises error (Invalid pointer operation) only when you start with = also when you start with = accept the error select one cell add + and try to select another cell you can't. or if you eventually select some cell it rises another error List Index out of b...
- Mon Oct 21, 2013 1:42 pm
- Forum: XLSSpreadSheet
- Topic: Compiled EXE demo Errors
- Replies: 3
- Views: 9591
Compiled EXE demo Errors
Hi, with the compiled demo from download section under windows 8 pro 64 bit when you start it and you try to type in some cell like E7 or other cell around the application rise error "Invalid floating point operation" when you click File->New it's seems ok for a while like if you enter 10-...
- Mon Aug 22, 2011 6:22 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Excel want to save changes
- Replies: 1
- Views: 2894
Excel want to save changes
Hi,
when create a xvExcel97 file and just open it with excel 2007 or excel 2010 and try to cloes it immediately, the excel whant to save changes.
when the file is is xvExcel2007 no that problem
when create a xvExcel97 file and just open it with excel 2007 or excel 2010 and try to cloes it immediately, the excel whant to save changes.
when the file is is xvExcel2007 no that problem
- Sat Aug 20, 2011 10:20 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Editexample and file in xvExcel2007 problems
- Replies: 1
- Views: 3188
Editexample and file in xvExcel2007 problems
Hi, when using Editexample and open a file in xvExcel2007 in Sheet1 cell A1 contains '=Sheet2!A1+Sheet3!A1' and just open it for editing (with double click or F2) and hit the enter (the value continue to be '=Sheet2!A1+Sheet3!A1') strangely this is transformed into '=Sheet5!$A$1+Unknown eptg[00]' wh...
- Sat Aug 20, 2011 10:11 am
- Forum: XLSReadWriteII 3/4/5
- Topic: whit Editexample no cyrillic
- Replies: 0
- Views: 2760
whit Editexample no cyrillic
Hi,
when open xvExcel2007 file in Editexample, the cell which contains cyrillic text value show the text in some other encoding
when open xvExcel2007 file in Editexample, the cell which contains cyrillic text value show the text in some other encoding
- Sat Aug 20, 2011 9:56 am
- Forum: XLSReadWriteII 3/4/5
- Topic: xvExcel2007 sheet2!a1+sheet3!a1 not working
- Replies: 0
- Views: 2834
xvExcel2007 sheet2!a1+sheet3!a1 not working
Hi,
when XLSReadWriteII4 is set ot version xvExcel2007 and using
XLSReadWriteII41.Sheet[0].AsFormula[3,1] := 'Sheet2!D1+Sheet3!D1+Sheet4!D1' ;
when you save the file, Cell[3,1] contains only '(Sheet2!$D$1)'
if xvExcel97 all is correct, Cell[3,1] contains 'Sheet2!D1+Sheet3!D1+Sheet4!D1'
when XLSReadWriteII4 is set ot version xvExcel2007 and using
XLSReadWriteII41.Sheet[0].AsFormula[3,1] := 'Sheet2!D1+Sheet3!D1+Sheet4!D1' ;
when you save the file, Cell[3,1] contains only '(Sheet2!$D$1)'
if xvExcel97 all is correct, Cell[3,1] contains 'Sheet2!D1+Sheet3!D1+Sheet4!D1'