Visual Cobol 2012 PE
Is it possible for me to redownload Visual Cobol Personal Edition for Visual Studios 2012? I got it a few days ago for my class, but I was having driver issues and went back from windows 10 to windows...
View ArticleRE: Visual Cobol 2012 PE
I have already done that. That is ONLY for visual studio 2015. So I downloaded Visual Studio 2015 and VCPE for it, but it has licensing issues and support just told me to go to the community and find out
View ArticleRE: DataGrid.RowDetailsTemplate
Thanks for the example. It is the simplest to load the data in the datagrid that I saw.I get the programming scheme.Now what I was trying to do that but with multiple detail lines for each customer.The...
View ArticleRE: DataGrid.RowDetailsTemplate
The multiple row approach appears to be done by embedding a second grid within the RowsDetailTemplate. I will work on modifying the example I gave to you to support this.
View ArticleDataGrid.RowDetailsTemplate
HelloI'm trying to see the details of the invoices when I select the line of one of them.For this I created a datagrid with invoices.After I added a DataGrid.rowdetailstemplate where i define the...
View ArticleRE: Array not populating correctly in datagrid
S has PIC S9(9)V99 which is not a .Net object. Define S as decimal or move S before '::Rows::Add' to a decimal varialbe.
View ArticleRE: Visual Cobol 2012 PE
When you requested VCVS 2015, did you not receive any licensing information?
View ArticleRE: Two samples expressions
CharacterCasing:  set   textBox2::CharacterCasing to type CharacterCasing::Normal  set   textBox2::CharacterCasing to type CharacterCasing::Lower  set   textBox2::CharacterCasing to type...
View ArticleTwo samples expressions
Hello:I have two situations where I can not find a statement certain to change as in programming (WPF):-How to change a property of CharacterChasing in a TextBox for "Upper" or "Normal"-How to change a...
View ArticleRE: DataGrid.RowDetailsTemplate
Here is an updated sample that has added a second grid as part of the details on the rows of the first grid. I just created a list containing the data as a new property of the same object that I was...
View ArticleRE: Visual Cobol 2012 PE
Visual COBOL Personal Edition DownloadDear (My Name),Thank you for registering for Visual COBOL Personal Edition.To download* and activate your product click the link below.Download Visual COBOL...
View ArticleRE: DataGrid.RowDetailsTemplate
Just more one thing: In your example I added a column with the value of each order (it's ok).I tried to use the STRINGFORMAT = N02 (or another) but appears always the same (without any format).You can...
View ArticleRE: DataGrid.RowDetailsTemplate
Version with OrderDate as DateTime and OrderValue as decimal. So sorting works well.
View ArticleRE: DataGrid.RowDetailsTemplate
It's perfect. I've adapted to my solution and everything is working.Now I just couldn't do the same thing in a TextBox.I have to have the function of Binding also in this field?Or in which property is...
View ArticleRE: DataGrid.RowDetailsTemplate
Yes, now it's working.Thanks very much.For now I have one more question:How do you pass the value of a TEXTBOX to a numeric field?Have the statement "set bcl-desc1 to fldDesc1:: Text" where BCL-DESC1...
View Article