What do finacial do when u push the F5 button in the employee form? I have a problem with referances give to some fields … and i deleted the fields in the form and put em on not active in the table. But when i am hitting F5 and want an overview of all the employees… it give me the error : “Referance to member Steuerklasse of the variable Steuerklasse could not be solved” Translated from norwegian… sorry for the straight ahead translation. Anybody know what financial do when i push f5 or what the error is coming from? Regards Frode Dahl aimit as
F5 in a card usally gets you the list. I guess that if you have deactivated fields in the table then you also must delete them from the form (probably named something like Employee List). When you press F5 it will open this form and becauase of the inactive fields the error message appear. Regards Daniel
Frode, I am trying to understand your situation here: You said you deleted some fields on the Employee form, and put those fields as “not active” in the Employee table. And when you press F5, you got an error message associated to the member reference. For the fields that you have deleted on form, did you also delete them on the Employee List, before making them inactive? It sounds to me like you didn’t delete those fields you have deleted on the form that are on the list, and have them inactive, so that is why it caused the error message. At this point, you should go back to the Employee List form, and have these fields deleted, so the error message will go away. Usually, when you press F5 on the Employee form or any other form (Customer, Vendor, Item … etc), that should pop up a list of that form.
This is the situation now: Alle the fields i dont wanna use are deleted in the form. Alle the fields i dont wanne use are put to not active in the table Ater this… i was able to open the form. Something i have not been able to do before caz of the not active fields. But when i tried to browse all the employee with f5 the same error pop up [xx(] Hope this explain it so u understand it… the main problem is that it looks like it trieds to open the inactive fields in the table or that it use another form to show me the employee with F5
Frode, Like I told you earlier, you will have to open the Employee List in design mode, delete all the inactive fields, and then save the form. Once the list form is saved, then rerun the main form, and then press F5, the error will go away, since you have removed all the inactive fields on the form.
Hi Forde, Find out what is been setup as the lookup form and drill down form on your table. For finding these do the following - go to design mode of your table - go to the last field with blank field id - now select the properties - check out whats there in the lookup form and drill down form - now open those form (if you have different for lookup and drill down) and delete the fields which you have made inactive in your table. This will solve your problem. Cheers
Hi Frodio, Deactivating the fields on the table is not a good idea. Many standard reports may not work after this and wil have to be modifyed. You should only remove the fields from the forms.
quote:
Originally posted by sjagjeet
Hi Forde, Find out what is been setup as the lookup form and drill down form on your table. For finding these do the following - go to design mode of your table - go to the last field with blank field id - now select the properties - check out whats there in the lookup form and drill down form - now open those form (if you have different for lookup and drill down) and delete the fields which you have made inactive in your table. This will solve your problem. Cheers
Thnx m8… did not think about that one… hehe… got me thinking in a new way that solved all the problems. Again… Thnx