|
-
Apr 5th, 2021, 01:50 PM
#7
Re: Use dataset in module public read only error
I believe that datasets are reference type objects. So just pass the dataset to the sub/function.
Another solution here would be to just create a PUBLIC dataset in the module. If your goal is to use this one dataset throughout the whole program then that makes life easier. That said, it's usually not a good idea just to make a bunch of Global variables/objects.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|