May 8, 20196 yr Newbies I am developing a solution to be accessed via webdirect. In it I have a script that finds records that does the following a. stores current layout name in a global variable b. jumps to a different layout and enters find mode (paused while the user enters find criteria) c. performs the find and returns to the original layout using the layout name stored in the variable Every script step is webdirect compatible but I am having two problems. First, when I press enter after having entered my find criteria the script will not continue to the perform find step. When I use find in the webdirect menu it will perform a find after having typed enter. Second, it does not return to the layout saved in the variable. I appreciate any help. thank you.
May 9, 20196 yr I'm not sure about a paused find, but when you use the pause/resume script step, you have to resume with a button that has the option "Resume Current Script" enabled. This might be true for a paused find as well.
Create an account or sign in to comment