All the methods, properties and events should be available thru the help system. I usually go to the Controls and Objects Index for the control in question then narrow it down to the event or property I need.
the ones represent the icon (only used if LVStyle is 0 large icon) and smallicon (only used if the LVStyle is 1 small icon) if you use 3 report both are not used. The listitem (index) is a pointer to the item added. Then just read thru the index file adding the items to the listview.
Not sure if this will help, but in the CBR file do you have the @PrinterFontName setup? @PrinterFontName=(Courier New,Courier New) or something similar. Here is what I can find in the samples for NetCobol.
002540 FD PRINT-FILE.
002550 01 LINE-REC PIC X(136).
002560 01 CMNT-REC...
robundrh2o,
You probably need to use the system.drawing.color then set the backcolor to PROP-GRAY OF CLASS-COLOR (where class-color references system.drawing.color) or similar for the web.
hope this helps,
Bruce
Federico,
Not sure this helps,but the Fujitsu help states Position made up of the following elements. This property corresponds to the POS-Width
01 Positions.
02 POS-X pic s9(4) comp-5.
02 POS-Y pic s9(4) comp-5.
02 POS-WIDTH pic s9(4) comp-5.
02 POS-HEIGHT pic s9(4) comp-5.
Bruce
What is the statement? Set prop-enabled of textbox to ws-false
(where ws-false pic 1 usage bit value B"0") you should also be able to use intellisense for the textbox property.
their web site is www.netcobol.com but I don't think they have a free version of the .Net cobol (current version .Net is 4 and regular cobol is version 10).
bardagol the company I work for moved from an older version of MF to Fujitsu and was (with a little modification) use the same code for loading files. We don't use the CBI to set file assignments (except for some report parameters). We use working storage with the external global settings.
01...
You need to 'Allocate the file ($1) if necessary, or specify the file correctly,
then re-execute.' this can be done different ways you can use assign to "filex" or a working storage ws-file-name and assign the value here or you can assign the file allocation thru the Cobol85.CBR file...
I started out using the webbrowser control, but there was an issue on the web site when trying to open a second window (edit driver, work order...) would always bring the user back to the login screen.
I have a windows application (VB net 2005) that uses the shdocvw.internetexplorer and a webbrowser. Then watches for a file to be created and then navigates to that url. This process works fine using IE6 but returns an HRESULT fail code of 0x80040201.
Thanks,
Bruce
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.