
March 25th, 2003, 10:26 AM
|
|
Registered User
|
|
Join Date: Mar 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
MMIT- Display record in Master-Details fashion.
<font style="color:000099;">Hi friends,<br>I am working on an application where in I have to display the record in Master- Details fashion.<br>The first form on mobile page displays the list of records present in the table. When the user clicks on the any of the record link then next form is shown which displays the detailed information of the selected record.<br><br>My problem is that when I navigate back to the form where on the master records are printed then instead of the records list I get the entire dump from the recordset for the first record fetched by the control.<br><br>I am using 'objectlist' control to display the master records.<br><br>I assume that some inherent events occur the moment I click the link to go back. I suppose it is <br>"OnshowItemCommands" that is generating the dump of the record but I am still not able to trap the event successfuly and prevent the dump of record<br><br>Any help would be welcome<br><br>Thanx in advance<br><br><br>Vikram </font>
|