This should be an easy one. Table and table 2 are related. I have a form for table1 with fields a and b. It is set to table view (fixed), and displays my data correctly when in data (ready) mode.
The form for table 2 is set to record view. It has a tabpanel that contains the form for table 1. When in data mode, it (the tabpanel) displays the correct data, but only one record at a time. There must be a simple way to set the tabpanel to display data in table view, but I can’t figure out how to do it. What am I missing here? TIA, Peter.
IT2BE:
Are you talking about the fact that you want to change the view in the properties bar of a form to table or list view?
Or do you want to do so with controller.view = 0 or 1?
Sorry if I wasn’t being clear. I would like a tab within a tabpanel to display data in the same way as when a form is set to table view. I have a form that is set to table view (locked), but when this form is viewed as a tab from within a tabpanel on a second form, I see only one record (one row) at a time. I expected that the tabpanel would display data just as it does on the original form, but apparently it does not(?), and I am wondering how to control this.
yes are you sure that there are more rows?
For example if you place a button on form2 (the one in record view)
and you are attaching a script on it that outputs the maxRecordCount of the relations ship you use for the tabpanel (form1 the one in tableview)
what does the maxRecordCount say?