Deactivate DayBack Window popping up in front
Posted: Mon Dec 03, 2018 12:42 pm
Dear Seedcode and Forum Users,
I have a script which I run in an event window:
Set Field [ Appointments::Status ; "SZ abgerechnet" ]
Perform Script [ “Jump to Patient - via Appointment” ]
It sets the status field with a specific text, and then activates the script "Jump to Patient" ->
Set Field [ Praxis::ContactID_Zwischenspeicher ; Appointments::id_contact ]
Perform Script [ “Close Event Window & Refresh Calendar” ]
Open File [ Open hidden: Off ; “TheraTool2” ]
Perform Script [ “Go To Patient from within the Calendar” from file: “TheraTool2” ]
This script copies the event ID, closes the event window, opens another FM File (my custom solution called "TheraTool2"), and then activates a script within that file which searches for a specific patient connected with the event above.
Question:
No matter what I do, the DAYBACK window always pops up in front, although I just opened the other file and intend it to remain in the focus... can I suppress that "coming in front" of DayBack?
THANK YOU!!!
Best, Edward
I have a script which I run in an event window:
Set Field [ Appointments::Status ; "SZ abgerechnet" ]
Perform Script [ “Jump to Patient - via Appointment” ]
It sets the status field with a specific text, and then activates the script "Jump to Patient" ->
Set Field [ Praxis::ContactID_Zwischenspeicher ; Appointments::id_contact ]
Perform Script [ “Close Event Window & Refresh Calendar” ]
Open File [ Open hidden: Off ; “TheraTool2” ]
Perform Script [ “Go To Patient from within the Calendar” from file: “TheraTool2” ]
This script copies the event ID, closes the event window, opens another FM File (my custom solution called "TheraTool2"), and then activates a script within that file which searches for a specific patient connected with the event above.
Question:
No matter what I do, the DAYBACK window always pops up in front, although I just opened the other file and intend it to remain in the focus... can I suppress that "coming in front" of DayBack?
THANK YOU!!!
Best, Edward