D DMRSosa New Member Licensed User Mar 31, 2014 #1 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 34.5 KB · Views: 285
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
Erel B4X founder Staff member Licensed User Longtime User Apr 1, 2014 #2 Does it happen if you comment the second line? Can you upload the project?
D DMRSosa New Member Licensed User Apr 1, 2014 #3 Yes, the same message.- Attachments PISTOLA.zip 11.7 KB · Views: 277
M mjcoon Well-Known Member Licensed User Apr 1, 2014 #4 DMRSosa said: Yes, the same message.- Click to expand... 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.
DMRSosa said: Yes, the same message.- Click to expand... 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.