Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2501 Points
2107 Posts
Mar 13, 2012 02:04 PM|LINK
Hi,
I am sorry but I did not understand what you mean?
This is my sample method:
Public Function retDrawProgram(ByVal dsDrawProgram As System.Data.DataSet, ByVal sDrawNumber As String, ByVal sDataRevision As String) As String
//Here is my transactions
Return 1
End Function
How can I return 1 before transactions?
cenk1536
Contributor
2501 Points
2107 Posts
Re: How to Return before execution?
Mar 13, 2012 02:04 PM|LINK
Hi,
I am sorry but I did not understand what you mean?
This is my sample method:
Public Function retDrawProgram(ByVal dsDrawProgram As System.Data.DataSet, ByVal sDrawNumber As String, ByVal sDataRevision As String) As String
//Here is my transactions
Return 1
End Function
How can I return 1 before transactions?