RE: ODBC Problems
I also might be able to help. I've gotten ODBC to work on my Windows 7 machine. Can you first answer the Questions from MF_Fano?Thanks.Peter
View ArticleRE: Windows 10 and Visual Studio 2015
Hello,I am not sure what is going to happen if you upgrade to Windows 10. I expect the up coming release of VC 2.3 to be supported on Windows 10, but as far as I know the current version 2.2 Update 2...
View ArticleRE: Windows 10 and Visual Studio 2015
I just got a note from someone in the product management stating that it is not recommended to upgrade to Windows 10 if you are still using the current version of VC (i.e. 2.2.2 and prior versions). In...
View ArticleRE: Windows 10 and Visual Studio 2015
Thanks, and I might add: I've upgraded my Test Computer to Windows 10 (I tried to revoke my MF License first, but, got an error message when doing so). Windows 10 doesn't corrumpt the License; all...
View ArticleRE: frEe TrIaL liCeNcE .
Hi ajahsoft,According to our records, the license for SN 600000620098 was activated on the 16th of June. If you need to move the license, you must revoke the previous one.Regards.
View ArticlefrEe TrIaL liCeNcE .
i download visual cobol 2012 personal edition with serial number 600000620098 but i cant find the free licence key to activate it and i noticed the download link has expire. how can i get the license...
View ArticleViewing External Data Elements
I have some data elements defined as external and when I debug the program and try to do a quick watch or add to the watch list the value is not available. Is this just an issue with external defined...
View ArticleDLL access
HI,In my project i am working on a scenario where a .net wcf is accessing native cobol code through the wrapper class program.The wrapper is added as reference to .NETAs of now the wcf is hosted on IIS...
View ArticleCobol Server 2012 Install
Trying to install Cobol Server 2012 on a brand new Windows box. Trying to run a web program (originally developed in NetExpress but recompiled in VC 2012), but the only thing that happens is the...
View ArticleRE: Cobol Server 2012 Install
Regarding your question about the bin vs bin32 directories, is your application built to run as 32 or 64 bit? The bin directory contains the runtime components required for a COBOL application built as...
View ArticleRE: Convert To Cobol
Specifically I need to know how to convert this section?Public ReadOnly Property getFmdToVerify() As List(Of Fmd)Get Return FmdToVerifyEnd GetSo this line of code works:-vResult =...
View ArticleHow to modify Print Preview Dialog
Hi,I'm developing a windows application that prints from a txt file. I used a Menu Strip item to invoke the Print Preview Dialog, but the print button inside the dialog automatically uses the user's...
View ArticleRE: Crystal Reports
One of the simplest ways is to use Relativity to present your data as on ODBC SQL datasource, and then use Crystal Reports against the datasource.Relativity is available for Micro Focus format files.
View ArticleRE: Convert To Cobol
Can you try this: property-id getFmdToVerify type System.Collections.Generic.List[type DPUruNet.Fmd]. getter. set property-value to FmdToVerify end property.Freundliche...
View ArticleConvert To Cobol
Hi,Can any one advise how to convert the following code to Visual Cobol, thanks.(Please see attached file for the full code)Private FmdToVerify As List(Of Fmd) = New List(Of Fmd) vResult =...
View ArticleRE: Convert To Cobol
Thanks Werner thats worked a treat. Could you pls advise how to terminate a background thread and also close the form so it doesnt error?Ive used invoke ws-nThread::Abort()...
View ArticleRE: Crystal Reports
I think I did not express myself properly, how to put the Crystal Report object and view an RPT in Visual Cobol. thanks
View ArticleCrystal Reports
Anyone have some Crystal Reports use of example with Visual Cobol, thank you
View ArticleHow to use the Profiler in PE
Hi I would like to try profiling my programs but simply cannot figure out how to do it, so I wonder if one of you clever guys can tell me how?I am using Visual Cobol 2.2 PE. RegardsHenrik Wivel
View ArticleRE: How to use the Profiler in PE
Ooops! A case of RTFM. I have managed to get it to work.
View Article