open Device in Hardware profile - LS Retail POS

hhhhhhhqat
Member Posts: 111
we got new Hardware of POS (IBM SurePOS 300) , we try to configure the MSR , while we open device it gives the following error :
invalid assignment : it's not possible to assign IPOSMSR to OPOSMSR
i don't know if the problem in the OCX , i try to regester it but the same error ... ??
anybody can help us please ...
invalid assignment : it's not possible to assign IPOSMSR to OPOSMSR
i don't know if the problem in the OCX , i try to regester it but the same error ... ??
anybody can help us please ...
0
Comments
-
You need to install the OPOS drivers and then on hardware profile select that hardware.0
-
we already installed drivers and select the same device Name in POS profile .
but when we try to click ( Open Device) give the same error .0 -
i debug the error
in Codeunit ( POS OPOS Utility )
function (initMSRDDevice)
/InitMSR
MSR_TR_1 := 1;
MSR_TR_2 := 2;
MSR_TR_3 := 4;
OPOS_EMSR_START := 1 + OPOSERREXT;
OPOS_EMSR_END := 2 + OPOSERREXT;
OPOS_EMSR_PARITY := 3 + OPOSERREXT;
OPOS_EMSR_LRC := 4 + OPOSERREXT;
/////////////////////////////////////////////////////////////////////
IF NOT pOPOS THEN
EXIT(TRUE);
SetModuleID('MSR');
CLEAR(OleMSR);
CLEAR(OleMSR2);
IF pRemote THEN BEGIN
//LS4.1-03-
IF pUseRemoteClientName THEN
res := OleMap.CreateRemoteOle2('{CCB90122-B81E-11D2-AB74-0040054C3719}', pRemoteClientName)
ELSE
res := OleMap.CreateRemoteOle('{CCB90122-B81E-11D2-AB74-0040054C3719}');
//LS4.1-03+
IF res < 0 THEN BEGIN
//IsError(993,0); //LS4.1-02
IsError(993,res); //LS4.1-02
EXIT(FALSE);
END;
OleMSR := OleMap.GetRemoteOlePtr;
END ELSE BEGIN
IF NOT CREATE(OleMSR2,FALSE) THEN BEGIN
IsError(999,0);
EXIT(FALSE);
END;
error is here OleMSR := OleMSR2;
END;0
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