HillTJ
To train a dog, first know more than the dog..
- Local time
- Today, 00:20
- Joined
- Apr 1, 2019
- Messages
- 731
Hi, I'm working on my CRM project. I have a problem where the wrong fields are hidden/displayed upon initial opening of the next form after the initial form is opened. Difficult to explain, but open frmMain, open either of the top two options & the correct controls are displayed (that is Nav options shown or hidden). Both forms use OpenArgs to pass the parameter that displays/hides the header options & I set a TempVar as a flag to determine whether the form is effectively "drilled" down from the previous form or not. Select 'Amend an existing persons record' and open it to display the edit form. All good.
Now, select the relationships tab for the first record, then select the hyperlink to open the related form. Notice that all controls are displayed. Then on that form select the relationships tab and select a hyperlink and see that this form opens as desired. This is what I want all 'drilled down' forms to look like.
It seems that the first form opened with the hyperlink is not 'clearing' the Openarg....I think..
Appreciate it if anyone has the time to decipher my issue.
Cheers
Now, select the relationships tab for the first record, then select the hyperlink to open the related form. Notice that all controls are displayed. Then on that form select the relationships tab and select a hyperlink and see that this form opens as desired. This is what I want all 'drilled down' forms to look like.
It seems that the first form opened with the hyperlink is not 'clearing' the Openarg....I think..
Appreciate it if anyone has the time to decipher my issue.
Cheers