Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

RE: Visual Cobol: Gradient Coloring a Tabpage

I have attached an example Visual COBOL solution that demonstrates this.The following is the COBOL equivalent to the VB code that you posted:     $set ilusing"System.Drawing"     $set...

View Article


RE: How can I see the animating of call programs in Visual Cobol like I can...

Are the subprograms available within the same Visual COBOL project as the calling program or are they in a different project or possibly not within a project at all?I noticed that you are using the...

View Article


RE: How can I see the animating of call programs in Visual Cobol like I can...

Chis,All are in the same project.I put  a full patch becouse in the other way (..\..\Files \name file) dont work.I see the .idy files and object files in the...

View Article

Image may be NSFW.
Clik here to view.

RE: How can I see the animating of call programs in Visual Cobol like I can...

Is the project target type set to be a single executable file?Right click on project name and select Properties-->Micro Focus-->COBOLIf it is then you should be calling the program using just the...

View Article

Managed Calling Native

Hi,currently I am playing aroung with the pinvoke ( demonstrating to call a native program from a managed application) sample as follows:I created a Native DLL Project (SUBS.DLL, containing 3 Programs...

View Article


RE: Managed Calling Native

The problem is that when you call a .dll that resides in a different project then the calling .dll the calling .dll needs to be able to locate the .dll to call.This can be done either by placing the...

View Article

Image may be NSFW.
Clik here to view.

RE: How can I see the animating of call programs in Visual Cobol like I can...

View Article

RE: How can I see the animating of call programs in Visual Cobol like I can...

$SET DIALECT(RM)      IDENTIFICATION DIVISION.      PROGRAM-ID.  "vtboi69".     *     * Programa Contingencia     *      ENVIRONMENT DIVISION.     *--------------------      CONFIGURATION SECTION....

View Article


Image may be NSFW.
Clik here to view.

RE: How can I see the animating of call programs in Visual Cobol like I can...

You do not say what the issue is that you are having with the code modified like your screenshot.Your project type is All native Libraries which means that a .dll will be created for each source...

View Article


RE: Managed Calling Native

Hello Chris,thank you so much for the quick and efficient help.If I only hadthat paper before. But there is one thing I'd like to ammend:The errors I described, that when calling the program from the...

View Article

RE: Managed Calling Native

If you are linking to the shared run--time system it is relying on the current setting of the PATH or COBDIR environment variables in order to locate and load the COBOL run-time system cblrtsm.dll. If...

View Article

RE: Eclipse - subfolder Cobol programs sorting order

I'll assume this functionality is missing.

View Article

RE: MouseClick Event On a Datagrid

The following works for me and takes the appropriate path depending on which component of the grid is clicked. If you set a breakpoint on the if statement and hover the mouse over ls-cHitTestInfo then...

View Article


MouseClick Event On a Datagrid

Hi,I need to be able to "trap" a mouse click event on a DataGrid and I have found the following VB code:-Private Sub DGV_MouseClick(ByVal sender As Object, ByVal e As...

View Article

RE: MouseClick Event On a Datagrid

Yep that works thanks Chris, is was this bit I missed (e::X, e::Y) DOH !

View Article


RE: How can I see the animating of call programs in Visual Cobol like I can...

Chris,You do not say what the issue is that you are having with the code modified like your screenshot. Answer : The result is the same.Your project type is All native Libraries which means that a .dll...

View Article

Image may be NSFW.
Clik here to view.

RE: How can I see the animating of call programs in Visual Cobol like I can...

If you would like this to run as it did in MFE then you will most likely want to generate .int or .gnt files.Create a single project and set its type to all .int/gnt files as shown below: The default...

View Article


Image may be NSFW.
Clik here to view.

RE: How can I see the animating of call programs in Visual Cobol like I can...

Chris,So sorry but is not work...I Generated all .int files I put the patch to the principal program and nothing.Here you are the  screns with the propiertes ...In adition I retired all references to...

View Article

RE: How can I see the animating of call programs in Visual Cobol like I can...

Can you please zip up your project folder containing the source programs, etc and send it to me at chris.glazier@microfocus.com?Thanks.

View Article

RE: Eclipse - subfolder Cobol programs sorting order

Yes, sorry I just received the following response from Development:----The piece pointed to in the Java preferences is all about the order to display the class information in the package explorer – we...

View Article
Browsing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>