Thanks for all the suggestions.
I am using the grid for users to be able to view reports generated from from the foxpro application. Rather than having users go to specific directories to view a report - I have a dbf fiel to store a descirption of the report and in the general field a link to the report - could be a pdf file, ps file, txt file etc. Clinking on the link would open the report.
However, I now see that the just storing the link itself seems to take a lot of space since the size of the of the FPT file for 75 records is around 750K - which looks quite large just for storing 75 links.
Any more efficient way of doing what I want?