What are you really mean with this ?Trying to add a new Table > table1.AddCol (cString,"Datierung",80) .
What are the problems? What do you mean with "the rest of Properties" ?and of course the rest of Propertys seems not to work now, with your new update
I add a new column in the code, and did not update the csv file. That is why when loading, the program is missing this column.What are you really mean with this ?
Do you want to add a new Table or do you want to add a new colum to Table1 ?
What are the problems? What do you mean with "the rest of Properties" ?
If you add a new column directly in the code, you must also update the csv file. Otherwise when loading it, the program is missing this column.
Best regards.
:sign0060: must have done it Correct!guess I need to add the Century at the Line?
this is something new now.
is this the correct way?
yes, I tried something differentAnother way is not to read the csv file, and populate the table in the program and save the table. But I dont think that this would be faster.
A 3rd possibility is to generate the csv file with Excel, but this becomes even a bit more complicated. Because:
- the Excel csv file is saved with the ANSI code page, but B4PPC uses the UTF-8 code page.
this can become a problem when you have characters like ä, ü, é, è etc.
- the separator character is ";" and not "," and must be changed in the LoadCsv and SaveCsv statements.
Best regards.
nims nicht krum.Here you are.
I changed the btnAdd routine, you didn't add all elements and in a wrong order.
In the csv file you had 2 quotes ". These produced the error when loading it.
Best regards.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?