sorry, but my english is not good
i want to personally a dataport to import customers of a .txt
In the .txt I have this format:
"Steve, ...
Jan, ...
Mary, ...
..."
I want to import data like: "CL
"CL1Steve, ...
CL2Jan, ...
CL3Mary, ...
..."
if this question is too simple, sorry... but I'm a beginer...
thanks
eli
0
Comments
You have to create a few globals :
-intEntryNo of type integer
-txtHelp of type text100;
In the "OnPreDataItem()"-trigger of the dataitem, you must put
In the "OnAfterImportRecord()"-trigger of the dataitem, you must put
I hope I understood what you wanted.
PS : in the beginning, also the specialists were beginners 8)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
And as Kriki wrote: I was begginer too (and still I am sometime ;-))... may be that in some time you will answer the questions there...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I really happy because it's a very good reply...
thanks
eli