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 ArticleDefine 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleChange 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 ArticleRE: 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 ArticleFunction 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 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 ArticlePrint 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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