Forum Post: RE: TextBox with currency format
Ok, I solved, I but my regex code for this: ^R\$ ?([1-9]{1}[\d]{0,2}(.[\d]{3})*(,[\d]{0,2})?|[1-9]{1} {0,}(,[\d]{0,2})?|0(,[\d]{0,2})?|(,[\d]{1,2})?)$
View ArticleForum Post: Aply currency formating in textbox of datagridview
I maded one post about currency formating, and the question was answered, but I am now trying to put the system formatting within a field in a datagridview, so, I C# for me is more easy to make that,...
View ArticleForum Post: RE: Pro*COBOL Integration with Eclipse VC IDE
Hi, Thanks for this answer. We use actually vc 2.1 and, as you say, we use the setlibpath file to set the ORACLE bin PATH. Franck.
View ArticleForum Post: SQLite and SQLCode
Can i see the SQLCode status of commands ? I work SQLite with VC 2012.
View ArticleForum Post: Cobol Server .MSI
We have upgraded to Visual Cobol 2.2. In Visual Cobol 2.1 I was able to extract a .MSI file from the Cobol Server 2.1 .exe. In the download area for Cobol Server I see that a .MSM file is available,...
View ArticleForum Post: VC 2.2
Running Visual Studio 12 with VC 2.2. If I make a change to a designer, save it and then run debug and the changes are not there. I must have something setup incorrectly, although this was ok in...
View ArticleForum Post: RE: VC 2.2
Can you reproduce this behavior at will? Does this occur only on existing projects or do you see the same behavior for new projects? To which designer are you referring, Windows Forms, Web Forms, WPF?...
View ArticleForum Post: NetX 2 Visual COBOL - Method params.
Hi. In Advance, sorry for my poor english. I have this, in NetExpress: THE CALLER [CODE FLAGMENT - BEGIN] *------------------------------ WORKING-STORAGE SECTION. *------------------------------ 78...
View ArticleForum Post: RE: Calling a java library from legacy cobol with VC2.1
Chris, It should be possible to call a java class from native gnt cobol using the JNI interface. But how to proceed using JNI_CreateJavaVM ? Is there a way to do in cobol something like the following...
View ArticleForum Post: RE: Calling a java library from legacy cobol with VC2.1
You can either compile the COBOL as bytecode with then jvmgen directive or if you want to use native code, then the simplest way is to the object COBOL java support, below is simple example that looks...
View ArticleForum Post: RE: databases
You need to check with the particular database vendor to see if they have a driver available for their database. Thanks.
View ArticleForum Post: RE: VC 2.2
I do not have a project yet. It is a windows form. Also I get an error on some forms that it can not find, micrsoft.visualbasic.powerpacks.shapecontainer,...
View ArticleForum Post: RE: VC 2.2
The missing assembies have nothing to do with Visual COBOL. They appear to be assemblies from the Microsoft.VisualBasic.Powerpacks product which can be downloaded from...
View ArticleForum Post: RE: Button_Click method - Determine what the mouse button was...
Try using the MouseDown event instead of the Clicked event of the button: Example: method-id button1_MouseDown final private. procedure division using by value sender as object e as type...
View ArticleForum Post: Calling stored procedures
Problem calling stored procedures. When executing a stored procedure I get a SQL error “A server cursor cannot be opened on the given statement or statements.” SQLCODE = -16937. I have a couple...
View ArticleWiki Page: Set up networked licensing with COBOL Server 2.1 to run native...
Created On: 03 October 2012 Problem: Server for COBOL (formerly known as Application Server for Net Express) was using a different license mechanism and networked licensing (ASLMFNET). Is it possible...
View ArticleForum Post: 2 VC for Eclipse questions on remote environment
Hi all, 1) Is it possible to change the Listing directory created by Visual COBOL on the Remote environnement? 2) Because we are able to regenerate all the application programs on the remote target...
View ArticleForum Post: RE: SQLite and SQLCode
== Have you tried to use this ADO.NET provider with OpenESQL? No, how do this? === If it worked (I have never tested it), then it would allow you to use standard embedded SQL statements within your...
View ArticleForum Post: RE: SQLite and SQLCode
What is the best to work for ADO, with EXEC SQL, or some other type? to work with databases in VC 2012?
View Article