Forum Post: RE: Dialog System conversion tool
I can build a converter for WPF... The converter is working with Net Express... Is this ok for you?
View ArticleForum Post: RE: Dialog System conversion tool
Phil, We do also have a couple of partners who have developed such a DS-- Winform converter technology. I have created SI 2799251 for you with this request and I will forward it on to our Professional...
View ArticleForum Post: RE: Binding Windows Form controls to a class as a data source
We are using DevExpress for our user interface and they have a few things for me to try. I'll let you know if that handles it.
View ArticleForum Post: RE: An introduction to object-oriented programming for COBOL...
If you are interested in learning more about OOP for COBOL - please consider taking a look at the following webinar series (webinar recordings also available): online.microfocus.com/OOPWebSeries
View ArticleForum Post: RE: A new Visual COBOL Webinar Series is starting soon
Apologies for the delay - the videos are being uploaded as we speak. Please send me an email to melissa.burns@microfocus.com and I will send you the recording directly.
View ArticleForum Post: RE: Binding Windows Form controls to a class as a data source
Setting the binding through the GUI is not currently supported but you can set this up programmatically: Here is a simple example that binds the Text property of a textbox control to a string...
View ArticleForum Post: RE: Dialog System conversion tool
Hi Phil, Yes, there are options available. Can we continue the conversation offline? A short phone call will help to understand your expectations in more detail and to point you towards feasible...
View ArticleForum Post: RE: Dialog System conversion tool
We will need to convert to Win Forms rather than WPF. Thanks just the same.
View ArticleForum Post: Can't add existing form to project
I'm unable to add an existing form to my project (Windows Form) that I previously exclude? The form appears in the project - but it is only the code and not the GUI part? Any suggestions much...
View ArticleForum Post: RE: Can't add existing form to project
Hi Rico, There should be two files associated with the Form, one with formname.cbl and one with formname.Designer.cbl. Both need to be present when you add them to the project. If you double-click on...
View ArticleForum Post: RE: Can't add existing form to project
Hi Chris, I appreciate what you are saying and agree that is how it should be, however when I exclude a form from a project and then add it as an existing item - the form loads in the project but with...
View ArticleForum Post: RE: Visual COBOL Personal Edition - how to write out a MS-Word...
Are you looking to do this in native code or managed code? MS Word is accessible through a COM class in native code or through an interop class under .NET. Both allow you to create documents...
View ArticleWiki Page: Setup aborts while installing MS Visual Studio 2012 Shell
Problem: The Visual COBOL setup aborts while it is installing MS Visual Studio 2012 Shell, and the MSI log file (dd_vs_isoshell_ date/timestamp .log) reports an issue with the installation of MS .NET...
View ArticleForum Post: RE: Visual COBOL Personal Edition - how to write out a MS-Word...
It is the Native I am using Thanks very much It looks to be just what I need
View ArticleForum Post: RE: A new Visual COBOL Webinar Series is starting soon
The webinars will be available on this weblink: www.microfocus.com/.../index.aspx Please register and bookmark the page. Webinar one is available and the second is currently being uploaded, will be...
View ArticleForum Post: RE: A new Visual COBOL Webinar Series is starting soon
OLA QUERO SIM PARTICIPAR, COMO ME REGISTRAR NA PAGINA JA FIZ MEU CADASTRO DIAS ATRAS QUAL O HORARIO PALESTRA?????
View ArticleForum Post: RE: A new Visual COBOL Webinar Series is starting soon
Você pode encontrar as informações em www.microfocus.com.br/.../index.aspx
View ArticleForum Post: RE: A new Visual COBOL Webinar Series is starting soon
I registered for the series but have been unable to watch the videos. The link given just redirects me to a website inviting me to register (again). So how do I get to watch them?
View ArticleForum Post: Select particular cell in Datagridview
I am using Visual Cobol 2.2 -1 and Visual studio 2012 Problem : How to set a particular datagridview cell active within handling a Datagridview event. The datagridview is NOT BOUND to a dataset. The...
View Article