Search
-
I also saw this happen today and had a different customer report the same thing.
-
Hi Pam,
You should be able to accomplish this by creating an action result called "keepProcessing" and set its value to true before the loop. Then put everything inside of the loop in a conditional statement if keepProcessing = True. When you get to the case where you want to stop set the value of keepProcessing to False. It would look ...
-
This can be done using scripts. It can a bit daunting if you haven't used scripts before and it can try your patience making sure everything is setup correctly, but it can be done.
The idea is that on form load you declare global variables for the different categories. Then in the detail, on the category field or the number field (that you ...
-
Mahlon,
I just accidentally found that if you edit the loop action and save it, the actions inside the loop will once again reference the values from the loop. Hope that helps until a fix is found.
-
Hi Mortaza,
Any update on when this might be resolved?
-
Thanks Mortaza.
I wanted to add that the reason for needing the Find Character action is to be able to parse the response when using the Call Web Service action. Without the ability to parse the response, the usefulness of calling a web service is greatly reduced.
-
Any idea when the Find Character action will be available? It's difficult to use the substring action without knowing the index of secific text.
-
Add a button to a screen.
Add a loop through a table.
Within the loop, add an insert value into table action and add some values from the loop.
It will work fine when you first add it, but if you save and close out of the actions and go back to edit the values that are inserted you can no longer see the values from the loop that were selected ...
-
Hi Mortaza,
Are you clicking the Close button immediately after you click the save button?
-
Hey Mortaza,
Try this:
1. Make sure there are multiple columns, all with width as %
2. Save and Close the screen editor
3. Edit the screen
4. Change the color of a cell in 1 column, then change the color of a cell in a different column.
5. Check the width of the first column
|
|
|