Ray,
Well, no doubt this is me not being thorough enough! But I’m seeing something in the above that I can’t seem to get rid of. Please see the attached.
I’m setting the lb up with 2 variable, v & n (v = an event date and n = name of the event). When I add the items (in a loop through a SQL query) the n & v variables contain exactly the information required:
n:= FieldByName(‘Event’).AsString;
v:= FieldByName(‘EventDate’).AsString;
tlbMatches.Items.AddPair( v, n );
So as you can see in the image a mysterious ‘=’ sign has appeared. I’ve setup a manual tab at 14 (the date part is 10 characters so I’m after a 4 character gap to the event name, yet I get the ‘=’ sign and the event starts at character 12.
I’m sure I’m doing something wrong but can’t quite see it. Prove me right in being an idiot missing something blindingly obvious to you :-).