RE: Refused access to Support-line
Hi Warren,The examples in the supportline web site will not help you understand OO concepts of Visual COBOL. These are mostly examples for older products like Net Express and Server Express that have...
View ArticleRefused access to Support-line
I just received a response from your Support-line that my registration for the support line has beenrefused because I am using the Personal Edition of Visual Cobol.I would like to get into the examples...
View ArticleRE: License Server
Yes, you can do this as the two License Managers are completely separate products and should not interfere with each other at all.Thanks
View ArticleLicense Server
hi,can I install "License Manager" for Enterprise Developer, Enterprise Server and Cobol Server on the same License Server where I have "License Management System" for old Microfocus Product like Mfe...
View ArticleQuestions about Data Transfer Object
I was watching the last in the series of the OO webinars today andthey mentioned a coding techniques that would save me many headachestrying to share data; ie, Data Transfer Object.I am using the...
View ArticleRE: Packed Decimal
Packed decimal in Visual Cobol is so that it is compatible with mainframe Cobol.
View ArticlePacked Decimal
What is the purpose of packed decimal field and is it necessary with Visual Cobol? I have researched and cannot find any pros or cons on its use with Visual Cobol.
View ArticleRE: Packed Decimal
Packed-decimal is a feature of standard COBOL; see e.g. ISO/IEC 1989:2002 (the 2002 version of the international COBOL standard) item 13.16.58.3 #10. It's not present simply for mainframe...
View Articleinvoke error on oopsm.dll
Hi,I have program compiled in Enterprise developer for Eclipse 2.3 and run on COBOL Server Win 2012, $set ooctrl(+p)...
View ArticleInspect-Function in Visual-COBOL for eclipse 2.3
Hello,I noticed the following:Eclipse-Function "Inspect" in JVM-COBOL after move in simple numeric field: not okEclipse-Function "Inspect" in JVM-COBOL after move in simple text field:...
View ArticleSpreadsheet xls
Bom dia, estou precisando criar uma planilha xls em um servidor web. Quando o usuário clicar na opção o sistema gera esta planilha, só que não posso utilizar interoperabilidade do Office. Estava...
View ArticleRE: Field Validation
I am not sure if I found it... but could it be the "Leave" event and then if my validation failed I could set the focus back to the field or set the focus to the next field ?
View ArticleRE: Field Validation
In general, Yes, I have used the "Leave" event as the approach for doing validation of the contents of a textbox, and I would recommend this approach, assuming no extenuating circumstances.
View ArticleField Validation
Hello All,I am trying to resolve how to validate a text box (field) immediately after entry and to determine if the content is invalid. And if it is, to return the user to that field. I have tried...
View ArticleRE: Field Validation
Thanks Rusty... I will it try today... and post results... Thanks Again Allen
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
On Windows, When I started Visual COBOL Personal Edition 2.3 at first time, it asked me to use my email address to activate it. But on Linux. it did not load any COBOL plugins. So Eclipse never asked...
View ArticleLicense Issue for Visual COBOL Personal Edition on REDHAT
I installed Visual COBOL Personal Edition 2.3 on RedHat Enterprise 7.2 Workstation successfully. I started License Manager. everything seems to be in place. When I started Eclipse, it shows Micro...
View ArticleRE: Field Validation
Thanks Rusty... The "Leave" event does the job... Sometimes I can't see the forest for the trees... Happy Easter
View ArticleMF COBOL help on GridView - onrowupdating
I have a GridView table that I loaded data into from codebehind, and it is working, here is my GridView code: <asp:Gridview runat="server" ID="GridView1" style='z-index: 2; left: 0px;...
View ArticleRE: License Issue for Visual COBOL Personal Edition on REDHAT
I have validated on a 7.1 system that when you launch EclipsePE from RedHat Linux the first time, it should present a dialog box giving you the option of entering the authorization code, or entering...
View Article