com-port - nfcomm (??Att. Dalius Brokevicius??)

TheDoubleH
Member Posts: 67
I have downloaded the nfcomm - but I have a problem with it.
The PC is running NT4.
I seems like, that when NT4 boots, the settings are deleted?
Does anyone knows annother ocx I can use, I would be very interested..
Regards
Henrik Helgesen
The PC is running NT4.
I seems like, that when NT4 boots, the settings are deleted?
Does anyone knows annother ocx I can use, I would be very interested..
Regards
Henrik Helgesen
0
Comments
-
Thread moved to Download forum.0
-
Settings can't be deleted, if they stored correctly. They are stored in registry HKEY_CURRENT_USER/Software/Perfo/nfcomm/...
After changing values you must call SaveParam() method for settings saving.
Before starting communication call LoadParam() method. It loads settings from registry.
good luck0 -
I also do so...
On the setup-form I have a botton, wich calls the SetupDisplay - As of now, The client has to change the settings every morning, after logging on.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre>
ShowDisplay(Display : ARRAY [2] OF Text[20])
NFComm.LoadParam;
NFComm.OpenPort();
FOR i := 1 TO ARRAYLEN(Display) DO BEGIN
Display := ANSIASCII.Display(Display);
NFComm.SendStr(FORMAT(Display,MAXSTRLEN(Display[1])));
END;
NFComm.ClosePort();
Function - SetupComport()
NFComm.AboutBox;
NFComm.LoadParam;
NFComm.ShowParam;
NFComm.SaveParam;
</pre><HR></BLOCKQUOTE>
Ideas anyone?
Kind Regards
Henrik Helgesen,
Navision Solution Developer0 -
Hmmm,
I havn't been tested it on NT, maybe there are problems with registry ?
Try to check:
Did are stored settings in registry after SaveParam()?0 -
Hmm CurrentUser was the key.
After a few days, it was OK - By then, alle different users loggin on to this PC, had done the settings.
Sorry for the inconvenience.
Mod: You can close this topic.
Kind Regards
Henrik Helgesen,
Navision Solution Developer0
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