Multiable databases
I am trying to create a comic book app where I have a large amount of data in the form of lists. So instead of creating a screen with buttons for each publisher I want to pull it from the database but then how do I pass the data from the publisher screen to another screen where it shows a list just for that publisher?
-
Hello Donald,
the only option is to create a first list (by using an option list screens), with the list of the publishers. then each button can open the dataview screen (with the database) of each publisher.
In each dataview you can insert the list of the data of the publisher and the details (by adding a detail view).
At the moment this is the only optino.
Kind regards
Please sign in to leave a comment.
Comments
1 comment