Create new dataport. Pick your table. Add fields to be imported..
If you need to read from an Excel worksheet without this step, you need to use Excel Automation. This is pretty simple as well. Check Table 370 for examples of writing to Excel. Reading is identical.
I think there is another way if your file from excel, that is by using save your file in the CSV extension file and then import the file using dataport feature.
Better save it as tab-seperated, you will have less problems.
Dataport: use the following properties
"FieldStartDelimiter","FieldEndDelimiter":<None>
"FieldSeparator":<TAB>
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
//Better save it as tab-seperated, you will have less problems.
//Dataport: use the following properties
//"FieldStartDelimiter","FieldEndDelimiter":<None>
//"FieldSeparator":<TAB>
Answers
Create new dataport. Pick your table. Add fields to be imported..
If you need to read from an Excel worksheet without this step, you need to use Excel Automation. This is pretty simple as well. Check Table 370 for examples of writing to Excel. Reading is identical.
http://www.mibuso.com/forum/viewtopic.php?t=10544 or
I think you will use form ID # 8600 and 8601 in the object designer. to activifying both, just click run button.
rgds,
Johnson ALonso
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com
I think there is another way if your file from excel, that is by using save your file in the CSV extension file and then import the file using dataport feature.
rgds,
Johnson
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com
Dataport: use the following properties
"FieldStartDelimiter","FieldEndDelimiter":<None>
"FieldSeparator":<TAB>
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
/Frank
//Better save it as tab-seperated, you will have less problems.
//Dataport: use the following properties
//"FieldStartDelimiter","FieldEndDelimiter":<None>
//"FieldSeparator":<TAB>
it works well!!!!