Mandu Posted October 5, 2004 Posted October 5, 2004 Does anyone know a field calculation which will be true/1 if and only if the record on which it resides is the current record? This would be a single-user file. - - - Why? This is part of a remarkably convoluted approach to getting MS Word to create a form letter using the current record for its merge fields. A Word form letter template can pull data from FM, but only supports the ability to select the record(s) by a <field>=<constant> criterion, where <constant> is bound manually at the time the template is created. Thanks for your consideration, Chap
-Queue- Posted October 5, 2004 Posted October 5, 2004 If you are scripting all record navigation, you could set a global with the record's id and use a calculation of globalfield = recordid.
Mandu Posted October 5, 2004 Author Posted October 5, 2004 I am scripting all record navigation - thanks for the idea!
QuinTech Posted October 5, 2004 Posted October 5, 2004 Chap, can you do your form letters from right inside FM? True, FM is not a word processor, but it can certainly be done. Jerry
Mandu Posted October 5, 2004 Author Posted October 5, 2004 Unfortunately, no, Jerry. The client is insistent upon having it in a Word document, so that she can edit it to her heart's content. And it is turning out to be a major PITA. Chap
QuinTech Posted October 5, 2004 Posted October 5, 2004 Ahh, clients. If we didn't have to have them, this would all be SO easy. J
Recommended Posts
This topic is 7423 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now