Forum Post: RE: PL-SQL TYPE HEADER
Chris , We have the fooling in PL-SQL : CREATE OR REPLACE TYPE HEADER AS OBJECT ( COMPANIA NUMBER(2), SUCURSAL NUMBER(4), OFICINA NUMBER(4), DEPARTAMENTO...
View ArticleForum Post: 2.2 and VS2013, simple question
Hi folks, pardon my intrusion here, I just want to know if anyone knows if Visual COBOL PE, which as far as I can tell is only available up to 2.2 and not 2.2.1, will work in VS2013. I asked support,...
View ArticleForum Post: V COBOL FOR ECLIPSE
OLA AMIGOS, NO MEU VISUAL COBOL FOR ECLIPSE, A FUNCAO PALETTE, ACESSO ELA MAS NAO ABRE O COMANDO DE CRIACAO DE FORMULARIOS, PRECISO DESTA FUNÇAO, O PORQUE DA MENSSAGEM IT IS NOW AVAIABLE GRATO...
View ArticleForum Post: VisualCOBOL PE
Hi Frank - Please excuse me if I am in the wrong place, but I was directed here by Micro Focus support for a question about VisualCOBOL PE. I downloaded VisualCOBOL PE 2.2, but then saw it is intended...
View ArticleForum Post: RE: 2.2 and VS2013, simple question
hi Rob, the next update to Visual COBOL PE will coincide with Visual COBOL 2.3 which is tentatively scheduled for the first half of 2015. In that release VC PE will support 2013. Perhaps installing...
View ArticleForum Post: VS Update
I saw, that Update 2 for Version 2.2 is available; 03-Nov-2014. Why Micro Focus does not send a message referring to this?
View ArticleForum Post: RE: 2.2 and VS2013, simple question
Thank you Scot, sounds like a plan. I don't recall ever downloading a VS extension that included anything like the courseware package that came with VIsualCOBOL. I don't know if you are with Micro...
View ArticleForum Post: RE: VisualCOBOL PE
Hi folks, this question was answered for me by Scot Nielsen in another thread: hi Rob, the next update to Visual COBOL PE will coincide with Visual COBOL 2.3 which is tentatively scheduled for the...
View ArticleForum Post: RE: 2.2 and VS2013, simple question
Hi Rob, thanks for the feedback - very glad to hear you found it useful. Are you learning COBOL? I'm the product manager at Micro Focus for our COBOL products.
View ArticleForum Post: RE: 2.2 and VS2013, simple question
Yes I am, I have used C++ mostly and recently went back to school to finish a CS degree. I am not currently working, I had been in various IT roles over the years but never stuck to a degree path in...
View ArticleForum Post: RE: 2.2 and VS2013, simple question
Best of luck to you Rob. Our OO webinars might also come in useful as you bring together C# and COBOL skills - which should make for a powerful combination....
View ArticleForum Post: RE: 2.2 and VS2013, simple question
Thanks, you'll be happy to know your website has already emailed me about the webinars and guided me to signing up.
View ArticleForum Post: RE: PL-SQL TYPE HEADER
I found the following in the Oracle Pro*COBOL documentation about embedded PL/SQL in embedded SQL programs: Embedding PL/SQL Pro*COBOL treats a PL/SQL block like a single embedded SQL statement. So,...
View ArticleForum Post: RE: PL-SQL TYPE HEADER
Dear Chris, We did all of this in the enclosed Cobol Program and ALWAYS we get the same ERROR on the same line : Dear Chris, We did all of this in the enclosed Cobol Program and ALWAYS we get the...
View ArticleForum Post: RE: ListView set and get item information
Hi Thanks Chris for all your posts, in this an in others consults, I need use images listed/showed in a listbox, listview or other control. I have seen in Microsoft msdn "...
View ArticleForum Post: RE: VS Update
Hi, Visual COBOL 2.2 Update 2 will be launched officially on 19th November. Ahead of the launch, we make the product available for download on SupportLine for customers awaiting fixes and updates....
View ArticleWiki Page: Visual Studio or Eclipse is not launched when encountering...
Problem: When connecting to a remote machine using RDP (Remote Desktop Protocol) and launching a Windows Service which contains a CBL_DEBUGBREAK, Visual Cobol for Visual Studio or Visual Cobol for...
View ArticleForum Post: RE: ListView set and get item information
Hi Calisto, In the future please create new posts for new questions instead of adding them to the end of an existing thread. Here is a COBOL example that I derived from the C# example show under...
View ArticleForum Post: Data área like "sesión data".
The scenario is as follows: Within a run-unit, we run a program that calls others (many others). We would need to have a data area visible by all programs running within that run unit. Eventually,...
View ArticleForum Post: RE: Data área like "sesión data".
Hi Jose, It sounds like EXTERNAL data would probably work for you. If you define a data area in all of your programs and use the EXTERNAL keyword then that data area does not belong to any one program...
View Article