Search found 5 matches

by HMArnold
Tue May 27, 2014 1:46 pm
Forum: XLSReadWritwII 6
Topic: Hyperlink Relative Local Path
Replies: 1
Views: 1923

Hyperlink Relative Local Path

I'm trying to hyperlink files using a relative path so the file structure can be moved or used on a CD, and I can't seem to get it to work. It works fine with a complete path. I have upgraded to 5.20.26a When I just use something like "Folder\Filename.PDF" and go into Excel, it places a &q...
by HMArnold
Tue Apr 16, 2013 10:07 am
Forum: XLSReadWritwII 6
Topic: TXLSCellType Enumerated Values
Replies: 6
Views: 3674

Re: TXLSCellType Enumerated Values

Thanks

I see now that ctInteger has gone away
by HMArnold
Tue Apr 16, 2013 9:55 am
Forum: XLSReadWritwII 6
Topic: TXLSCellType Enumerated Values
Replies: 6
Views: 3674

Re: TXLSCellType Enumerated Values

When I compile with the leading "x", I still get a compile error using all the modules defined in the CELL FORMAT sample Are the changed definitions defined somewhere in V5? If so what module? CTINTEGER never occurs in the XLSSRC folder with or without an "x" If they are not alre...
by HMArnold
Tue Apr 16, 2013 9:40 am
Forum: XLSReadWritwII 6
Topic: TXLSCellType Enumerated Values
Replies: 6
Views: 3674

Re: TXLSCellType Enumerated Values

Thanks very much

I thought I had tried that first, but I guess I still had the USES entries wrong
by HMArnold
Mon Apr 15, 2013 5:39 pm
Forum: XLSReadWritwII 6
Topic: TXLSCellType Enumerated Values
Replies: 6
Views: 3674

TXLSCellType Enumerated Values

I see that TCellType has changed to TXLSCellType, but I can't find what the enumerated cell types have changed to. Here is an example of XLRReadWriteII4 code that worked: case PXLS.Sheets[PSheet].CellType[PCol,PRow] of ctInteger : XLSCellInt := PXLS.Sheets[PSheet].AsInteger[PCol,PRow]; ctFloat, ctNu...