Sub Stack problem
Posted: Mon May 05, 2008 2:53 pm
I have an application that accepts input to a field variable directly if the user knows the value to use. However, if the user does not know the value, a button alongside the field brings up a small sub stack card as the place to do the calculation from several inputs or choices. then return to the original main card with the variable filled in by the calculated answer.
Problem, I can open the sub stack card, do the calc, but cannot get back to the main card. I address the cards by their ID numbers and the numbers are correct.
What shold happen?
As an undesireable get over, I open a new card in the main stack, do the same process and get back to the original screen just fine. It is undesireable, because the card is so large (all cards in the mainstack are deliberately of a fixed size.
Problem, I can open the sub stack card, do the calc, but cannot get back to the main card. I address the cards by their ID numbers and the numbers are correct.
What shold happen?
As an undesireable get over, I open a new card in the main stack, do the same process and get back to the original screen just fine. It is undesireable, because the card is so large (all cards in the mainstack are deliberately of a fixed size.