cancel
Showing results for 
Search instead for 
Did you mean: 

bug: table content not shown after form validation in popup (VC7.1 SP5)

Former Member
0 Kudos

Hi,

I've encountered the strange behavior that the content of a table is not shown after the validation of a form in a popup window has shown an error message. I was able to reproduce this issue using standard services of an IDES system.

The picture [pic1|http://img520.imageshack.us/img520/4226/flight1lu4.png] shows the model. I'm using the flight data service bapi_sflight_getlist to display a list of flights. Selecting a specific flight and pressing the detail button opens a popup showing flight details using the second data service bapi_sflight_getdetail. I set the flight price field as required and added a refresh button which validates the form, closes the popup and calls the getlist data service again.

I run the application, enter necessary data for the search and get back a list of flights. I press on Details and the popup opens. I remove the value of the Price* field and press Refresh. As expected the form shows an error Input data for required field are missing (see [pic2|http://img237.imageshack.us/img237/2614/flight2qu3.png]). I refill the price field and press refresh again. The popup is closed, the getlist service should be called again but the content of the flight list table disappears (see [pic3|http://img394.imageshack.us/img394/1539/flight3fr5.png]). Selecting an arbitrary row of the empty table results in the content being displayed again.

The behavior also seems to take place by transitions between views in a view container. There seems to be no problem with SP3 but only SP5. Please confirm if somebody can reproduce the behavior and if possible provide a workaround.

Regards,

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anybody with the same behavior in CE7.1 SP5?