Posts
 
Reputation
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
~422 People Reached
About Me

A

Interests
Cricket
PC Specs
No
Favorite Forums
Favorite Tags
Member Avatar for rahul.gour

Public Function FTPFileTransafer(ByVal Host As String, _ Public Function FTPFileTransafer(ByVal Host As String, _ ByVal User As String, _ ByVal Password As String, _ ByVal Serverfilepath As String, _ ByVal LocalFilePath As String) As Boolean On Error GoTo FTPError Dim intFTPConnect As Integer Dim intFTPPutFile As Integer FTPFileTransafer = False …

Member Avatar for tinstaafl
0
250
Member Avatar for rahul.gour

If .SubItems(19) = "Y" Then chkTax.Value = 1 txtTaxRate.Text = .SubItems(16) Else chkTax.Value = 0 txtTaxRate.Text = "" End If having problem Compilation error : method or data member not found with this code chktax is a check box.

Member Avatar for AndreRet
0
172