RE: How to get Screen Section to go blank when adding a new record
Use INITIALIZE record
View ArticleHow to get Screen Section to go blank when adding a new record
Hi All:I'm using screen section to browse through a database table and I want to be able to insert a record at any point in time. How do you make the screen section go blank, so you can put new...
View Articlewinforms textbox cursor / caret positioning for data field / file maintenance
Question for Chris Glazier , et al... Either I am confused or Managed WinForms COBOL seems to present some unique aspects perhaps not normally found in other .NET or OOP languages, due to the...
View ArticleRE: CES Daemon
The Micro Focus CES daemon service may have to be restarted. Under Administrative Tools-->Services look for Micro Focus CES daemon in the list of installed services. Try to start it. If it fails to...
View ArticleCES Daemon
After upgrading to Windows 10, I get "CES Daemon Service is not running." how can I fix this?
View ArticleRE: CES Daemon
I had originally thought that the problem started after I upgraded to Windows 10 and than I remembered that I had started it and it was ok. Since than I installed Visual Studio community 2015.I checked...
View ArticleRE: winforms textbox cursor / caret positioning for data field / file...
The .NET controls used in a COBOL Winform application are the same controls used in a C# or VB Winforms application as they all use the underlying .NET Framework class assemblies. The behavior in COBOL...
View ArticleRE: winforms textbox cursor / caret positioning for data field / file...
The demo program... It's the wiki article "Share data between multiple Windows Forms programs using EXTERNAL" dated 14 Aug 2012 and it has the shareData.zip attached. Here's the...
View ArticleRE: error[26] VISUAL STUDIO COBOL
Hi, I can provide you with a fix for this issue; please note that any tampering with the machine's clock will result in this error. I will email instructions shortly.
View Articleerror[26] VISUAL STUDIO COBOL
I have recently been getting this message when I try to run Visual Cobol"Unable to obtain the requested License: Error [26]: Request denied due to clock tamper detection."I had changed my clock...
View ArticleVisual Cobol and Websphere MQ-client
Has anybody ever tried using Websphere MQ-client in (native) Visual Cobol programs ?We are migrating from HP-UX (B.11.31 ia64) with Server Express 5.1 WP4 and Websphere MQ-client 7.0.0.0 to RHEL 6.6...
View ArticleServer may not be running "127.0.0.1" error[5]
Hie everyone,Recently, i work on Cobol and i found visual cobol , then i install trial version on visual studio 2013 ultimate i have this error:["no license for this feature is available. This may be...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Hi Bento,Check the services to see if the license server is running. Open your Windows services> search the service "Sentinel RMS License Manager" > if it is already started, re-start and when it...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Hi raquelc,i appreciate this quick response. I tryed it in my task manager and sentinel is not running , when i start sentinel in my task manager it stop automaticly and when i start it in my service i...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Hi Bento,It looks like it could be an installation issue. Could you uninstall Visual Cobol and reinstall it, right-clicking on the installer and running as administrator? This may still give you a...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Bento, it looks like you responded to this post and then the responses disappeared. Did you delete them?On what OS are you trying to install and what is the exact name of the installer file that you...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Chris ,I deleted my previous post to re-edit it.I'm on Windows 10, and this is the filename italler : vcvs2012_22I uninstall all products,i deleted Lservrc.stn but Lservrc.net doesn't exist.I am...
View ArticleRE: Server may not be running "127.0.0.1" error[5]
Problem not solve , same error when I try to start visual cobol, idem for Sentinel.
View ArticleRE: Server may not be running "127.0.0.1" error[5]
This Visual COBOL Personal Edition version of the product is at the 2.2 level. This version has not been tested and is currently not supported under Windows 10.We will be making a new product version...
View ArticleNothing displayed in console when running program
Hi, I wrote a HelloWorld program : identification division. program-id. HelloWorld. environment division. configuration section. data division. working-storage...
View Article