You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this does not work properly on multipage forms. I believe there must be multiplication by 2, otherwise it removes incorrect alternative in the SL_CalculatePageShift locator and everything gets messed up. At least if I add *2 in my script then it starts working properly. So my while loop looks like this after the correction and it seems working fine now: While Results.Count>page1.Words(0).PageIndex*2
Regards,
Jan
The text was updated successfully, but these errors were encountered:
https://github.com/KofaxTransformation/KTScripts/blob/7e904265932d6582f7abc91c419b74b00015e85d/Text%20Layout.vb#L38
Hello, this does not work properly on multipage forms. I believe there must be multiplication by 2, otherwise it removes incorrect alternative in the SL_CalculatePageShift locator and everything gets messed up. At least if I add *2 in my script then it starts working properly. So my while loop looks like this after the correction and it seems working fine now:
While Results.Count>page1.Words(0).PageIndex*2
Regards,
Jan
The text was updated successfully, but these errors were encountered: