0
How do I go Back to see the Parent form ?
let p := record(SoftClinincPatientFiles,1);
openFullscreen(p)
I am in a subform
This takes me to the correct screen (Parent) but record 1
How can i tell it to got to the Current Patient Id Parent form and not record 1
2 replies
-
Try something like this
let p := SoftClinincPatientFiles.Id;
openFullscreen(p) -
Thanks did not work but managed something else that is probably better
Content aside
- 4 yrs agoLast active
- 2Replies
- 688Views