RE: DataGrid.RowDetailsTemplate
Try something like:if not type Decimal::TryParse(fldDescr1::Text, BCL-DESC) *> invalid numeric data move 0 to BCL-DESCend-if
View ArticleRE: DataGrid.RowDetailsTemplate
If you are using WPF Data Binding .Net does the conversion. If you have a numeric or decimal field type and the value entered is not numeric, then WPF Binding marks the textbox with a read border. I...
View ArticleRE: Upgrade vc2.2 to 2.3
This is certainly not a known problem.Can you provide me with some more details? Does the install of 2.3 complete successfully or does the installation fail? What is the exact error message that you...
View ArticleRE: DataGrid.RowDetailsTemplate
Thanks again for the topics. My project will evolve with your fantastic help.Can you send me a small example using the .Net Data Binding with WPF?I'm using a MySql database and I'm reading the data for...
View ArticleRE: Cannot open projetName.exe
Hello,I usually see this error if the projectName.exe was still in use. You might want to kill the process from the Task Manager and try again.Regards,
View ArticleRE: DataGrid.RowDetailsTemplate
There are a number of examples in our knowledgebase that show how you can use EXEC SQL statements and bind to WPF.One such example is here:To search our knowledgebase for useful articles and samples...
View ArticleRE: Upgrade vc2.2 to 2.3
Hello Chris, after installation,without error, is required a system reboot before using the VC and in the process the win starts with error correction and the log file shows that the c: \ windows \...
View ArticleRE: Upgrade vc2.2 to 2.3
This sounds more like you have a hardware error on your disk drive. as Msahci.sys is the Microsoft Advanced Host Controller Interface (AHCI) driver that controls your SATA drives.I would recommend...
View ArticleUpgrade vc2.2 to 2.3
To install vc2.3 it must remove vc2.2. but when I install version 2.3 of the system is corrupt and not initialize so is necessary restore the last válid version. Has anyone experienced this?Visual...
View ArticleRE: Cannot open projetName.exe
That's not it. Now it says that it can't open the .obj file and everytime I run it the .exe file doesn't get updated. this is driving me crazy I'm one student among 60 others and i'm the only one the...
View ArticleRE: Data Tools technology Preview - vc2.3
I tested this here with a simple record layout for an indexed file and it worked fine.There is an entry under Restrictions in the Help that says the following:"When creating a structure file, you...
View ArticleRE: Cannot open projetName.exe
If you can zip up the project folders and attach the zip file to your post then I can take a look at it here.Thanks.
View ArticleCannot open projetName.exe
Dears,I've got the same errors on two of my computers. I need to use Cobol for school. When I try to build my program it gives me the following errors:"cannot open projectName.exe". please help me
View ArticleRE: DataGrid.RowDetailsTemplate
I upload a new version of your solution ‘testgriddetails’ enhanced with a Model Class with the interface ‘INotifyPropertyChanged’. You can do your database processing within the model class.
View ArticleRE: Data Tools technology Preview - vc2.3
The problem appears to be that the current version of DFED2 will not recognize layouts from an .idy file created from a managed code build. To get the structure file created, create a native version of...
View ArticleCOBOL instrumentation in Visual Studio
I am tasked with trying to find ways to improve performance of Visual COBOL application. The Visual Studio Instrumentation appears to match to symbols from COBOL code for some functions, but in many...
View ArticleRE: COBOL instrumentation in Visual Studio
We are not trying to Instrument Native COBOL. We are trying to Instrument Visual COBOL product.
View Article