Hi,
I have the following code running on ONLOAD for a form.
Form_Buying_Rates_Global_Change.AllowAdditions = True
However, it gives me an error (error 424, requires an object)
Any ideas what I have done wrong?
Note that the actual code is on a global module, which is called everytime after "login in" and selecting a form (menu)
Depending on the user login in and the form being opened, it charges the parameters of each form depending who the user is.
Therefore I cannot change the property of the form to YES or NO directly on the property window of the form...
I have the following code running on ONLOAD for a form.
Form_Buying_Rates_Global_Change.AllowAdditions = True
However, it gives me an error (error 424, requires an object)
Any ideas what I have done wrong?
Note that the actual code is on a global module, which is called everytime after "login in" and selecting a form (menu)
Depending on the user login in and the form being opened, it charges the parameters of each form depending who the user is.
Therefore I cannot change the property of the form to YES or NO directly on the property window of the form...