I am trying to import txt file and iam getting an error
And I tried to delete this character in the XML port and iam getting different error
How can i remove this 2 '' character while importing XML file any help will be great, Thanks in Advance.
I am trying to import txt file and iam getting an error
And I tried to delete this character in the XML port and iam getting different error
How can i remove this 2 '' character while importing XML file any help will be great, Thanks in Advance.
Its working on open page
but during the import its still the same error
i have added in on trigger OnAfterGetRecord()
but here no record is getting so its not working is there any other alternative solutions for it.
Try this.
keepTxtChars := '''';
DELCHR(string,'=',keepTxtChars)
Thanks the quick response Nitin Verma Yes, I tried This on XML port on trigger after get record but still the error pops up
Hi sainudheen,
Please check the below link that will help you to How to work All String Function.....
https://learn.microsoft.com/en-us/dynamics-nav/delchr-function--code--text-
Yes its blank as a string, you can not remove blank if you wan to remove try this
keepTxtChars := ‘1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz’;
newstring := DELCHR(string,’=’,DELCHR(string,’=’,keepTxtChars));
In the code I have written this when copied the code it shows as blank.
but this string Text000: label 'Achtung'; does not have '', how you can remove that?
This is my code I have written and I have my XML ,table, page, Iam trying to test this code on open page if it works there then i will add it on the XML port on after get record,
Hi,
Please share your complete code.
Thanks.
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156