Weird scoping issue after upgrading to eXpress++ 2.0
Posted: Thu Jul 30, 2015 1:19 pm
Hey,
XBase version: 1.90 build 355
eXpress version before: 1.90 build 255
eXpress version after: 2.0 build 261
This works in the old version of eXpress but not my new one. We're using the DC_SETSCOPEARRAY to set scopes everywhere.
I have attached a sample program highlighting what's happening.
When you start the program, you'll see a simple browser. You can scroll up and down no problem.
When you exit out of that, a second browser appears, which is scoped on the record number. If you use your arrow keys to scroll down, you'll see that you will not be able to reach the last record. Then keying up/move around with the mouse wheel, you'll see there is something very weird going on behind the scenes.
Again, worked in the old one but not the new one - wondering what's bugging out or if I need to be calling these functions differently.
XBase version: 1.90 build 355
eXpress version before: 1.90 build 255
eXpress version after: 2.0 build 261
This works in the old version of eXpress but not my new one. We're using the DC_SETSCOPEARRAY to set scopes everywhere.
I have attached a sample program highlighting what's happening.
When you start the program, you'll see a simple browser. You can scroll up and down no problem.
When you exit out of that, a second browser appears, which is scoped on the record number. If you use your arrow keys to scroll down, you'll see that you will not be able to reach the last record. Then keying up/move around with the mouse wheel, you'll see there is something very weird going on behind the scenes.
Again, worked in the old one but not the new one - wondering what's bugging out or if I need to be calling these functions differently.