ArCPad Studio 7 closing from 1 from form 2

492
0
04-12-2010 08:35 AM
DawnPeck
New Contributor
I am working on a project that has two forms,on the main form there is a drop down for a certain type of point. Depending on what type of point is selected more information is required to be collected. There is one type of point that requires alot of information so a new form is displayed to collect the required information. I have it so on selection change the second form is displayed. However, when the information is all collected and the user selects add the second form closes but the first form is still displayed (the one where the point type imformation is) I have tried many times putting code to close this form if that point type is selected and putting the code in different places. i used the Applet.Forms("frmCruise").close
I tried putting it in if statements also when add is clicked on the second form that it will close the first form, but nothing works. It seems to simple but giving me lots of trouble. Thanks in advance for the help!
Tags (3)
0 Kudos
0 Replies