Forum Post: RE: Inspect-Function in Visual-COBOL for eclipse 2.3
I find that I can inspect both simple text fields and simply numeric fields like pic 9(9) by highlighting the data item with the cursor and then right-clicking and selecting Inspect. This works in...
View ArticleForum Post: RE: invoke error on oopsm.dll
Because you method name begins with the prefix Get the run-time is assuming that it is a property instead of a method. In order to get this to be treated as a property you have to do the following...
View ArticleForum Post: RE: Function key to call a menu option
I would highly recommend that for questions like this, how to use a .NET class or WPF functionality that you Google your question to other sources than this forum. The reason is that .NET is a...
View ArticleForum Post: Change Image in a Button
Hi, I have a button with two functions. When you open the window has a symbol (symbol1). When I pressed want you to have another symbol (symbol2). Is it possible to do that? What is education? You can...
View ArticleForum Post: RE: Function key to call a menu option
Hi, I have researched a lot by Google but still could not find the solution and so resorted here to the forum. I have also researched the link you sent me but I found the solution. I will continue to...
View ArticleForum Post: RE: Function key to call a menu option
Ferraz, I created a quick sample in WinForms and by simply specifying the short-cut keys in the Collection they were enabled. There was no special code necessary to enable them. I first tried the...
View ArticleForum Post: RE: Function key to call a menu option
Hi Rick, I want de Function Key (F1/F2/F3/...) like i have in picture. Interest is to use the function keys to directly call the menu options. Thanks Alberto Ferraz
View ArticleForum Post: RE: Function key to call a menu option
Alberto, my sample is using WinForms and the properties for the menus enable this. If you're not using WinForms there may be some differences.
View ArticleForum Post: RE: Function key to call a menu option
Hi, I am using WPF so I do not know if your solution will be compatible. Anyway if I want to send can check and test. Thanks Alberto Ferraz
View ArticleForum Post: DataRep2.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...
View ArticleForum Post: Print Preview
Hello, I wonder if you can do this function in VC and, if so, how. Does anyone have an example to help me? Thanks Alberto Ferraz
View ArticleForum Post: Need 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-N We want to understand how to do this in Visual COBOL 2.2...
View ArticleForum Post: RE: Need COBSW type settings in Visual Studio for animating and...
Hello, For managed projects, you may add an application configuration file and set the runtime switch. Here are the steps: right-click on the project select Add New Item select Application...
View ArticleForum Post: RE: Need COBSW type settings in Visual Studio for animating and...
I tried this for a managed program, and IT DID NOT WORK. In other words, there was no difference, even though there should have been (I can run this with the runtime production BAT file and same...
View ArticleForum Post: RE: Need COBSW type settings in Visual Studio for animating and...
My reading of the documentation indicates that runtime switches are not supported in managed code. Under Run-time Switches topic, there is this restriction: Restriction: These switches are...
View ArticleForum Post: RE: Need COBSW type settings in Visual Studio for animating and...
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 ArticleForum Post: RE: 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 ArticleForum Post: RE: Need COBSW type settings in Visual Studio for animating and...
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 ArticleForum Post: OnItemDataBound 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 Article