Forum Post: RE: Error rewriting a datagrid
Hi Werner: Thanks for your response. I've applied this instruction and the program no longer gives error when you change one of the selection parameters. I was using the "invoke custGrid :: Items ::...
View ArticleForum Post: C# to Visual Cobol Statement
Hi, i have this in c#: DataGrid grid = sender as DataGrid; DataGridRow selectedRow = grid.ItemContainerGenerator.ContainerFromItem(grid.SelectedItem) as DataGridRow;...
View ArticleComment on Micro Focus Announces COBOL Development in Visual Studio 2015
"WHO IS NEAR" IN UAROUND The category of "who is near" in the mobile app UAround for iOS\Android, will help you find users UAround for chatting and Dating. Shaking your phone or tablet mobile app...
View ArticleForum Post: RE: C# to Visual Cobol Statement
So far so godd :-) Now i Need the Text of selected Item... Have you any Idea? Best Regards Bernd
View ArticleForum Post: Level 78 Hex Value Usage
The following code generated the CRLF and FFLF correctly as 2 bytes. However the TAB also generated 2 bytes with the first byte being set to null ... Question is how do I generate a single byte using...
View ArticleForum Post: Setting cobol tabs
Is there a way to set specific tabs is Visual Cobol? Such as at 7, 8, 12, and 72. Under Tools/Options/Text editor/Micro focus cobol, the tabs button does not seem to give choices like that.
View ArticleForum Post: RE: Setting cobol tabs
This is what COBOL Smart Edit mode does for you. You can turn this on by toggling the Smart Edit icon on the toolbar but instead of using the tab key you use the Home and End keys to move between stop...
View ArticleForum Post: RE: Setting cobol tabs
Just tried this. Works okay for the Home key, which stopped at col 7, 8, and 12, but the End key just brings me to the end of a text line, not to column 72,
View ArticleForum Post: RE: Setting cobol tabs
The End key will take you first to the end of the text line and then if you press again to column 72.
View ArticleForum Post: RE: Level 78 Hex Value Usage
When I try this here the TAB is generated as one byte and if I move it to a PIC X field it will move the single tab character. Can you give me an example where this is being treated as 2 bytes?
View ArticleForum Post: RE: Setting cobol tabs
Hi Chris, Well, I tried that, but the End key won't budge past the end of the text line. Maybe there is a setting somewhere I need to change.
View ArticleForum Post: RE: Setting cobol tabs
There are some settings that you can try that affects this behavior. Look under Tool-- Options-- Text Editor-- Micro Focus COBOL-- Margins and ensure that the Home Key and End key navigation option is...
View ArticleForum Post: RE: Setting cobol tabs
Never mind, think I got it to go to 72 but changing something in the options/edit/microfocus/margins. Thanks, Chris!
View ArticleForum Post: RE: Level 78 Hex Value Usage
Chris, Please see below: SELECT MPS-QBEXPORT ASSIGN TO DISK, "C:/MPSDATA/MPS-QB-EXPORT.TXT" ORGANIZATION IS LINE SEQUENTIAL FILE STATUS IS FSTAT. . . . FD MPS-QBEXPORT LABEL RECORDS ARE...
View ArticleForum Post: RE: Level 78 Hex Value Usage
in Cobol workbench 3.x and netexpress 4.x or 5.x this has been solved with Switches as: set cobsw=-F-N (i mean that -N solve it), please test it and give a small response
View ArticleForum Post: RE: Level 78 Hex Value Usage
List of General Run-time Switches The following general run-time switches are available: 0, 1, 2, ... 8 Programmable switches A1 Display trailing spaces B, B1 Skip locked record C4 Sets screen into...
View ArticleForum Post: RE: Level 78 Hex Value Usage
I don't mean to sound old but I guess I really am... Could you please tell me how to set the environment variable in VS when the executable is built. The days of executing line item arguments are long...
View ArticleForum Post: RE: Level 78 Hex Value Usage
It is the file handler during the write that is inserting the null character before each tab and this is default behavior for line sequential files. In fact it will insert a null character before any...
View ArticleComment on Micro Focus Announces COBOL Development in Visual Studio 2015
GROUPS IN UAROUND The category of "Groups" in the UAround the mobile app for iOS\Android, gives you the ability to create and administer its thematic group. The group is made on the principle of...
View Article