Notifications
Announcements
No record found.
Hi Experts,
i want to print the mare than 250 character in text box please tell how to achieve this.
Thanks & Regards,
Ashwini.E
*This post is locked for comments
Hi ashwini,
I think its not possible in the standard version.
Since the maximum size of the text box is 250.
Regards,
Bharath K
Hi Bharath,
Thank you for your reply , i thing blob will use for that , please tell me how to show the blob into nav client.
thank you
Hi Ashwini,
I think you can use blob for a text field.(Not Sure about this.)
BLOB is used to insert images in the tables.
Please go through the below link for further understanding.
docs.microsoft.com/.../blob-data-type.
Please mark it as verified if found useful.
You can separate two text fields and concatenate it while printing in a report
PrintText: Textt1 + Text2
Hi ,
I am using below code,
for getting data using BLOB
Add to trigger Desc3Txt – OnAssistEdit()
// OutStr | OutStream
// EditCtrl | DotNet | Archer.TextEdit.'Archer.TextEdit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1465b259ee2284cb'
CLEAR(EditCtrl);
EditCtrl := EditCtrl.TextEdit;
EditCtrl.Load(Desc3Txt);
EditCtrl.ShowDialog;
Desc3Txt := EditCtrl.Save;
EditCtrl.Close;
"Description 3".CREATEOUTSTREAM(OutStr);
OutStr.WRITE(Desc3Txt);
MODIFY;
CurrPage.UPDATE;
i have created the variable EditCtrl as dotnet variable bu i cant find this assembly reference for edit----------->Archer.TextEdit.'Archer.TextEdit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1465b259ee2284cb'
please tell me waht is alternate for that.
Thank you
Please check this blog, you can use BLOB and store the text as then use variable to retrieve the value.
www.navisionworld.com/.../how-to-readwrite-notes-in-navision.html
Hi Experts
I have created the blob data type Field but I can't edit that text box I need to give input above 250 characters on that please give me any solutions I have used above code even though I can't give any input in blob data type Field.please help on this one.
Thanks &Regards
Ashwini
Ashwini,
Did you store the value in a variable and used that on the page as source expression ? how are you displaying the data ?
Hi Suresh,
Very sorry for late reply, i have created the Desc3Txt variable and i have called that variable in item master form and written the code in Desc3Txt Assist Edit unable to store the please see the below screen shots,
i have created the BLOB filed
and i have created the Text variable
and writen code in Text variable on assit button and on validate.
i have called that variable in item master form
but unable to store the data in description6 -> BLOB Filed , please help me on this one /.
thanks & Regards,
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.