Parent-Child field exchange(web based)

hi all,I have a requirement that i have two forms one is parent form and another is child form.i have a need that when i fill the value in child form fields(editable) is transfer to the computed field in the parent form.

if we used editable field it is done but not possible in computed field.

plz help me

thanx

sonal

Subject: Parent-Child field exchange(web based)

If I got you right, I would use @GetDocField(childdocID; childdocfieldname) in the formula for the computed field in the parent document.

@GetDocField - Given the unique ID of a document, returns the contents of a specific field on that document. The document must reside in the current database. (from help file)

Subject: RE: Parent-Child field exchange(web based)

Sonal ,

how you are setting the values form the child to parent ? let me know so that I can modify that existing code …

Subject: RE: Parent-Child field exchange(web based)

hi P Dan,I have two forms one is parent and another is child window.

one button is parent button and two computed fild.click on parent button(window.open method) child window is opened.and two editable field and one child button is on child window.when click on the child button both value should be transfer to the computed field value in the parent window.

this is possible if we used editable field in parent window but it is not working for computed field.

i tried @getdocfield but still not working

plz help me any one know that answer

thanx