Dr. Evil Posted February 1, 2011 Posted February 1, 2011 How can I navigate to desired "Client" record in a pre-existing pop-out window already displaying a different Client? I have a script (ClientDetail) that opens a new window to view detailed Client information. I'm allowing User to keep this new window open, leave in background and continue using solution how ever desired. Sense this is allowed, I have worked into the script to check if a pre-existing window is open and if there is, then select it vrs. open another window. So I got it to select pre-existing window ok, I just don't know how to navigate to the Client record User want to view. Typically I use [go to related record] but in this case the relation is lost. I tried at beiging of script to [set variable; $ClientID] and then [preform find] also tried [Go to Record via calculation] but had no success. I don't think these methods are cooperation with my variable, or I'm just not setting it correctly. Maybe [Perform Find] or [Go to Record via Calc.] is not the best method? Any direction on how to solve this issue? Thank you for your interests and help on this topic! :) WindowRecordDemo.fp7.zip
Vaughan Posted February 1, 2011 Posted February 1, 2011 Try this: navigate to the open window, remember the window size and position (top, left, height, width) then close the window and open a new one with the correct record in exactly the same place.
Recommended Posts
This topic is 5044 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now