Search results

  1. S

    SSL Configuration for App Server Agents

    Hi RHD, Yes.. indeed it was my mistake. The default certificates expired last month. So, we have disabled SSL in app server agents for our test system. I have generated self signed certificates and was placing it in the certs and keys folder. I initially thought the problem was with it...
  2. S

    SSL Configuration for App Server Agents

    Dear All, Environment: Progress 10.1b, Windows Server 2008 R2. I face a problem in turning SSL on in 'App Server agent' using progress explorer. Two weeks back everything was working fine and to test something I turned off the SSL ("Enable SSL Check box which you get through the properties of...
  3. S

    Question How can I call the local installation of the default browser when application is ran under Citrix?

    Can you let us know, what was the problem with CITRIX ? This could help me in the future.
  4. S

    Question How can I call the local installation of the default browser when application is ran under Citrix?

    I have done this long back.. If I remeber, this should work. DEFINE INPUT PARAMETER Filenamn AS CHAR . DEFINE VARIABLE intOutput AS INT. RUN ShellExecuteA (0,"open",fileNamn,"","",1,OUTPUT intOutput). PROCEDURE ShellExecuteA EXTERNAL "shell32" : DEFINE INPUT PARAMETER hwnd AS LONG...
  5. S

    Question Develop ER Diagram for Progress 4GL

    I go with tamhas. You could also try pCASE for openedge and DB Designer. Just remembered that we used both long back.
  6. S

    Hyper Links

    Dear Cringer, Thanks for clarifying me in my doubt. I was down sick, so not able to post. Anyhow, Thank you so much. Regards, Santhosh Subramanian
  7. S

    Hyper Links

    Hai, Its for a GUI Screen. Ther is a fill in field, for which a value is assigned as www.google.com. On leave of this field, I have to disable this field (label:sensitive = false). The value (www.google.com) should appear as a hyperlink. Clicking on that should take to the website. I will be...
  8. S

    Hyper Links

    Any one who have done this..? Any idea ? please reply...!
  9. S

    Hyper Links

    Hi, I need to display a fill in field as hyperlink. On save the field should be displayed as a hyperlink. Is ther anyone who has worked previously on this..? Please help. I am using progress openedge 10.0B
  10. S

    Adm2/smart objects

    Thanks, the problem was due to custom codes, and its now working fine..!
  11. S

    Adm2/smart objects

    Hi, The problem may be small, bt i am explaining it here. Please help me. ---------------------------------------------------------------------------------------------------- I have a SDO, Smart Browser and a Smart Viewer. I need to validate the fields on Click of save icon in smart...
  12. S

    Erd

    Hai can anyone suggest a good tool for generating ERD's for progress database..? I have tried for Pcase bt it didnt generate references.. Please help me out as early as possible.
  13. S

    A real example of ADM2?

    Hi Chris, Can u suggest me any links or whitepapers for adm2.??
  14. S

    Making good Progress >>> ADM 2

    Hai. me too searching for a good adm2 book.. so if u have any pls tell me its urgent..
  15. S

    ADM2 smart objects

    Hai thanks for the link..! But there is no free book available there.. I have seen the content of the book already and it was good. Can u send me the book if u have.. I wil be very thankful to you..
  16. S

    ADM2 smart objects

    Hai, Does anyone have ebooks for adm2 other reference manuals from progress community..? Anyone please advise me where to start with in adm2 coz am new to adm2. I was not able to find any example codings as in beginners guide in adm2 reference manuals. So please suggest me a good book as...
  17. S

    Hello

    halo lily., how are u.? welcome to progress talk., regards, santhosh.s
  18. S

    doubt in index

    Hi., As said use the direct relationship. For example, if there are two tables named hmk and hmm. both of these shuld hav a common field (index) inorder to give it by OF. if hmknum is a field common to both these tables then u can give as FIND FIRST HMK OF HMM. Then it relates the common...
  19. S

    Access datas frm Browser

    Hi Osborne., Thanks for your reply. Wat u said is basic manipulation of data frm a query to a browser. Wat I want is just a reverse process. If anyone knows it, help me out. Thanks in Advance, Santhosh.S
  20. S

    Access datas frm Browser

    Hi, I need to access datas frm browser or a SDO. I know to go from the query which picks up data for the browser. Since I hav many filters and queries running for that SDO, its hard to find that. So can anyone help me out in doing this. Thanks in Advance, Santhosh.S
Top