Search results

  1. P

    Base or derived class?

    Bear with me while I explain this: I have a class a.cls b.cls inherits a.cls and has a method getMessage(). Now if I say def var dCls as class a. dCls = new b(). it works fine, which is good. now if say dCls:getMessage(). The compiler complains that getMessage was not found...
  2. P

    Stateless & StateFree

    Could somebody explain the differences between StateLess and StateFree appserver mode. I have gone through the documentation but some how it is still not clear to me. -Parul.
  3. P

    Web services and Security

    Hi All, We have two department one that does work in PHP and mySQL and the other one works in progress (oops OpenEdge 10.1B). We want to share data & logic between these departments. So the best way we thought was web services. Now, the issue is of security. I wanted to have your thoughts...
  4. P

    Learning OOABL

    I am trying to create UI with classes. Is there a equivalent of wait-for close of this-procedure in OO? I have tried wait-for close of this-object, but that is not allowed. wait-for window-close of current-window is somehow not working in my case. -Parul.
  5. P

    Good Info

    Found this link very usefull. its regarding AMS (the OERA and stuff). http://www.psdn.com/library/entry.jspa?externalID=2462&categoryID=230 If you have not already seen it.. its a good read. -Parul.
  6. P

    HTML mapping

    Hi, I am new to Webspeed. I have a HTML file mapped using the HTML mapping method. One of the fields was a normal input when I mapped it , now I want to change the field to a select. When I do that it gives me error The HTML datatype (selection-list) does not match the Web object...
  7. P

    Jdbc..

    Hi, I have read quite a lot of documents and presentations but none seem to help (java.lang.ClassNotFoundException, not able to find correct drivers). Has anybody tried to connect to progress DB from Java using JDBC in 10.1A? If somebody can provide a working example.... I am able to connect...
  8. P

    multiple indexes

    Pro Version 9.1d, OS win 2000 i have a table "A" indexes are IDX: # main uniq Cid Div LoanNumber BudgetID LineItemID IDX: MgmtApproval ambg MgmtApproval...
  9. P

    kill command for windows

    hi, I want to know the kill command for windows and how to use it. I have tried taskkill,kill,tskill but none of them seems to be working. I get message that, it is not recongnised as internal or external command. Regards, Parul.
  10. P

    proshut

    I am trying to evict the user by using the proshut command's -C option. code looks something like this. a = "proshut dbname -c disconnect userid". os-command value(a). it gives me error at the dos prompt user {my windows login name } cannot disconnect {name of user i am trying to...
  11. P

    prob with excel

    i am using the 9.1d version. during a report generation, some comments are generated which i copy to excel. now, if i use enter i.e chr(13) as delimiter each comments goes to diffrent row. i want that each comment should start with a new line in same row.Alt + Enter is used as hard carriage...
  12. P

    prob. with excel

    i am using the 9.1d version. during a report generation, some comments are generated which r then copied to excel. now, if we use enter i.e chr(13) as delimiter each comments goes to diffrent row. i want that each comment should start with a new line in same row. i am fairly new to progress...
Top