I have 10 webform-pages. I have written some subs that i need on every page. For instance, to get data from my database i have a self-written function get_data(str) with a sql-instruction as a parameter and it returns a dataset which contains my requested data. Now i copy and paste this sub on every page.
Isn't it possible to place these subs in one file and add a reference to it from every webform page?
If so, how can i do this?
thnx in advance
Isn't it possible to place these subs in one file and add a reference to it from every webform page?
If so, how can i do this?
thnx in advance