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

Add lines in a datagrid

Hello,Until now i always filled the datagrid by reading a file so you always have used the instructions they gave me:             create pricelist             September ImpRubr to new ImpRubricas...

View Article


Image may be NSFW.
Clik here to view.

Define the printer to a type of document

Hello,I need to create a parameter which shows me the printers are installed and I pick one for each type of document (For example: Invoices to Epson ESC/PR, Orders to Samsung 2145, etc.).How I can get...

View Article


RE: Define the printer to a type of document

Hello,Another issue that has to do with this: how do I print directly to the printer that is selected?Thanks.Best RegardsAlberto Ferraz

View Article

Image may be NSFW.
Clik here to view.

RE: Function key to call a menu option

HiI've got the function keys appear on the menu options.Now how do you use them?Best RegardsAlberto Ferraz,

View Article

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

View Article


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 Article

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 Article

RE: Spreadsheet xls

It is perfectThank you very much.

View Article


Image may be NSFW.
Clik here to view.

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

View Article


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

View Article

Image may be NSFW.
Clik here to view.

Function key to call a menu option

Hello, How do I place a function key to call a menu option?And how does the show in menu?ThanksAlberto Ferraz

View Article

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 Article

Image may be NSFW.
Clik here to view.

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

View Article


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 Article

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

View Article


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

View Article

Image may be NSFW.
Clik here to view.

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?ThanksAlberto Ferraz

View Article


RE: Need COBSW type settings in Visual Studio for animating and testing

Hello,For managed projects, you may add an application configuration file and set the runtime switch. Here are the steps:right-click on the projectselect Add > New Itemselect Application...

View Article

RE: Need COBSW type settings in Visual Studio for animating and testing

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

View Article

RE: Need COBSW type settings in Visual Studio for animating and testing

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