SBendBuckeye
Programmer
I have a series of public variables (primarykey as an example) which I load from tag properties. I want to ensure that I don't accidently have 2 fields defined as primary keys. During the form load event, I would like to selectively clear some of the public variables before setting them up in the current code to make error checking like the above for primary key safer.
Any ideas or suggestions would be welcome!
Any ideas or suggestions would be welcome!