Lotus Notes FAQ Visit Our Sponsor!


How do you access fields on a Parent document from an unsaved response doc?

Create a computed for display field named QUERY_STRING on your form with the formula "". You can then access any fields from the parent using this in a second, computed field:

  parent := @Word(@Right(@Uppercase(QUERY_STRING);"&ParentUNID=");"&";1);
  valueNow := @GetDocField(parent; "Field1");


Applies to Notes Versions: 4 4.5 4.6 5
Last Modified: September 8, 1999
Home *Notes R3 *Notes R4 *Notes/Domino 4.5 *Notes/Domino 4.6 *Notes/Domino R5