Hi,
My project is to maintain address record of clients.On screen I enter 8 digi no. and it displays all matching records.
It displays address no. and address-instruction of the record.Address no. is system generated,whenever new record is added.
Now when I enter client no. on screen,New...
Hi,
I use DOS editor to write files.I make changes in my file and save it.When I go to WOW-Designer it shows me coding having some changes accepted and some not.
I make changes like I change
ENTER-ADDR1 to ENTER-ATT-ADDR1
and then I change
some Paragraph name to
MTATTDET-ENTER-ADDR1-CHANGE
I...
Hi,
Thx for your reply.When fields for new attorney are written.They are saved but when changes are made then is there need of moving the fields.
I entered this code in 1400-Rewrite stmt but again no change is saved.
MOVE RECORD-PASS-AREA TO ATTORNEY-RECORD
Is there some error in coding of...
you were right Stephen in saying that 'You cannot read a record until the file is opened. You cannot write or re-write a cord unless the file is open. You must open your files before you attempt any other I/O'. That is what I thought and cut and pasted the following statements after the...
Hi Nina
You were write, I made the changes but still the problem is exactly the same. It does show me 'Attorney Update'message in the status bar because of the following code:
IF CHANGE-ATTORNEY
IF ATT-OK
MOVE 'A' TO ACTION-FLAG
CALL WOWSETPROP USING...
Here is the code for ATTIO file
ID DIVISION.
PROGRAM-ID. ATTIO.
AUTHOR. LCS.
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT OPTIONAL ATTORNEY-FILE
ASSIGN TWO DISK 'ATTFILE'
ORGANIZATION IS INDEXED
ACCESS MODE IS DYNAMIC
RECORD KEY IS ATT-ATTORNEY-KEY
ALTERNATE...
It happens like when I run the project it opens the "Attorney Maintenance" form. I always have to enter Attorney ID of 123456789 then it displays me attorneys within that attorney id in the List box. If I enter some other Attorney Id say 123455555 etc, it gives me error. The screen...
In the submodule called 'ATTIO' It is
1400-REWRITE.
REWRITE ATTORNEY-RECORD
INVALID KEY MOVE 'I' TO WORK-BYTE.
OTHER THING IS THAT I HAVE OPENED THE FILES AFTER THIS STATEMENT SAY
1600-OPENIN.
OPEN INPUT ATTORNEY-FILE.
1700-OPENOUT.
OPEN OUTPUT...
Hi,
The following code just displays the message Attorney updated'
CALL WOWSETPROP USING WIN-RETURN DETAIL-STATUS-H
'CURSECTION' 0
'SECTIONSTATUS' 'Attorney Updated'
This code is executing fine. In real, nothing is being saved
The code that...
Hi,
Thx Neena,I made the changes u told. The program now adds the new records. After narrowing the search, I found that the following code just displays the message Attorney updated'
CALL WOWSETPROP USING WIN-RETURN DETAIL-STATUS-H
'CURSECTION' 0...
Hi,
Thx Neena,I made the changes u told. The program now adds the new records. After narrowing the search, I found that the following code just displays the message Attorney updated'
CALL WOWSETPROP USING WIN-RETURN DETAIL-STATUS-H
'CURSECTION' 0...
Hi,
I am doing programming in Visual Language for first time.So,a little bit confused.I have to complete my project today if you can help I can send you mail and my project as attachment.If,you feel comfortable send me your mail-id.I am running short of tome.
Thx
Sonia
Hi,
Can you tell me exactly what to write and where in the code I sent you.
Thx
I am trying to fix the following problems in project.If you can help.
Problems that needs to be fixed:
1.New id is not accepted.
2.If I enter Attorney id say 123456789 and then click New Attorney
It opens...
Hi,
There are certain problems I am getting in my project.
I want to update Attorney Record and when I click Apply button,it is not accepting the changes. It should update the record but it gives me the message that "An Error occured while updqting this attorney. Please Try again."...
Hi,
Thx for replying soon.I need to complete my project urgent.So,you are a great help.
My project is adding New Attorney to it.
What code should I write to pass condition to 88 switch.
If you can help me immediately I can send you my project.Give me ur mail-id ,Please.
your help is greatly...
Hi,
Thx for replying.Ya!that was helpful.There are certain problems I am getting in my project.
I want to update Attorney Record and when I click Apply button,it is not accepting the changes. It should update the record but it gives me the message that "An Error occured while updqting...
Hi
1. I am working in Windows based COBOL(LIANT) I am using the DOS editor. When I make a file in Dos Editor and then after that I go to WOW designer to compile, Sometimes it compiles the changes correctly and sometimes after compilation it revert the changes made recently and shows me the...
Hi
1. I am working in Windows based COBOL(LIANT) I am using the DOS editor. When I make a file in Dos Editor and then after that I go to WOW designer to compile, Sometimes it compiles the changes correctly and sometimes after compilation it revert the changes made recently and shows me the...
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.