Delete row from data set between screens
Justinmind version : 9.6.0
Imagine you have a dataset-based table with multiple rows on one screen and you are showing the details of that row on a second screen.
On the second screen, you want to click a button and DELETE A ROW IN THE DATASET based on the details of that row (maybe one of the column properties unique to that row).
That way, when you return to the first screen, that row no longer exists in the dataset table.
How might one accomplish this?
Hello, I am attaching an example where you can expand the datamaster information on a second screen and there, delete information that will be reflected when returning to the first screen. Let me know if this information is useful to you.
Greetings.
Hello, I am attaching an example where you can expand the datamaster information on a second screen and there, delete information that will be reflected when returning to the first screen. Let me know if this information is useful to you.
Greetings.
Does your example parallel how this would be done with a table's dataset? The provided example seems to be based on a card list. My requirement is that I find a specific property value (like .patientname) of a column and delete that row from the dataset. All of this from a screen other than the one which contains the table.
Does your example parallel how this would be done with a table's dataset? The provided example seems to be based on a card list. My requirement is that I find a specific property value (like .patientname) of a column and delete that row from the dataset. All of this from a screen other than the one which contains the table.
Replies have been locked on this page!