Product: | PowerBuilder | Category: | DataWindow |
Version: | 2017 R3 | Publishing: | Public |
Status: | Scheduling | Priority: | P3 |
Classification: | Sybase (legacy) bug | Resolution: |
Hi Stefan, Thanks for reporting this problem! We reproduced it on our end and will do further research to figure it out. We will keep you posted about the progress. Currently, after you modify the columns tab sequence, please execute the following code to work around the issue: blob lb_data dw_1.getfullstate( lb_data) dw_1.setfullstate( lb_data) Regards, Ken
Hi Stefan, Thanks for reporting this problem! We reproduced it on our end and will do further research to figure it out. We will keep you posted about the progress. Currently, after you modify the columns tab sequence, please execute the following code to work around the issue: blob lb_data dw_1.getfullstate( lb_data) dw_1.setfullstate( lb_data) Regards, Ken
Hi Stefan, I was able to reproduce your case. I will now transfer it to our engineering team for further analysis. We will keep you posted on the results here. Regards,
Hi Stefan, I was able to reproduce your case. I will now transfer it to our engineering team for further analysis. We will keep you posted on the results here. Regards,
Hello, were you able to reproduce our problem? Do you need any further informations? Regards Stefan
Hello, were you able to reproduce our problem? Do you need any further informations? Regards Stefan
Hi Stefan, I will be working on analyzing/reproducing your case. We will keep you posted on the results here. Regards,
Hi Stefan, I will be working on analyzing/reproducing your case. We will keep you posted on the results here. Regards,
tabseq.zip (44KB) *Phenomenon: After redefining the tabsequence, the tabsequence doesn't work as expected. Pressing tabs, the focus jumps to second datawindow. *Reproduce Steps: Open program. Answer "Set Tab-Sequence" -> Yes. Cursor is in column marked "Tab1" . Press Tab . Cursor jumps to column marked "Tab2" and immediatly changes the focus to the second datawindow. Open program with Set-Tab-Sequence -> No. Cursor jumps as expected and defined in datawindow painter. *Remarks: Our customer has the ability to define his own tabsequence in our program.
Created attachment 1804 tabseq.zip (44KB) *Phenomenon: After redefining the tabsequence, the tabsequence doesn't work as expected. Pressing tabs, the focus jumps to second datawindow. *Reproduce Steps: Open program. Answer "Set Tab-Sequence" -> Yes. Cursor is in column marked "Tab1" . Press Tab . Cursor jumps to column marked "Tab2" and immediatly changes the focus to the second datawindow. Open program with Set-Tab-Sequence -> No. Cursor jumps as expected and defined in datawindow painter. *Remarks: Our customer has the ability to define his own tabsequence in our program.