Group: StrataFrame Users
Posts: 144,
Visits: 618
|
Hi There,
I thought my BBS-Problems where solved (Topic a week ago) the problems are getting worse. Now that we started testing a bit more the situation is, that the currentrowindex property does show the right values.
This is the scenario:
A Grid on a Panel from the panelmanager. A Business-Object bound to a Business Binding Source. The BBS is the datasource for a grid. When scrolling through the grid everything looks fine. But when you implement a little routine like
msgbox(bbs.businessobject.currentrowindex)
to check if the currentrowindex changes, the value is always 0, no matter which record is marked.
Guess what this means to processing the right record.
The same with the grid NOT on panel from the panel-manager. No Problems.
What can I do?
Best regards
Thomas
|