Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: Functions
You are being warned that your function has a path it can go through that will not return a value to whatever called it, normally this will result in a runtime error. In your example if your da.Fill command fails for some unforeseen reason, the Try... Catch block will catch …
Re: form debugging
If you are talking about the startup form in the application: Click on Project in the tool strip Click on <Application Name> Properties Click the Application Tab Change the startup form to the one you want
The End.
Kinney