CS1002 Error Message at Compiling

DMRSosa

New Member
Licensed User
Hi

I get the CS1002 Error message when I try compile the application. This message starts when I added the following lines and refers to the first one.-

TablaCCCn.LoadCSV (FilesPath & "\nCTACTE.CSV",",",True,True)
Connection.CreateSQLTable("TablaCCCn","t_CCCn")

I attach the capture of the error window.-

Any ideas?

Thanks in advance.-

Dante
 

Attachments

  • CS1002.jpg
    CS1002.jpg
    34.5 KB · Views: 228

mjcoon

Well-Known Member
Licensed User
Yes, the same message.-

Hi Dante, I downloaded and looked at your program. In the list of controls it includes TablaCCCn but with type ListBox. So of course LoadCSV is not included as a method for that object. Has there been a confusion of objects?

HTH, Mike.
 
Top