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

RE: How does MF INVOKE interface with windows?

I understand your dilemma. The column header is added in the AddColumn method. In the example program this occurs in Add-List-Header section.when statement:   EVALUATE Call-Function        WHEN...

View Article


RE: How does MF INVOKE interface with windows?

thanks, in my haste i missed the separate pages for listview / item / header.HOWEVER... in a quick " SetLabel" method test, I get error "240 obj ref not valid lsthdr" using code below. The...

View Article


RE: How does MF INVOKE interface with windows?

TERM-FIELD is a pic x data-item and the setLabel property is expecting an object. Create a CharArray object from your string and then pass the object in and it should work.

View Article

RE: How does MF INVOKE interface with windows?

Thanks Chris, that sorted it.

View Article

RE: How does MF INVOKE interface with windows?

Hi again Chris,With a view to doing more outside of dialog... is it possible to get the object reference of dialog window elements (buttons, text boxes etc)? I would like to use the AbstractWindow...

View Article


RE: Can Cobol Server and Server Express coexist on AIX

Hi ccooper29,Welcome to the Micro Focus Community Site!Yes, COBOL Server (which is the runtime-only companion product to Visual COBOL) can be installed alongside an installation of Server Express....

View Article

Can Cobol Server and Server Express coexist on AIX

As I am transitioning to Visual Cobol can I install Cobol Server on AIX without removing the current Server Express install?

View Article

RE: Can Cobol Server and Server Express coexist on AIX

Thank you Blair. Is this also true for the Windows server version?. Thanks. H

View Article


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


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

Inline declaration

Very often I've been using code construction likedeclare x as type <some_type> = self::GetSomethingThat's really cool. But what makes me upset that in this inline declaration the editor doesn't...

View Article

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

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


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

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


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

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 $NULLin your dialog. Then in the COBOL code:-          invoke button...

View Article


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...

View Article

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

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
Browsing all 4356 articles
Browse latest View live