RE: Need COBSW type settings in Visual Studio for animating and testing
That may be true, but from your wording, it sounds like you are just giving a preliminary "opinion" and not necessarily a final answer (?).Surely there is some type of solution, as I would think that...
View ArticleNeed COBSW type settings in Visual Studio for animating and testing
Hello,We have the following for setting runtime switches in the BAT file that brings up our production runtime environment:SET COBSW=+B-F-NWe want to understand how to do this in Visual COBOL 2.2...
View ArticleRE: Inspect-Function in Visual-COBOL for eclipse 2.3
Thank you. That is, i was looking for. I tested again on 2 different PC (Win7).In unmanaged code it works fine (including hex for "inspect"). In managed code the result is "cannot be resolved...
View ArticleRE: Need COBSW type settings in Visual Studio for animating and testing
I just ran a test and these COBSW settings work for me in both native code or managed code either by setting them in the app.config file as COBSW with +B-F-N or by passing them on the command line on...
View ArticleRE: Function key to call a menu option
I have done some research on this and have found in the link that I provided to you a section on using Commands in WPF and binding them to controls like menu items and buttons, etc.In particular the...
View ArticleRE: Print Preview
Hello Alberto,I have not used this functionality myself, but searching within the community site, I found the following Micro Focus knowledge base articles, which mention creating Print Previews....
View ArticleRE: Need COBSW type settings in Visual Studio for animating and testing
My sincere apologies to all. Yes, both methods work, exactly as they were presented earlier. The approach using App.config / Application.config works and the approach using (+B-F-N) in the Command...
View ArticleRE: Print Preview
Alberto,Can you be more specific about what it is you wish to accomplish here? Do you wish to preview an existing document or one that you are in the process of creating?, What format?Thanks.
View ArticleOnItemDataBound in asp:Repeater
Hello,Can anyone please provide a simple example to use the onItemDataBound event in asp:Repeater using Visual Cobol. Thanks in advance.
View ArticleRE: OnItemDataBound in asp:Repeater
The following is an example that shows the repeater control on an ASP.NET form and the code behind to implement it. The Repeater control is wired up to the OnItemDataBound event to modify the content...
View ArticleRE: Function key to call a menu option
I Chris.I've been to see the example that sent me, and I confess I have not been able to understand well.Tomorrow I will review it again to see if I can understand.Then I give the feed-back.Thanks for...
View ArticleRE: Print Preview
Helo Blair:Thank you for sending the examples.What she has is almost what I need and is a solution for a screen print solution.I did not study the functions used ireio but still do it to better...
View ArticleRE: Print Preview
Good evening Chris:Responding directly I want to preview a file created from my application.When I make such a billing daily (list) instead of having to print want to pre-visualize the listing on the...
View ArticleScreen reserves
Hello,I am entering the main part of the application that I am developing and now comes the main problem: how to make a screen of accomodation reserve management.I do not know what features can be used...
View ArticleRE: Function key to call a menu option
Hello,Sometimes we complicate what can be simplified.I solved the problem by creating the "Menu_KeyDown" event and i detect the function keys and depending on each call a menu option.Thanks.
View ArticleRE: Change Image in a Button
1° Adicione uma imageList ao seu formulário.2° Adicione as imagens ao seu imageList.3° Atribua à propriedade imageList ao objeto, no caso o button4° Atribua à propriedade ImageKey ou ImageIndex a chave...
View ArticleRE: Change Image in a Button
Boa tarde:Obrigado pela sua resposta.Esta funcionalidade funciona em WPF? É que não consegui encontrar a imageList na toolbox para poder adicionar.CumprimentosAlberto Ferraz
View ArticleRE: Change Image in a Button
Não fiz teste com WPF. Preciso aprender a programar assim. Abraços
View ArticleDataRep2.cbl
I noticed an issue with the level numbers in DataRep2.cbl referenced in the "04 Data Representation" section of the Academic COBOL Course Book for Visual Studio.The way it is coded, EMPLOYEE-GENDER and...
View Article