[RPG]CloseForm operation
Posted: Tue Dec 01, 2015 8:27 pm
HI,
When using OpenForm operation with Presentmode(Stack) or using PerformAction operation with Presentmode(stack), child formview with the orignal(i.e. parent) formview remain active.
I believe another job will be assigned to that child formview. (i.e. One job for parent formview and one job for child formview).
When user tap back button on child formview, parent formview will be shown. However, the job for child formview will remain active. It seems CloseForm Name(<child formview>) will kill the job for child formview.
The question is as follows;
1. Is CloseForm operation for child formview mandatory when using OpenForm operation with Presentmode(Stack) or using PerformAction operation with Presentmode(stack)?
2. If yes, where this CloseForm operation should be written?
I couldn't find any example for "CloseForm" operation provided.
3. "PerformAction" and "OpenForm" operations can be used with online formview now.
Is "CloseForm" also able to be used with online formview now?
I appreciate your kind advice.
Best Regards,
Megumi
When using OpenForm operation with Presentmode(Stack) or using PerformAction operation with Presentmode(stack), child formview with the orignal(i.e. parent) formview remain active.
I believe another job will be assigned to that child formview. (i.e. One job for parent formview and one job for child formview).
When user tap back button on child formview, parent formview will be shown. However, the job for child formview will remain active. It seems CloseForm Name(<child formview>) will kill the job for child formview.
The question is as follows;
1. Is CloseForm operation for child formview mandatory when using OpenForm operation with Presentmode(Stack) or using PerformAction operation with Presentmode(stack)?
2. If yes, where this CloseForm operation should be written?
I couldn't find any example for "CloseForm" operation provided.
3. "PerformAction" and "OpenForm" operations can be used with online formview now.
Is "CloseForm" also able to be used with online formview now?
I appreciate your kind advice.
Best Regards,
Megumi