03-25-2013, 05:17 PM
Hi All,
I have a function where data able is used...now when i m calling this function in another file it shows error saying data table not available.
what can be done in this case?
eg:
I have a function where data able is used...now when i m calling this function in another file it shows error saying data table not available.
what can be done in this case?
eg:
Code:
file A
function xyz()
------
-----(here i m using datable)
------
End Function.
datatable is in file A
file B
call xyz()