RE: VC 2.1 to 2.3
We created support incident 2878817 for this and I was able to reproduce the problem in a small cutdown managed app so I created an RPI for this and sent to development.There appears to be a problem...
View ArticleRE: Calling Windows API from managed COBOL
You can still call Windows APis from managed code and you can still use TYPEDEFs such as WORD, DWORD etc but there is a problem when trying to use them as defined in windows.cpy which is not meant for...
View ArticleRE: Calling Windows API from managed COBOL
Actually, the problem with the Windows.cpy is that it is using a few data-names that are now COBOL reserved words.This can be remedied so that you can use Windows.cpy in managed code by removing these...
View ArticleRE: Mapping events in COM object
Can you please clarify what you mean by COM here?Is the C# class really registered as COM or is it a .NET class that is instantiated and invoked from within the managed COBOL class? How do you call...
View ArticleRE: VC 2.1 to 2.3
Maybe Dijsktra was right... Â Â Â :-)http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html
View ArticleVC 2.1 to 2.3
HiWe are upgrading an application from Visual Cobol 2.1 on Windows XP to Visual Cobol 2.3 on Windows 10. The application consists of windows forms projects and native code programs compiled as managed...
View Articleinherits from superclasse with data.
My superclasse have a FD, like this:...End class-object.Object.Input-Output Section.File-Control.SELECT arqSYSCONF ...File Section.FD arqSYSCONF ...Object-Storage Section.01 InstanceData pic...
View ArticleHow to Convert Pdf to Base64 and Back to Pdf
[View:https://www.youtube.com/watch?v=DZQOG3RdTJ4:550:0]
View ArticleRE: Mapping events in COM object
I read your answer, studied many various codes and try to make it by myself but I failed. So...The problem is that I want to create the ribbon object instead of window menu and toolbar into my...
View ArticleSelect Case
This works in Oraedit, but now I'm trying to add it to cobol (as embedded) and can't even get it to compile...     EXEC SQL       SELECT case             when TO_CHAR(C.HOLLYDATE,'MM-DD-YYYY') =...
View ArticleRE: Select Case
What SQL precompiler are you using, OpenESQL or Pro*COBOL? This code is Oracle PL/SQL code and will not be recognized by OpenESQL as being valid. I am not sure if it is supported by Pro*COBOL but it...
View ArticleRE: inherits from superclasse with data.
What version of Net Express are you using?Can you please post a full example of what you mean including the class that inherits this class?Thanks
View ArticleRE: Connection Name Not Found - 19702
What does your CONNECT statement look like and what database are you connection to?Are you stating that you connect successfully in a called subprogram and you can access the database fine but then...
View ArticleRE: Connecting to MySQL
Hi Linden,I am glad that you found the video to be useful to you.The default project type for native projects is x86 which is 32-bit. This means that the ODBC DSN that you need to use must also be...
View ArticleRE: CellEndEdit event.
the parameters are the object that raised the event (default is sender) and the data passed from that even (default is e)your function call should look like invoke myGrid_CellEndEdit(sender, e).
View ArticleRE: use a c sharp class in visual cobol
the error is COBCH0845 can't find the namespace....
View ArticleRE: Creating reports? - got any good ideas?
Noting better then list&label from combit, www.combit.netListings, cards, labels, charts, barcode, and many moreI can give you a demonstration or you can download a trial version by combitMy...
View Article