Problem converting text to decimal

gjvk70
Member Posts: 60
Hi,
I'm trying to convert a part of a string to a decimal.
Part of the code (dataport):
IF ( (COPYSTR(Importregel,11,2) = 'DR') OR (COPYSTR(Importregel,11,2) = 'DF') OR
(COPYSTR(Importregel,11,2) = 'CR') OR (COPYSTR(Importregel,11,2) = 'CF') ) THEN
StartpositieBedrag := 13
ELSE IF ( (COPYSTR(Importregel,11,1) = 'D') OR (COPYSTR(Importregel,11,1) = 'C') ) THEN
StartpositieBedrag := 12;
IF ( (COPYSTR(Importregel,15,2) = 'DR') OR (COPYSTR(Importregel,15,2) = 'DF') OR
(COPYSTR(Importregel,15,2) = 'CR') OR (COPYSTR(Importregel,15,2) = 'CF') ) THEN
StartpositieBedrag := 17
ELSE IF ( (COPYSTR(Importregel,15,1) = 'D') OR (COPYSTR(Importregel,15,1) = 'C') ) THEN
StartpositieBedrag := 16;
EindpositieBedrag := StartpositieBedrag;
WHILE COPYSTR(Importregel,EindpositieBedrag,1) IN DO
EindpositieBedrag := EindpositieBedrag + 1;
BedragTxt := COPYSTR(Importregel,StartpositieBedrag,(EindpositieBedrag-StartpositieBedrag));
// MESSAGE('Bedrag: %1', BedragTxt);
EVALUATE("LB-Mutaties bankafschriften".Bedrag, BedragTxt);
The message is disabled, but when enabled, it shows the correct values. For example "2618,", "214,2" or "150,14".
However the LB-Mutaties bankafschriften".Bedrag is not filled correctly (all records showing zero). Other fields in the imported records are correct.
Any help/suggestions appreciated!!!
Kind regards,
Gerard
I'm trying to convert a part of a string to a decimal.
Part of the code (dataport):
IF ( (COPYSTR(Importregel,11,2) = 'DR') OR (COPYSTR(Importregel,11,2) = 'DF') OR
(COPYSTR(Importregel,11,2) = 'CR') OR (COPYSTR(Importregel,11,2) = 'CF') ) THEN
StartpositieBedrag := 13
ELSE IF ( (COPYSTR(Importregel,11,1) = 'D') OR (COPYSTR(Importregel,11,1) = 'C') ) THEN
StartpositieBedrag := 12;
IF ( (COPYSTR(Importregel,15,2) = 'DR') OR (COPYSTR(Importregel,15,2) = 'DF') OR
(COPYSTR(Importregel,15,2) = 'CR') OR (COPYSTR(Importregel,15,2) = 'CF') ) THEN
StartpositieBedrag := 17
ELSE IF ( (COPYSTR(Importregel,15,1) = 'D') OR (COPYSTR(Importregel,15,1) = 'C') ) THEN
StartpositieBedrag := 16;
EindpositieBedrag := StartpositieBedrag;
WHILE COPYSTR(Importregel,EindpositieBedrag,1) IN DO
EindpositieBedrag := EindpositieBedrag + 1;
BedragTxt := COPYSTR(Importregel,StartpositieBedrag,(EindpositieBedrag-StartpositieBedrag));
// MESSAGE('Bedrag: %1', BedragTxt);
EVALUATE("LB-Mutaties bankafschriften".Bedrag, BedragTxt);
The message is disabled, but when enabled, it shows the correct values. For example "2618,", "214,2" or "150,14".
However the LB-Mutaties bankafschriften".Bedrag is not filled correctly (all records showing zero). Other fields in the imported records are correct.
Any help/suggestions appreciated!!!
Kind regards,
Gerard
Gerard van Kuijl - United - http://www.united4all.nl
0
Answers
-
-
Hi Kine,
Thanks for your reply.
Yes I'm sure it's no flowfield. It it is defined as a decimal in Globals.
However my problem is solved already (see title), I used an incorrect record-reference.
Kind regards,
GerardGerard van Kuijl - United - http://www.united4all.nl0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions