In the Querysave event, I am calling a function, which in turn calls a function in a class of script library, i can see the valus are present in the second function, but i am not able to get the values from second function into first function.
the return value of all the functions is an interger. What shall i do?
Subject: Please urgent … Return value from a funtion …
Sorry i have posted the query wrong …
In the Querysave event,
1)I am calling a first function which is in one script library, which in turn
2)calls a second function in a class of second script library, i can see the values are present in the second function, but i am not able to get those values into first function of first script library.
the return value of all the functions is an integer. What shall i do?
1)I am calling a first function which is in one script library, which in turn
2)calls a second function in a class of second script library, i can see the values are present in the second function, but i am not able to get those values into first function of first script library.
the return value of all the functions is an integer. What shall i do?
You NEED to post your code if you want help with it. There are any number of reasons why it could be failing, and there’s absolutely no way anyone can help you using only the information you’ve posted.