web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Get the first line data from Multiline field

(0) ShareShare
ReportReport
Posted on by 3,851

Hi,

In my form having the multi line field user enter multiple  line data  but I want to get data from the first line alone.

is there any possibility to get?

Regards

veer

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    239,992 Most Valuable Professional on at

    So you have a string field and you want to get a substring from the beginning the first line break. Correct? It should be now relatively clear how to implement it:

    #File
    int  pos = strFind(value, #DelimiterCRLF, 1, strLen(value));
    value = subStr(value, 1, pos - 1);
  • Suggested answer
    Denis Macchinetti Profile Picture
    16,444 on at

    Hi Veer

    Try also with SrLine(str string, int count)

    Retrieves a single line from a string that spans multiple lines

    msdn.microsoft.com/.../aa577258.aspx

  • Martin Dráb Profile Picture
    239,992 Most Valuable Professional on at

    True, that's easier.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans