AssignField() Navision 4.0
cloudnine
Member Posts: 25
Hi guys...
I have read entries in the forum about their problems on AssignField method of C/FRONT...I'm also one of them...i cant seem to make my application inserting a new record using AssignField method work...It always throws an exception error "type mismatch"...Im working my application in C#.NET...
here are some of my codes:
from the MetaData:
Public virtual void AssignField(int hTable, int hRec, int FieldNo, ref object FieldData)
from my application code:
string myString = "B1";
object myObject = myString;
test.AssignField(hTable, hRec, 1, ref myObject);
test.InsertRec(hTable, hRec);
what seems to be the problem...the problem is on the last argument from AssignField...what is the proper way to use it...
Thanks in advance...
I have read entries in the forum about their problems on AssignField method of C/FRONT...I'm also one of them...i cant seem to make my application inserting a new record using AssignField method work...It always throws an exception error "type mismatch"...Im working my application in C#.NET...
here are some of my codes:
from the MetaData:
Public virtual void AssignField(int hTable, int hRec, int FieldNo, ref object FieldData)
from my application code:
string myString = "B1";
object myObject = myString;
test.AssignField(hTable, hRec, 1, ref myObject);
test.InsertRec(hTable, hRec);
what seems to be the problem...the problem is on the last argument from AssignField...what is the proper way to use it...
Thanks in advance...
0
Comments
-
I have a similar problem with VB .Net and C/Front for a 3.6 version of NAV.
Code :
hRec = Cf.AllocRec(hTable)
Cf.BWT()
Cf.SetFilter(hTable, Zone1, TextBox1.Text)
Cf.FindRec(hTable, hRec, "-")
Cf.AssignField(hTable, hRec, Zone2, "A")
Error code : Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))
Zone2 is relative to a Text Data Type in Nav
I get the error on the fourth parameter of Assignfield.
Has someone an idea of the solution?
Thanks.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 611 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions