RE: How to get a dialog object's object-reference?
Hi Linden,MOVE-OBJECT-HANDLE will give you the Windows handle (HWND) to the object you specify. It may be confusing but at the API level you will get a Windows handle to a Button. When I refer to a...
View ArticleRE: How to get a dialog object's object-reference?
Hi lindenr,first you must to set the compiler directive: $SET mfooand it's simple by adding the following copy files to your program before the IDENTIFICATION DIVISION: COPY "dslang.cpy"....
View ArticleRE: How to get a dialog object's object-reference?
Hi David and Andrés,Thank you so much, really appreciate all this help.OK David I think you're saying Window's handle as in it belongs to the win op system? And it's a window's handle for the button...
View ArticleRE: MsBuild Issue - multiple copybook paths
Hello, When can we expect an answer to this question?Thanks
View ArticleDownload
Cobol Personal Edition DownloadThread created by GueLiMade my registration got confirmation per mail with following link...
View ArticleRE: How to get a dialog object's object-reference?
That's correct it is a handle at the OS level.It would be constant during that GUI's Controls lifetime. You can use CALLOUTs or RETC as mechanisms for going to app logic in COBOL.See CUSTVOC supplied...
View ArticleRE: MsBuild Issue - multiple copybook paths
Sorry, this one got past us.It appears like there is a space between the two paths which shouldn't be there and also since the semi-colon character is the MSBuild property separator the path needs to...
View ArticleRE: How to get a dialog object's object-reference?
GREAT, THANK YOU - my button disable test is now working.All the best,Linden
View ArticleMsBuild Issue - multiple copybook paths
In our environment, we have two separate folders for copybooks.We are trying to specify these two copybook paths in the MsBuild .RSP file with some variation of the following...
View ArticleCannot Validate Free License
Hi there,I am a student and I'm trying to activate the Visual COBOL PE for Eclipse (Windows) software and i cannot seem to activate it.I have registered my email and received the download link. I...
View ArticleRE: ASP.net template
There is a template called ASP.NET Empty Web Application that you can select. This just creates an empty web project and you can add new items to the project as you see fit.
View ArticleVisual Cobol 2.3 update 2
Hi,Recently i have noticed a issue with debug option in VC 2.3. I am able to debug code line by line in winform (code behind) but visual studio just skips the debug pointer to next statement during...
View ArticleVisual Cobol Trial
Hi,please yesterday I registered for trial licence of Visual Cobol. Message on final page said, that within 15 minutes email with download link arrive, but nothing happens. What should I do? Is there...
View ArticleRE: ASP.net template
I tried that but it is a bit too far in the opposite direction. As a newbie to Visual Studio I am not sure how to add new items to the project or even where to find them.
View ArticleRE: Net Express project migration to Visual Cobol
More info:When I am trying to debug main program (still compiled wit Net Express) when this program call then new one (compiled thru Visual Studio), I got this error message: 173 Called program file...
View ArticleRE: Net Express project migration to Visual Cobol
Solved must copy file mfsqlsmf.dll from Visual Cobol folder, to our program folder
View ArticleNet Express project migration to Visual Cobol
Hi,in our company we are testing conversion our Net Express project to Visual Cobol. We success in project conversion, we can compile our programs, produce .gnt and .idy file.But when I try to run it...
View ArticleDebugging
Hi,please I have troubles with debugging. I have this situation:compiled .GNT and .IDY file (can't use .INT, because program is called from Infor SunSystems and there must be GNT) I have checked...
View Article