Windsailor
Well-known member
- Joined
- Aug 2, 2006
- Messages
- 45
- Programming Experience
- 1-3
What I have is a function on a form that uses 12+ values that originally is populated from a dataset.
I would like to use a module for the function so I can use it globally.
The obvious issue is that I can not populate the dataset through the module.
I have thought of populating the dataset and then assigning the values as global values, but the trick here is to tie it to the correct form, or parent form when it is loaded (there may be times when I will want to refresh the dataset to check for new values).
Any suggestions of other ways to do this?
Thanks
I would like to use a module for the function so I can use it globally.
The obvious issue is that I can not populate the dataset through the module.
I have thought of populating the dataset and then assigning the values as global values, but the trick here is to tie it to the correct form, or parent form when it is loaded (there may be times when I will want to refresh the dataset to check for new values).
Any suggestions of other ways to do this?
Thanks