Search found 10 matches

by omegadog
Wed Mar 13, 2013 3:38 pm
Forum: XLSReadWritwII 6
Topic: Issues in v5.10.4
Replies: 1
Views: 1541

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 - ...
by omegadog
Wed Feb 20, 2013 3:40 pm
Forum: XLSReadWritwII 6
Topic: FormatCellIndex
Replies: 0
Views: 1825

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
by omegadog
Tue Feb 05, 2013 3:54 pm
Forum: XLSReadWritwII 6
Topic: v5 no longer available on the regitered download page.
Replies: 2
Views: 2010

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.
by omegadog
Mon Feb 04, 2013 1:00 pm
Forum: XLSReadWritwII 6
Topic: v5 no longer available on the regitered download page.
Replies: 2
Views: 2010

v5 no longer available on the regitered download page.

After v4.00.66 was posted, v5 no longer is visible.
by omegadog
Fri Feb 01, 2013 3:28 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 Forum?
Replies: 3
Views: 8226

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.
by omegadog
Mon Jan 21, 2013 1:55 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 Forum?
Replies: 3
Views: 8226

XLSReadWriteII 5 Forum?

Would it be possible to get a v5 forum created to branch the issues between v3/4 and v5?
by omegadog
Thu Dec 13, 2012 1:13 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10511

Re: XLSReadWriteII 5 - Help

FormatCell example folder is empty.
by omegadog
Mon Dec 10, 2012 2:21 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10511

Re: XLSReadWriteII 5 - Help

How to do this:

Cell[Col, Row].AssignFormat(FormatIndex)
by omegadog
Wed Sep 05, 2012 8:16 pm
Forum: XLSReadWriteII 3/4/5
Topic: Delphi XE3
Replies: 1
Views: 2327

Delphi XE3

Will v5 support Delphi XE3 as well?
by omegadog
Mon Jun 25, 2012 5:36 pm
Forum: XLSReadWriteII 3/4/5
Topic: Delphi XE2 64 bit support
Replies: 15
Views: 14999

Re: Delphi XE2 64 bit support

Any updates?