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

null
    • Nick
    • 4 yrs ago
    • Reported - view

    Try something like this

     

    let p := SoftClinincPatientFiles.Id;
    openFullscreen(p)

    • Dr_HH
    • 4 yrs ago
    • Reported - view

    Thanks  did  not  work  but  managed  something  else that is  probably better

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 687Views