Micro Focus QTP (UFT) Forums
Datatable in functions - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Datatable in functions (/Thread-Datatable-in-functions)



Datatable in functions - shwetasharma - 03-25-2013

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:
Code:
file A

function xyz()
------
-----(here i m using datable)
------
End Function.

datatable is in file A

file B
call xyz()



RE: Datatable in functions - supputuri - 03-25-2013

what type of datatable you are using... global or local?


RE: Datatable in functions - sams001 - 03-26-2013

undefined