SteveS Posted February 26, 2008 Posted February 26, 2008 Hello, I figured I would ask the experts this question. I thought the scroll window function would be simple, but I have run into a problem. Example - Layout A is set in form view, Layout B is set up as a columnar list/report view. Layout B extends 6 pages with various test questions. I want a script designed to take me to a particular question on Layout B. I cannot get this to work. I do see a calculation option in the scroll window step, but cannot figure it out. One other note, I have an existing script in place when layout B is opened, so the current record is in view, the script is set as the following, "show all records, omit record, show omitted only." Your help would be greatly appreciated. Steve
bcooney Posted February 26, 2008 Posted February 26, 2008 I haven't used the Scroll window function, but my first thought was to create a field "nav" with repetitions. Place this field at your "anchor" points on the layout each with a different repetition of the field. Each anchor is a button that Go to Field nav[4] (for moving to the nav field of repetition 4).
SteveS Posted February 26, 2008 Author Posted February 26, 2008 bcooney, Thank you for your quick response. I tried the above method and it did not work as expected. The script goes to the correct field repetition, but does not scroll the window to that field. The window stays in the home position. I would have thought your suggestion would have worked for sure, unless I did something wrong. Steve
LaRetta Posted February 26, 2008 Posted February 26, 2008 Layout B is set up as a columnar list/report view. Layout B extends 6 pages with various test questions. If your test questions were records, you could jump record to record down through Layout B, as Go To Record [ by calculation ] or even Go To Record [ next ] etc to move up and down. If your test questions are fields then you might have other problems besides navigation anyway. :wink2:
SteveS Posted February 27, 2008 Author Posted February 27, 2008 Laretta, I would like to thank you for your help in the past, you helped with calculation questions I had some time ago. Layout B extends to 6 pages, imbedded text questions are affixed on the left side of the layout and the answer fields are set up on the right side of each question. Steve
Recommended Posts
This topic is 6175 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