Forum Post: RE: Product license error
HI Chris, Sorry for the confusion, we are using cobol server 2013. As mentioned in step 3, do we need to copy all the files in bin folder and other exe's from the server installed with cobol server...
View ArticleForum Post: RE: Product license error
No, actually these instructions are so you can run from a workstation without copying any run-time files to the local workstations. Step 3 just has you copy all required file to a single location on...
View ArticleForum Post: AcuCOBOL 9.2.5 migration to Visual COBOL
Hello, Is there any guide on how to begin migrate my Project which I made with extend 9.2.5 (acucobol-gt) into Visual COBOL? I just need a startup guide with how to migrate source code, screens, event...
View ArticleBlog Post: Micro Focus Visual COBOL 2.3 Now Available
Micro Focus is delighted to announce general availability of Visual COBOL 2.3 , on October 7, 2015. For organizations with business applications written in COBOL, this next release delivers new...
View ArticleForum Post: Release vs Debug builds for native projects
In Net Express 5.1 we never used Debug builds as the Release build had an .idy file for animation and debugging within the IDE and the .exe/.dll ran perfectly well without the .idy file when deployed...
View ArticleForum Post: .Zip or .Rar
hello, I need help on creating RAR or .ZIP file I have some sample code , but this code does not let me add more than one file , I wonder how to add more than one file thank you example code...
View ArticleForum Post: Maximize the Screen
How do I maximize the screen and objects adjust to this new size? thanks
View ArticleForum Post: RE: .Zip or .Rar
Note this is a .NET Framework question and has nothing specifically to do with any Micro Focus product. The answer would be the same for programs written in any .NET language. If you create a...
View ArticleForum Post: RE: Maximize the Screen
You might want to Google this question outside of this forum as it is really related to certain generic .NET behavior and is not specific to Visual COBOL. I found the following:...
View ArticleForum Post: Setting Environment Variables used within the IDE
In Net Express we would load all application-specific environment variables into one of an application's projects (Project Properties IDE), export to a .gcf file, and then import the .gcf into all...
View ArticleForum Post: Solution Explorer window permanently maximized
I have VC 2.2 PE. Using NATIVE mode, my Solution Explorer is now permanently enlarged and I don't know how I managed to do that. Also, when I open a source member in a Project, the slider bar is all...
View ArticleForum Post: RE: Solution Explorer window permanently maximized
If you right-click on the title bar of the Solution Explorer window and choose Float then you should be able to drag it anywhere you want and drop it on the docking bars that appear underneath. The...
View ArticleForum Post: RE: Setting Environment Variables used within the IDE
There is currently no way to set solution-wide environment variables as these are set on a project basis. We have added the NX config file capability beginning with 2.2 update 2 I believe. If you...
View ArticleForum Post: RE: Release vs Debug builds for native projects
The only real difference between the Debug and Release builds in Visual Studio are that in Debug mode it turns on the directives anim cobidy".\bin\x86\Debug\" by default. They also use a different...
View ArticleForum Post: RE: Solution Explorer window permanently maximized
Yes, it does Chris - thanks- but that is not all of what I am wanting. Before, I had the Solution Explorer window neatly on the right side. When I selected a source member to open, it would open to...
View ArticleForum Post: RE: Solution Explorer window permanently maximized
This is not a strictly COBOL or strictly a Micro Focus question but is more of a general Microsoft Visual Studio question. You would have this issue regardless of the language being used - C #,...
View ArticleForum Post: RE: Solution Explorer window permanently maximized
Thanks Austin 1. It worked immediately. I had a brief read from your first suggested link and then did this: 01: Opened Visual Studio 02: Selected WINDOW from the menu bar 03: Selected Reset...
View ArticleForum Post: RE: Solution Explorer window permanently maximized
Great! With all the questions I myself have asked on this forum, I am glad that I was able to "give back" to the community by answering a question or at least providing a general direction for...
View ArticleForum Post: release Excel from memory in Visual Cobol
Hi all, Many thanks for all the useful posts over the last while which let me pick up some great hints and tips. We ported our application from Net Express to Visual Cobol and made various changes to...
View Article