Hi,
Is there any process of reversing the key functionalities. I want my Enter key to work as Tab key and tab key as Enter Key.
In key Defination file, I have defined my file as.
TAB =12006
Enter=2
Like For all keys we have XYZZZ values where x is 0/1 for inactive/active Y is...
glenn999,
I tried to call the following in the above program after procedure division:
CALL "WINHANDLE" WITH STDCALL LINKAGE USING BY VALUE
PGM-STAT RETURNING PGM-STAT ON OVERFLOW DISPLAY 'ERROR CALL'
END-CALL.
But i am facing error on overflow condition diplaying 'error call'...
Tom,
I am unable to find sort status example program. Though only sort file select statement is given.
Manual also says that sort-status is the keyword which is different from microfoucus/IBMCOBOL2 compilers.So i need the exact syntax for sort status declaration.
thanks
Hello,
I am compiling a program in NETcobol for windows v9 and getting sev error message "An invalid word sort-status was found " for sort file selection.
SELECT SORT-FILE ASSIGN TO SORTFIL
SORT-STATUS IS SORT-STAT.
Compiler has sort-status as the reserved word set. Otherwise in...
Thanks Glenn For your quick response.
After getting this window handle routine how do i call this routine in my program.Could you please get down the changes to this sample of My program as follows:
IDENTIFICATION DIVISION.
PROGRAM-ID. DATE-CHECK-PROGRAM.
AUTHOR.AMIT.
* The Date program...
I am developing a code on NETCobol and have following issues.
1.When i ran the program it didnt throw a big screen, so i set the environment variable during run time as @scrnsize(160,80). I got the full screen but i am seeing that the character based screen is just concentrated at one-quarter...
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.