Not sure... need to figure out the flowchart of my app...
I do a few "If" blocks and correct what's needed and Then redo the "if" block again.. this in activity create...
basicaly I check if a file exists, if not, I create a blank template of it. need restart.
if file does exist, check if not the blank template, if it is the blank template, then show the user a form to complete it. need restart after that...
see my problem?
P.S. I can always call Activity_Create, but I just want to be sure that it is safe and "good codding"