On a data entry form, there is a list of related records in a table view (tabless panel, Fig. 1). When the user clicks on the second record, the drill-down data entry form for the related always displays the first record (Fig. 2).
The table view and the drill-down form both have default as the namedFoundSet. I’ve tried turning off all events on the drill-down form, so no code runs. It still displays the first record!!!
I am stumped. Has anybody had this problem?
Thank you,
Don
…as a follow-up, don’t know if this will help, but:
-
When I click into a record from the browse, there are, e.g., 4 records with no. 1 as the current record.
-
When I write from the onShow of the data entry form, there are 11 records, with no. 11 as the current record.
And the record being displayed in the data entry form doesn’t even belong to the parent 
Thank you,
Don
Hi Don
Please check your form property : UseSeparateFoundSet is not tick or else it will always shown the the 1st record because of separate foundset.
Regrds,
Kelvin
Hi Kelvin,
I’m not understanding. Is there a separate check box or other property (other than namedFoundSet)?
I switched back to using “Default” as the namedFoundSet on the two forms, so that they again share the same data. I don’t know why, but it started to work, as if all were normal again!!
Thank you,
Don
Hi Don,
Sorry for late replying as I was out of town.
Use SeparateFoundSet is in Servoy 3.5.x and is called namedFoundSet in Servoy 5.x.
They are the same property.
Regards.
Kelvin