memo Field

Kenneth Brody kenbrody at spamcop.net
Tue Nov 9 16:46:30 PST 2010


On 11/9/2010 5:47 PM, Dennis DIller wrote:
[...]
> I have two questions can someone answer them for me.
>
> This file has 1310859 records by adding this field to the file what will it
> do for disk space does every record get memo field a how much space will it take up?

If the memo is a new field (ie: it's not used in any of those records), then 
the memo file will be 48K in size.  If you are filling a value into all 
1,310,859 records, then a lot of it depends on just how much you are putting 
into those memo fields.

> also while browsing into this file can I use a @BK="M"  to display the memo
> field for
> that record. Just to have it popup and display the memo details of this
> record user cannot edit just view?

I assume you mean a browse lookup into that file?  In that case, you can 
display the contents of the lookup, including a memo field, in processing. 
And you could trigger it with @BK="M" after the browse lookup.

-- 
Kenneth Brody


More information about the Filepro-list mailing list