Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, I am not able to scroll bar in the straight table. If I am dragging it, it is coming back to the begaining and not staying at specified position.
How can I avoid this ?
Regards,
Sharma
Finally,I got it myself. I had some variables (created in the front end) which were causing this issue. It should not do so but not sure what was causing it.I created those variables in the script and then I was able to scroll my tables
Regards,
Sharma
Finally,I got it myself. I had some variables (created in the front end) which were causing this issue. It should not do so but not sure what was causing it.I created those variables in the script and then I was able to scroll my tables
Regards,
Sharma
I had the same issue where the variable had the function now() and replaced it by today(), this variable was used in the calendar.
set vDate = '=now()+1';
changed to
set vDate ='=today()+1';
Kind Regards,
Cyrus