Quantcast
Channel: Visual COBOL
Browsing all 5819 articles
Browse latest View live

Forum Post: Cannot Download

I was following the prompts to download Visual Cobol and came to a screen where they asked me for details, said thankyou and told me I'd get an email with a link and then could download... nothing...

View Article


Forum Post: RE: Can Cobol Server and Server Express coexist on AIX

Assuming that you mean, can COBOL Server for Windows be installed on the same computer as Net Express the answer would be yes but again you have to make sure that you setup your environment correctly...

View Article


Forum Post: RE: Inline declaration

We are using 2.3 Update 1, so we are downloading Update 2 and we will see if it is the reason. Thanks

View Article

Forum Post: How to get a dialog object's object-reference?

Hi, How can I get the MF Dialog push-button object-reference so that i can disable the button from a Visual COBOL program? e.g. in the program: INVOKE my-button-objref "disable"  Dialog lets me define...

View Article

Forum Post: RE: How to get a dialog object's object-reference?

I would NOT mix Dialog System and Visual Cobol! This guarantees problems ... In what I have tested to at least ... AciveX / OLE / Custom Controls ...

View Article


Forum Post: RE: How to get a dialog object's object-reference?

Well thanks for responding Bernd but for now I'm stuck with a dialog visual cobol project and I'm not about to redevelop years of work! (wish i could get rid of dialog tbh but don't have enough time)

View Article

Forum Post: RE: Inline declaration

So we downloaded and installed Update 2 but nothing has changed. I do not know if it is neccesary to activate the update by any way ? I do not suppose so but I do not know. I can "live without it" but...

View Article

Forum Post: RE: How to get a dialog object's object-reference?

Hi Linden, What you can do is something like:- BUTTON-SELECTED     MOVE-OBJECT-HANDLE PB2 MAINHWIN     CALLOUT "DISABLEEXITBUTTON" 0 $NULL in your dialog. Then in the COBOL code:-           invoke...

View Article


Forum Post: RE: Inline declaration

There are some options that you can set that control how intellisense works within the editor. Navigate to Tools-- Options-- Text Editor-- Micro Focus COBOL-- Intellisense and check the options that...

View Article


Forum Post: RE: How to get a dialog object's object-reference?

Thank you David. Could you explain something for me as I'm rather confused! (I have limited knowledge of object programming as is apparent)... (1) does MOVE-OBJECT-HANDLE move the window handle or the...

View Article

Forum Post: ASP.net template

I do not like the standard Micro Focus template for ASP.net as it contains stuff that I don't want and can't seem to get rid of.   Is there a standard basic clear template that I can use instead? 

View Article

Forum Post: 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 Article

Forum Post: RE: How to get a dialog object's object-reference?

Hi lindenr, first you must to set the compiler directive: $SET mfoo and it's simple by adding the following copy files to your program before the IDENTIFICATION DIVISION:       COPY "dslang.cpy"....

View Article


Forum Post: RE: 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 Article

Forum Post: RE: MsBuild Issue - multiple copybook paths

Hello,  When can we expect an answer to this question? Thanks

View Article


Forum Post: Download

Cobol Personal Edition Download Thread created by GueLi Made my registration got confirmation per mail with following link...

View Article

Forum Post: RE: 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...

View Article


Forum Post: RE: 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 Article

Forum Post: RE: How to get a dialog object's object-reference?

GREAT, THANK YOU - my button disable test is now working. All the best, Linden

View Article

Forum Post: RE: MsBuild Issue - multiple copybook paths

That works!  Great!  Thanks, Chris!

View Article
Browsing all 5819 articles
Browse latest View live


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