Search found 2 matches

by Alexaris
Fri Aug 26, 2011 12:43 pm
Forum: XLSReadWriteII 3/4/5
Topic: Problem with saving strings
Replies: 1
Views: 2680

Re: Problem with saving strings

Sorry, guys, false alarm. It seems to work now so it's all good.
by Alexaris
Fri Aug 26, 2011 7:44 am
Forum: XLSReadWriteII 3/4/5
Topic: Problem with saving strings
Replies: 1
Views: 2680

Problem with saving strings

Hello, I'm having a bit of a problem with saving strings to my .xls file. The problem I encountered is shown in the following code: for x := 0 to pgrid.ColCount-1 do begin for y := 0 to pgrid.RowCount-1 do begin if uni then {$IFDEF Tnt} XLS.Sheets[1].AsWideString[x,y+1] := TTntStringGrid(StringGrid)...