Recent content by Densi Prabath

  1. Densi Prabath

    Error Attempt To Deference A State Widget Handle

    when running my process appear a error massage "Attempt to deference a state widget handle". and also all rallback. how i skip this error. progress 9.1D/C source file and error msge have attached.
  2. Densi Prabath

    Lock Table Overflow, Increase -l On Server (915)

    I'm going to create a summery table for create a web view. So when my process running "Lock table overflow, increase -L on server (915)" aspired. in process, there are querying many tables. When get the error msg ,i edit my program and release all the table.now that error coming after long...
  3. Densi Prabath

    Question How To Avoid Screen Freezing

    OS : windows server 2003 Version : 9.1
  4. Densi Prabath

    Question How To Avoid Screen Freezing

    OS : windows server 2003
  5. Densi Prabath

    Question How To Avoid Screen Freezing

    when doing day end process in my system screen getting freezing. I have attached a screen print also. How can i avoid this issue.
  6. Densi Prabath

    Question How To Handle "no More Resources."

    That issue i have handle in system side.But when we login to the db by appbuilder that error occur ,that i want to handle.
  7. Densi Prabath

    Question How To Handle "no More Resources."

    yes.but there are users more than 50. When all users trying to login to system limit exceeding
  8. Densi Prabath

    Question Program Optimizing

    progress 9.1 windows server 2003
  9. Densi Prabath

    Question Program Optimizing

    when we coding , how to make a high performance program? 1)Find first . if not avail. 2) if not can-find(first) in this code statement which one is the fastest statement? and also i want to know about "what are the best ways to optimize my program" & "what are the codes what make program...
  10. Densi Prabath

    Question How To Handle "no More Resources."

    In my system, there are 50 db licence.But same times users limit is exceed.At that time appearing a error message "The server or the system has no more resources. Try a larger -n. (748)". I want to handle this error and give a proper massage to system users. Because this massage cant...
  11. Densi Prabath

    Error Not Commited To Db

    there are lot of transactions. i have done a optimization in that program.So i have no way to reduce process time. i looking for a any suggestion. Thank you for help.
  12. Densi Prabath

    Error Not Commited To Db

    there are 4036 line of code and also lot of external procedures. i have attached some code. there is massage "Invalid <Transaction No> ".that massage came during the process. thank you. DEFINE SHARED VARIABLE mSysDate AS DATE. DEFINE SHARED VARIABLE loginname AS CHARACTER. DEFINE...
  13. Densi Prabath

    Error Not Commited To Db

    in my program there is process, it running ruffly 3 hours. In the middle of this process. I have give warning message to user when error data trying to update to db and avoid it. one day it proceed and process executed nicely,my waning message also occurred. At last there is message...
Top