Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

RE: Using 'Call' in Method

Thank you Chris!You allways need all the projects in the same solution? Is not possible to have ie customers in another solution and invoke it from the mainapp?In this particular case, the original...

View Article


RE: Using 'Call' in Method

You can add a reference to an assembly that is not within the same solution by right-clicking the references folder and selecting browse to navigate to the assembly name, i.e. customer .dll on disk.You...

View Article


RE: Using 'Call' in Method

I am attaching a new example which shows how to dynamically call COBOL programs which are not within the current solution based on a dynamically created menu.Unzip testdynamicall.zip onto your C drive...

View Article

RE: Using 'Call' in Method

Fantastic Chris!Thank you so much.

View Article

RE: Sample Win Book

Hi Claudio,I am not quite sure what you are asking for here.Our Samples are just one way of accomplishing a particular programming task, they are by no means the only way of accomplishing that task.If...

View Article


Sample Win Book

I'm looking at the example "Win Book - Windows Forms". It is an example of FORMS and CLASS work with in Visual Cobol. If I create another way of working with FORMS and CLASS would be wrong? I'm still...

View Article

RE: Semantics

Dear Chris,cobol testprog p(cobsql) csqlt=ora makesyn end-c  xref=yes mode=ansi endp list();This RUN in Visual Cobol for Eclipse for Windows. But when I try todo the same in a Shell of Compilation in...

View Article

RE: Semantics

Please see the documentation under Preprocess(cobsql) directive here:This shows several examples of how to use this directive from the command line.Thanks.

View Article


RE: Semantics

Hi Sorry these are just quick rough notes.If this is a new development then think about using open esql some simple examples in $COBDIR/demo/sql/openesqlThis would mean your code is note tied to...

View Article


RE: Error in COPY "lixmldef.cpy".

Hi Jose,So your program is using both Pro*COBOL and XML extensions is that correct?The statement that is causing it to fail for you is a conditional compile statement in the copybook that is meant to...

View Article

RE: Error in COPY "lixmldef.cpy".

Hi Chris, I appreciate your speed in answering our problem.Yes our programs are using both, XML and PRoCobol.We are not compiling for .NET. Our executables program are running under UNIX.If we comment...

View Article

RE: Error in COPY "lixmldef.cpy".

Yes, try commenting out the code as you indicate.I am not really sure if that is the only place that you will need to do this but give it a try and see.

View Article

Error in COPY "lixmldef.cpy".

We are compiling using Visual Cobol 2.2 with SQL embedded, and ProCobol Oracle.Everything was working fine until we include the copy: lixmldef.cpy.The Oracle Pre-compiler  gives us the next...

View Article


RE: Error in COPY "lixmldef.cpy".

Thanks Chris.We'll proceed.

View Article

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 Article


PL-SQL TYPE HEADER

Dear Chris,Could you please say to me how I can put a PL-SQL TYPE HEADER into a Visual Cobol Program ???Many Thanks,PJM

View Article

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 Article


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 AVAIABLEGRATO J.NEVES...

View Article

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 VC...

View Article

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 Article
Browsing all 4356 articles
Browse latest View live