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.
On Tue, Mar 16, 2010 at 5:16 PM, Igor Micev <[email protected]> wrote: > Hi > Change \n with CHAR(13) > > > On Tue, Mar 16, 2010 at 7:39 AM, hareendra seneviratne < > [email protected]> wrote: > >> 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... >> >> >> -- >> 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 [email protected] >> To unsubscribe, send email to [email protected] >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> > > > > -- > Igor Micev > -- Igor Micev -- 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 [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
