Upgrading 6.0 Mail File to 6.5

Hi - could use some ideas on this.

  1. Client is running 6.5.2 client.

  2. Had upgraded client, but mail file was

from 6.0.

  1. After upgrading mail file, some of the features that show in the template don’t show in the DB after a design refresh.

At first I thought it wasn’t refreshing, but checked and it was.

Found that there is a Hide When formula that uses @HasFeature function. Couldn’t find anything on that. This Hide When is used in several places in the new template.

Since the client is using 6.5.2 client, why would the hide when be hiding some of the features?

Does anyone know what this formula is checking?

and how to fix it so it will work.

Here is the formula used in the Followup Action.

------>

REM { Test if this is version 6.5 of Notes and 6.5 of the template};

OkToShow := @If(@Version < @Text(192); 0; @HasFeature(“650Lic”); 1; 0);

GetOwner := @GetProfileField(“CalendarProfile”; “Owner”);

(getOwner != “” & @UserName != getOwner) |

OkToShow != 1 | @IsError(OkToShow)

<-----

Any help on this would be most appreciated.

Regards

Subject: Upgrading 6.0 Mail File to 6.5

If your problem is with the follow up feature not displaying I had the same problem. It only diaplays for the database owner configured in preferences.

Even if you are an admnistrator the feature is not displayed

Hope this helps

Subject: RE: Upgrading 6.0 Mail File to 6.5

You are right. Thanks.