|
Function works in development but not production
Posted: 22 Jul 07 9:25 AM
|
I created a secured function lookup that worked fine in my development database. But, when I bundled it over to the production database it did not work. It is included in the Global Defects script. I get the following error in the production database:
"An error occurred executing GlobalScript (System:Global Defects) Error calling method OnBeforeFunctionExecute_LookupDefectArea (for example) at line 85 character 5" When that goes away, I get the unknown function: -1 error.
Here is the function:
Function OnBeforeFunctionExecute_LookupDefectArea(functionNumber, functionName) (FYI: This is line 85) Application.BasicFunctions.ShowMainViewFromLookupWithConditionByID "DEFECT:Area", False, "", "", "", "" 'DNL OnBeforeFunctionExecute_LookupDefectArea = True End Function
Anybody have any ideas why? |
|
|