Recent content by ravi_gupta2u

  1. R

    Buffer Error

    Can someone please reply on this query ?
  2. R

    Buffer Error

    Hi Team, I am writing a program to insert/update/delete records in db table. In this, I have defined 2-3 buffers for a table. 1) It is working fine in case of insert new records 2) It is working fine in case of update records 3) Working on to delete records in report mode 4) but giving below...
  3. R

    Question Regarding Pre-processor

    I tried to display using "message", there is no value. So I think this can be removed. Please suggest.
  4. R

    Question Regarding Pre-processor

    Thank for the reply. Can i remove this line from the code ?
  5. R

    Question Regarding Pre-processor

    Hi All, I found below code snippet in one of the program. I do not understand the purpose of using "{&GLTRMTA-P-TAG4}". Even this per-porcessor is not defined anywhere. Could you some tell me the purpose of usng this ? Thank You. CREATE glt_det. glt_det.glt_domain = global_domain...
  6. R

    Trigger

    Thank you very much for replying. I am working on environment : 1) QAD mfg/pro eB2.1 version 2) Progress 10.1 So, there i can see one WRITE trigger for pt_mstr table. will this be ok if I modify this trigger? Or Can i go for different solution as below ? I can find program through which this...
  7. R

    Capturing The Part Maint Details

    Hello Mfg/pro Users: Version QAD eB2.1 I need to capture below data whenever someone is chaning part master data using item maintenance of usnig some other program. 1) user id who changed part details using 1.4.3 2) program name if part master data is updated through any other program 3) old...
  8. R

    Trigger

    Should i go for database trigger or session trigger for this ? Please advice me.
  9. R

    Trigger

    There is an item maintenance screen where user can update item status. Need to create a report where below details need to be added: 1) If some user is changing the item status through screen then his user id, old status,new status and date of modification 2) If changes is made thorugh any...
  10. R

    Critical issue: Persistent procedure.

    Flow of the attached procedure - - plan.p was already runing persistently - ttmvplan.p was created newly and running persistently - This is an webspeed application. As some unknown point of time when we try to run xyz.w screen then i get below error(mismatched param) In the server error...
  11. R

    Critical issue: Persistent procedure.

    Kind provide me the solution for this. Its urgent. If you want some more info, i can provide. TA
  12. R

    Critical issue: Persistent procedure.

    Sorry for trouble. For better i am attaching the code files. Kindly advise. Thanks a lot.
  13. R

    Critical issue: Persistent procedure.

    I am not able to get how can i get rid of this error? - When i am running below statement, then in case of ver 9, procedures are being add in super procedure stack. And it should pick the right procedure which is written in plan.p but this is picking the procudre written in ttmvplan.p...
  14. R

    Critical issue: Persistent procedure.

    Though i have already tried this. But why is it trying to call procedure(plan-getPlansForProduct ) which is defined in csm/TTmvplan.p while i am trying to call the procedure which is in plan.p.
  15. R

    Procedure with same name.

    Thanking you for the quick reply. Does this mean, I need to avoid having same internal procedure name? This may be reason of the error i am facing which i have explained in my previous thread "Critical issue: Persistent procedure". Kindly advise. Thanks in advance
Top