SmartClient Version: v8.2p_2012-06-23/PowerEdition Deployment (built 2012-06-23)
Hey guys,
Something strange has been happening with resultsets that I have not seen before. In host mode the following code works fine:
Running the application normally that code never returns the record.
We recently updated our SGWT build from the 5-24-12 build to the one noted at the beginning of the post.
Any thoughts why this might be happening?
Hey guys,
Something strange has been happening with resultsets that I have not seen before. In host mode the following code works fine:
Code:
Record stream = streamResultSet.get(0);
We recently updated our SGWT build from the 5-24-12 build to the one noted at the beginning of the post.
Any thoughts why this might be happening?
Comment