Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. soniabharat

    Write code does not work but Rewrite code works

    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...
  2. soniabharat

    Changes made are not accepted by COBOL-WOW

    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...
  3. soniabharat

    Hi, The following code just disp

    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...
  4. soniabharat

    Hi, The following code just disp

    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...
  5. soniabharat

    Hi, The following code just disp

    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...
  6. soniabharat

    Hi, The following code just disp

    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...
  7. soniabharat

    Hi, The following code just disp

    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...
  8. soniabharat

    Hi, The following code just disp

    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...
  9. soniabharat

    Hi, The following code just disp

    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...
  10. soniabharat

    Accept Button doesnot work

    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...
  11. soniabharat

    Doesnot save changes

    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...
  12. soniabharat

    Doesnot save changes

    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
  13. soniabharat

    Doesnot save changes

    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...
  14. soniabharat

    Accept Button doesnot work

    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.&quot...
  15. soniabharat

    Doesnot save changes

    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...
  16. soniabharat

    Doesnot save changes

    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...
  17. soniabharat

    Doesnot save changes

    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...
  18. soniabharat

    urgent Does not take the new changes

    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...

Part and Inventory Search

Back
Top