TREINAMENTO ON-LINE
ONDE ENCONTRAR TREINAMENTO ON-LINE PARA O COBOL VISUAL PARA O ECLIPSE - WINDOWS 32...
View ArticleMANUAL COBOL VISUAL ECLIPSE WINDOWS
ALGUÉM PODERIA ME INFORMA ONDE EU POSSO ENCONTRAR MANUAIS DO COBOL VISUAL PARA O ECLIPSE WINDOWS 32.... COMO DIGITAR UM PROGRAMA COBOL NO ECLIPSE (PASSO A PASSO), E COMO EU CHAMO UM PROGRAMA COBOL NO...
View ArticleRE: MANUAL COBOL VISUAL ECLIPSE WINDOWS
Google translate:COULD SOMEONE INFORM ME WHERE I CAN FIND THE MANUAL VISUAL COBOL ECLIPSE WINDOWS 32 .... AS ENTERING A COBOL PROGRAM IN ECLIPSE (STEP BY STEP), AND AS I CALL A COBOL PROGRAM TO RUN IN...
View ArticleRE: How to deploy visual cobol for win7 clients?
Thank you Chris for your detailed reply.Re. the platforms, can you let me know which windows platforms visual cobol 2.2 supports.I understood during the sales process that everything from windows XP up...
View ArticleRE: How to deploy visual cobol for win7 clients?
It is not really the version of Visual COBOL that dictates the supported OS as much as it is the version of Visual Studio that is being used.Starting with Visual Studio 2012 Microsoft provided a new...
View ArticleRE: Using DevExpress attributes
The c# project was too large to upload (greater than 64 kb) so I've only uploaded the Visual COBOL project.
View ArticleRE: Using DevExpress attributes
I've made this correction but still get the error: attribute Key(property AutoGenerate = false) Persistent("trans_item_id")
View ArticleRE: Using DevExpress attributes
https://www.dropbox.com/s/h5iqpt4wi792aly/CsSQLite.zipThis is a link to the c# project.
View ArticleRE: Using DevExpress attributes
Hi Phil,The attributes should be defined as part of the field, property or method definition.Please see the C#-->COBOL comparison examples in the docs under General Reference-->Managed...
View ArticleUsing DevExpress attributes
I've uploaded a simple c# project which uses a persistent object class and DevExpress XPO (xpress persistent objects) to bind a SQLite database table (called trans_item) to a DevExpress GridControl. I...
View ArticleRE: Using DevExpress attributes
Thanks. It works well now. It takes 1 second to load the grid with 30,000 records.
View ArticleRE: How to deploy visual cobol for win7 clients?
ok thanks for the clarification Chris. Is there a page somewhere with a list of op systems supported by Visual COBOL 2012 that I can share with my client. Thanks.
View ArticleRE: Source limit of 2200 procedure lines exceeded
What product and version are you using?This message would be output if you were using the Visual COBOL PE product and the source to be compiled had more than 2200 lines as that is the limitation for...
View ArticleRE: How to deploy visual cobol for win7 clients?
Hi Linden,I would recommend that you read through the deployment documentation for the COBOL Server product which can be found here:Since you are using Dialog System then you would also have to install...
View ArticleRE: Exception handling
This works fine for me using the following example:Java main program:public class mainjava { /** * @param args */ public static void main(String[] args) { cobClass1 cob = new cobClass1(); try {...
View ArticleRE: Exception handling
Chris,and your example also works using raise new Exception("Something..")However, if you create your own sub-class of java.lang.Exception in JVM COBOL, which is what I am actually trying to raise in...
View ArticleRE: How to deploy visual cobol for win7 clients?
Normally, you would be able to get this information on the Product Availability site at: supportline.microfocus.com/prodavail.aspx but there appears to be a problem at the moment which IT is looking...
View ArticleRE: EndpointNotFoundException was unhandled
System.ServiceModel.EndpointNotFoundException was unhandled HResult=-2146233087 Message=There was no endpoint listening at localhost/Service.svc that could accept the message. This is often caused by...
View Article