Search found 10 matches
- Wed Mar 13, 2013 3:38 pm
- Forum: XLSReadWritwII 6
- Topic: Issues in v5.10.4
- Replies: 1
- Views: 2145
Issues in v5.10.4
In BIFF_CellFormats5.pas, XLSGetHashCode is not found. function TNumberFormats.FindValue(Value: WideString): integer; var Hash: word; begin if Value = '' then Result := 0 else begin Hash := XLSGetHashCode(Pointer(Value)^,Length(Value) * 2); // this function does not exist for Result := 0 to Count - ...
- Wed Feb 20, 2013 3:40 pm
- Forum: XLSReadWritwII 6
- Topic: FormatCellIndex
- Replies: 0
- Views: 2313
FormatCellIndex
How to do this:
Cell[Col, Row].AssignFormat(FormatIndex)
Re: XLSReadWriteII 5 - Help
Postby larsa » Thu Dec 13, 2012 4:11 am
Hello
FormatIndex is not used anymore. Please see the FormatCell sample form more details.
FormatCell sample is blank in the latest 5.1
Cell[Col, Row].AssignFormat(FormatIndex)
Re: XLSReadWriteII 5 - Help
Postby larsa » Thu Dec 13, 2012 4:11 am
Hello
FormatIndex is not used anymore. Please see the FormatCell sample form more details.
FormatCell sample is blank in the latest 5.1
- Tue Feb 05, 2013 3:54 pm
- Forum: XLSReadWritwII 6
- Topic: v5 no longer available on the regitered download page.
- Replies: 2
- Views: 2856
Re: v5 no longer available on the regitered download page.
It shows up when using IE but v4 only shows v4.00.65. In FireFox, v5 doesn't show but v4 shows as v4.00.66.
- Mon Feb 04, 2013 1:00 pm
- Forum: XLSReadWritwII 6
- Topic: v5 no longer available on the regitered download page.
- Replies: 2
- Views: 2856
v5 no longer available on the regitered download page.
After v4.00.66 was posted, v5 no longer is visible.
- Fri Feb 01, 2013 3:28 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 Forum?
- Replies: 3
- Views: 9168
Re: XLSReadWriteII 5 Forum?
When you try to post something to the forum, it comes up with the following:
You do not have the required permissions to read topics within this forum.
You do not have the required permissions to read topics within this forum.
- Mon Jan 21, 2013 1:55 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 Forum?
- Replies: 3
- Views: 9168
XLSReadWriteII 5 Forum?
Would it be possible to get a v5 forum created to branch the issues between v3/4 and v5?
- Thu Dec 13, 2012 1:13 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 - Help
- Replies: 7
- Views: 36841
Re: XLSReadWriteII 5 - Help
FormatCell example folder is empty.
- Mon Dec 10, 2012 2:21 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 - Help
- Replies: 7
- Views: 36841
Re: XLSReadWriteII 5 - Help
How to do this:
Cell[Col, Row].AssignFormat(FormatIndex)
Cell[Col, Row].AssignFormat(FormatIndex)
- Wed Sep 05, 2012 8:16 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Delphi XE3
- Replies: 1
- Views: 2952
Delphi XE3
Will v5 support Delphi XE3 as well?
- Mon Jun 25, 2012 5:36 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Delphi XE2 64 bit support
- Replies: 15
- Views: 18204
Re: Delphi XE2 64 bit support
Any updates?