After reassign link to new form in the navigation subform of the navigation button, error message "The form is not exist"

wendywu

New member
Local time
Today, 10:16
Joined
May 20, 2024
Messages
22
II have a navigation form with a navigation button linked to a form could be displayed in the navigation subform,but I want to change link to another form, so I deleted the originally linked form in the navigation panel, and reassign the newform ,however, the navigation subform is blank,there is an error message that the new form does not exist. How can I solve this problem so that the navigation button can link to the new form?
 

Attachments

  • Error.jpg
    Error.jpg
    201.3 KB · Views: 25
did you check the name of the Form? I don't see same name on the Navigation Panel.
 
Part of our difficulty is that we don't read Chinese very well. (At least some of us don't.)

I can't tell from what I see whether you did this, but ... When you change the linked form, you probably have to change that link in the sub-form control as well as in the code for the button that launches the sub-form. Two links - one for the control, one for the code. That change has to occur even if the new form has the same name.
 
can you distinguish the difference between the Red frame name and the one on the form design.
they are not the same.
 
Seven characters following circle character look same as name in Navigation Pane. Why are there those additional characters, including circle, in front?
 
Seven characters following circle character look same as name in Navigation Pane. Why are there those additional characters, including circle, in front?
I have corrected, now the issue is solved.
Thank you very much!
 
Part of our difficulty is that we don't read Chinese very well. (At least some of us don't.)

I can't tell from what I see whether you did this, but ... When you change the linked form, you probably have to change that link in the sub-form control as well as in the code for the button that launches the sub-form. Two links - one for the control, one for the code. That change has to occur even if the new form has the same name.
Thank you very much.
 

Users who are viewing this thread

Back
Top Bottom