Can't assign an option value

law
Member Posts: 19
In a table there's an optin field with optionstring=Vállalat,Vevő,Szállító.
I made a function like this:
Rec.Type is is an Option field Vállalat,Vevő,Szállító.
If Rec.Type=Vevő, then variable's value will be Vállalat. If Rec.Type=Szállító, then variable's value will be Vevő.
What am I doing wrong?
I made a function like this:
function LookupSite(PartnerType: 'Vállalat,Vevő,Szállító'); begin do something with PartnerType... end; I call this function like this: var variable:'Vállalat,Vevő,Szállító'; begin variable:=Rec.Type; LookupSite(variable); end;
Rec.Type is is an Option field Vállalat,Vevő,Szállító.
If Rec.Type=Vevő, then variable's value will be Vállalat. If Rec.Type=Szállító, then variable's value will be Vevő.
What am I doing wrong?
0
Comments
-
Hi,
Try for dubugging purposes to give 2 parameters, the one you already have and a second, integer type. Pass the same values to your routine, like this:function LookupSite(PartnerType: 'Vállalat,Vevő,Szállító';PartnerType2:integer); begin message('param1='+Format(PartnerType)+' param2='+Format(PartnerType2)); do something with PartnerType... end; I call this function like this: var variable:'Vállalat,Vevő,Szállító'; begin variable:=Rec.Type; LookupSite(variable,variable); end;
and see what the message shows...
Is it param1=param2?
Option type is in fact integer type... so you can use an integer parameter.0 -
Rec.Type is is an Option field Vállalat,Vevő,Szállító.
The initial comma makes the first option (no. 0) blank, but if there isn't a blank char before the comma you wont see it when showing the field on forms. Have you looked at the OptionStr property of the field?Regards
Peter0
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