T24 : Uploading special charactors

24 views
Skip to first unread message

hareendra seneviratne

unread,
Mar 16, 2010, 2:39:30 AM3/16/10
to jB...@googlegroups.com
Hi all,
 
I'm uploading data to a local field in ACCOUNT file. I want to upload new line charactor into the same field. Plc look at the example
 
Data to be uploaded   :    some text \n another text \n some other text
Once uploaded T24 show my data as  some text \n another text \n some other text
 
I want the data to be displayed line by line as follows
 
some text
another text
some other text
 
How can I do this?
 
Many thanks for your kind replies...
 

Qassim Ismaily

unread,
Mar 16, 2010, 10:41:10 AM3/16/10
to jb...@googlegroups.com
Hi,
new line in T24 is represented by <NL>
try some text <NL> another text <NL> some other text

rgds,
qi


--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
 
IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
 
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en



--
---
Qassim G.A. Ismail
+92-345-2672655 (Cell)
+92-21-35313838 (Office)

Igor Micev

unread,
Mar 16, 2010, 12:16:26 PM3/16/10
to jb...@googlegroups.com
Hi
Change \n with CHAR(13) 


--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
 
IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24
 
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en



--
Igor Micev

Igor Micev

unread,
Mar 16, 2010, 12:22:27 PM3/16/10
to jb...@googlegroups.com
Try CHAR(13) in case your local field is of type TEXT, otherwise if it is a multivalue field then you replace \n with @VM, or @SM, depending on the definition of the field.
--
Igor Micev

Ali Javaid

unread,
Mar 16, 2010, 1:14:27 PM3/16/10
to jb...@googlegroups.com
Hi
Change (\)with (*)

Regards,
Ali Javaid 

hareendra seneviratne

unread,
Mar 16, 2010, 11:31:56 PM3/16/10
to jb...@googlegroups.com
Hi,
 
Thnks for the replies.
Problem solved.
 
:)

Deepak Kumar

unread,
Mar 17, 2010, 12:19:45 PM3/17/10
to jb...@googlegroups.com
Hi, 

Can you tell me which method solved your problem. Thanks in advance.
Deepak Kumar

hareendra seneviratne

unread,
Mar 18, 2010, 11:29:03 PM3/18/10
to jb...@googlegroups.com
Yap, I put the VM instead of \n. In my case the Data Maping Definition I've defined the VM as charactor '^'.
So I inserted '^' to my data file appropriately
 
:)
Reply all
Reply to author
Forward
0 new messages