June 23, 201411 yr Hi, I have researched but did not find, so I would say I am not good at searching.. I have a database with several tables, and each table presented in a Tab. When I have a note I made a new window open with only the note field to be filled. Everything works good but the layout with the tabs returns systematically to the first tab when the note is in the fifth tab for example. I tried to set freeze window in the open script for the note window, but it did not work. What can I do to have the tab return to the original tab I was in when I close the note window. Any help will be appreciated
June 23, 201411 yr You can set a default tab, or you can give each tab an object name and have the script navigate to the correct tab (object) using the "Go To Object" script step. However... from your description you may be on a path of poor performance. Remember that all fields on all tabs (even those not visible) load when the layout loads. So the more tabs the poorer the performance. It may look good in the design phase but it may execute very poorly in the real deployment; rethink how you use tabs.
June 23, 201411 yr Author Thanks, This is a good lead, and I am already taking care of your your advise on poor performance. regards
Create an account or sign in to comment