Search results

  1. R

    Pause Statement in Net

    .Net version of QAD mfg/pro eb21sp7
  2. R

    Pause Statement in Net

    Hi, As pause statment doesn't work in .Net. Is there any progress statement for such a replacement in .Net? The Details are as: Progress: 9.1E QAD mfg/pro: eb21sp7 Thanks.
  3. R

    Execution Time Of a Batch Program

    Progress: 9.1E Qad Mfg/pro : eb21sp7 Environment: Character There are two batch programs prg1 & prg2. I need to execute prg2 just after the execution of prg1 gets done. Could anyone help me how to achieve this? Regards, Rash
  4. R

    Transaction Scoping

    Hello, If ICT triggers is called on the entry of the 1st frame or 1st field of the frame in 2.1.1 (Customer Maintenance). The transaction gets committed only when you leave the field (leave means "Enter" or "F1"). The transaction should get committed even if you press "f4" from the field...
  5. R

    Transaction Scoping

    Hello, If ICT triggers is called on the entry of the 1st frame or 1st field of the frame in 2.1.1 (Customer Maintenance). The transaction gets committed only when you leave the field (leave means "Enter" or "F1"). The transaction should get committed even if you press "f4" from the field...
  6. R

    Question How to recognize key f4 in ICT trigger program?

    Hi, Can we write a ICT trigger program on press f4 in the last frame of Customer Maintenance (2.1.1)? How does it recognize f4? Press f1 - leave trigger on a field Enter - leave trigger on a field but which trigger will be executed when press f4? Detail: Environment: Character Progess...
  7. R

    Answered Email Attachment

    How to send an email attachment through progress 4gl in windows? Thank.
  8. R

    Application is getting crashed

    A user gets logged in with his credentials for doing sales(mainloginscreen.w). Now suppose user want to select any product from product lookup(prodlkp.w), & he has gone for tea, then screen should be locked(lockedscreen.w) after few inactive moments. Then if some other user tries to unlock the...
  9. R

    Application is getting crashed

    Progress 9.1E Windows XP Application is getting crashed. I have to close the current active window & have to set login screen. DEFINE VARIABLE hCurrWindow AS HANDLE NO-UNDO. IF VALID-HANDLE(hCurrWindow) THEN RUN CloseWindow IN hCurrWindow. CloseWindow is defined in the...
  10. R

    Re-direct into the login screen

    Can anyone help me to solve the below stuff? If user doesn't do any activity in the application till some certain time of period then it should automatically be re-directed into the login screen. I am using: (1) Progress 9.1E (b) Windows XP
  11. R

    How to Convert Integer to Character?

    OS: Windows XP Version: Progress 9.1E How to put blank value(" ") into an Integer Field?
  12. R

    Piew - Free Progress Code Editor

    Hi, Now I can check the syntax & run the program. But how to connect database? e.q. What should I do to connect sports database in this editor?
  13. R

    Piew - Free Progress Code Editor

    Hello, I have set the propaths as given below: Help File: C:\Program Files\Progress\prohelp\lgrfeng.hlp Syntax Checking: C:\Program Files\Progress\bin\prowin32.exe -ini "C:\Program Files\Progress\installd.ini" -pf "C:\Program Files\Progress\startup.pf" -p "%1\syntax.p" -param "%1,%2"...
  14. R

    OCX Control

    Hi, Can anyone tell me that what the following piece of code does? ctrl:INET:Config("UseWinInet=1"). ctrl:INET:Config("HTTPVersion=1.1"). ctrl:INET:Config("UserAgent="Marine"). ctrl:INET:Config("SSLSecurityFlags=" + ""). ctrl:INET:ContentType = "application/octet-stream".
  15. R

    Replace r code files

    Hi, I have to replace all the r code files with relevant source code. Is there any way to replace it in one shot?
  16. R

    &global-define

    What does it mean of &GLOBAL-DEFINE version {version.bcp}?
  17. R

    .wrx files

    Hi, How to read .wrx files?
  18. R

    Lock Table

    What does it mean by lock table & What progress does in case of overflow of lock table? or can we overcome from this situation?
  19. R

    Index

    If no index being defined then which index progress does use for reading/fetching the records?
  20. R

    Buffers

    Can anyone give me the scenario when we do use buffers?
Top