Zip a file in Visual Cobol
Hi,I want to ZIP one file contained in a PC's local directory.Can anyone advise how to convert this into cobol?//Creates a new, blank zip file to work with - the file will be //finalized when the using...
View ArticleRE: Selected Text
The SelectionStart did not work. I inserted it in the design, is that the correct place?
View ArticleRE: Selected Text
I am not sure what you mean by inserted it in the design. I do not show that SelectionStart is a valid property that can be set within the Windows Forms designer.I was setting it in the new method...
View ArticleRE: Call from WCF TO COOBOL
If you are trying to call a procedural COBOL program from a C# program running as a WCF service then you should do this by creating a RunUnit in C# and then calling the COBOL program within the...
View ArticleRE: Various in a WPF
I upload a new version of your solution ‘testgriddetails’.I set ‘CanUserAddRows = "False"‘ within the Customer Datagrid.DateTime fields are mostly something special e.g. there is no Null-Value (it is...
View ArticleRE: Various in a WPF
Thanks.I gonna try to understand your project because is not easy for an roockie in VC/WPF like me.in relation to line the more I already have property "CanUserAddRows" = "False" from the beginning.
View ArticleRE: Various in a WPF
Did you take note that there are 2 DataGrids. I attached the porperty to the customers DataGrid.
View ArticleOracle Pro*COBOL (COBSQL) missing from ESQL options in Visual Studio
I am using Visual COBOL 2.2 under VS 2012.The MF manual says that on the SQL tab of Project Properties I should see "Oracle Pro*COBOL (COBSQL)" as an option. That option is missing from the drop down...
View ArticleRE: Oracle Pro*COBOL (COBSQL) missing from ESQL options in Visual Studio
Are you looking at the on-line docs on our web site or the local docs within the product help?If you are looking on-line then they will be the docs for the 2.3 product. If you look under...
View ArticleRE: Various in a WPF
Yes. But in the example i send you in the link i have just one datagrid.In the other example i use 2 datagrids (like yours) everything works fine and i don't have the last extra line.
View ArticleVarious in a WPF
I have three questions to ask your help (the following link is the example of the three situations):http://www.esic-lda.pt/VC_Help_V01.pdf1-I'm using a datagrid and load the data as the example you...
View ArticleDuplex Printing .NET
Hi,In NetExpress we used the following code to set duplex printing:-http://documentation.microfocus.com/help/index.jsp?topic=%2Fcom.microfocus.eclipse.infocenter.studee60test%2FHRCLRHCALL5W.htmlIn...
View ArticleVisual COBOL for Visual Studio - WPF - AutoSkip
Oi,Este é um exemplo de como você pode implementar o conceito do AUTOSKIP em campos de texto em WPF.Abraços,CoralHiThis is a demo to show how you can implement an AUTOSKIP using WPF textbox...
View ArticleVisual COBOL for Visual Studio - WPF Boolean
Oi,Este é um exemplo de como você pode trabalhar com variáveis boleanas para ativar e desativar radiobutton e checkbox em WPF.Abraços,CoralHiThis is a demo to show how you can work with boolean...
View ArticleVisual COBOL for Visual Studio - WPF Calling Classes
Oi,Este é um exemplo de como você pode chamar outras classes que estão no mesmo projeto ou que estejam em outro projeto na mesma solução.Abraços,CoralHiThis is a demo to show how you can call classes...
View ArticleVisual COBOL for Visual Studio - WFA - Cursor
Oi,Este é um exemplo de como você pode alterar o tipo do cursos nos objetos em WFA.Abraços,CoralHiThis is a demo to show how you can change the cursor pointer for WFA objects.Best regards,Coral
View ArticleVisual COBOL for Visual Studio - WPF - DataGridView
Oi,Este é um exemplo de como você pode trabalhar com DataGridView em WPF.Abraços,CoralHiThis is a demo to show how you can work with DataGridView using WPF.Best regards,Coral
View ArticleVisual COBOL for Visual Studio - WPF - DatePicker
Oi,Este é um exemplo de como você pode trabalhar com o objeto DatePicker em WPF para colocar ou receber valores.Abraços,CoralHiThis is a demo to show how you can work with DatePicker object using WPF...
View Article