Hello all. I have been searching around and found some solutions adjacent to what I am trying to accomplish, but not quite.
I have 2 apps chained together. The first app produces outputs that are then utilized in the second app. Some of the outputs from APP1 produce lists that become dropdowns or check boxes in APP2. APP2 also has text input options available to the user. This is where I am having a difficult time.
I would like to display a table on screen in between APP1 and APP2. The table has data that is formatted in a specific way (representing percentages and dollars, with symbols for those types). The user needs to be able to view this data in order to determine if any overwrites (text box inputs) need to be done before APP2 runs. APP2 provides text boxes for the user to overwrite these values.
The values aren't exactly overwritten...if there is any user input, the original value is retained and moved, and the user input value then replaces the original value in its original field.
The table wouldn't need to have any interaction from the user, and does not affect APP2 in anyway, it just needs to be displayed between APP1 and APP2 in order for the user to make decisions on how to proceed.
I've been able to run it from the yxwz file, and APP1 can produce a PDF, YXDB, whatever file type that opens with the APP2 interface, so I can view those values before proceeding with APP2, but I cannot for the life of me figure out how to get this data to display in between the apps in the gallery.
Thanks!