TextBox with currency format
Hi, I whant to know, how I can make the currency format to textbox, like of Cobol77 Invoice-Amount Pic $$,$$9.99.I tryed other why, but is so strange and not so functional..., it's possible Automated...
View ArticleRE: TextBox with currency format
It's work perfectly!!!!!!!!!!!!!!!!But, how to make a regex for a brazilian currency ??We use, for example: R$85.454,57The decimal point is comma and we use the letter R before $
View ArticleRE: Pro*COBOL Integration with Eclipse VC IDE
Try adding the Oracle bin and lib to the environment is set in the Remote Systems Explorer, or RSE daemon started from DevHub's $COBDIR/remotedev directory. Put the Oracle environment variable setting...
View ArticleRE: 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 ArticleAply 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 ArticleRE: databases
If one of these drivers are available for these databases then OpenESQL should be able to work with it. ....where wouldI find the answer to this question please??
View ArticleRE: databases
You need to check with the particular database vendor to see if they have a driver available for their database.Thanks.
View ArticleRE: 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 ArticleVC 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 ArticleRE: 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 ArticleRE: Button_Click method - Determine what the mouse button was pressed.
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 Article2 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 ArticleRE: 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 COBOL...
View ArticleRE: 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 ArticleRE: SQLite and SQLCode
How you interface to the ADO.NET APi's is really a matter of personal preference.If you are comfortable coding using object-oriented COBOL and accessing the ADO.NET classes directly then this is...
View ArticleSQLite and SQLCode
Can i see the SQLCode status of commands ?I work SQLite with VC 2012.
View Articledocumentation
where can I find user guide for User Interfaces supported within Visual Cobol?
View ArticleRE: documentation
That is why we have chosen a third party program working well with Visual Cobol under Eclipse : PolyFX.The interface is designed with Adobe Flash builder and the Polyedre provides the glue between MF...
View Article