Search results

  1. A

    Question State-Reset vs State-Aware example

    Hi, I am aware about the theoretical difference between State-Reset and State-Aware operating mode of Appserver but not able to figured out any example how State-Reset reset its context once disconnected from client and State-Aware maintain context even disconnected from client for future...
  2. A

    Question Appserver Partitioning

    Hi All, I want to know what is appserver partitioning and the advantages of it. Could anyone help me on this. Thanks Ankit
  3. A

    Font Setting

    Hi All, I want to fetch the updated font information without putting this information permanently into related font .ini file. I am using the given code to allow user to update font setting:- DEFINE VARIABLE iFont AS INTEGER NO-UNDO INITIAL 3. DEFINE VARIABLE cChangeFont...
  4. A

    Appservice Environment variable

    Hi All, I want to fetch the appservice name for some purpose. I am not sure but think there may be some environment variable setting which can give the appservice name. If an environment variable exist for this, then i can use OS-GETENV("var_name") to fetch its value. Please let me know if any...
  5. A

    Progress Installation Directory

    Hi All, Is there any way to fetch the progress installation directory (Directory where Progress is installed)? Regards Ankit
  6. A

    Child Window Handle in Dynamics

    Hi All, I am using Progress Dynamics 9.1E. I want to fetch child window handle in the parent window. I have a parent window with toolbar (Toolbar made up From the Appbuilder option "Toolbar And Menu Designer") buttons from where user can access the child window. Now i want to fetch handle of...
  7. A

    Search a file with name

    Hi All, I have a file (file name is available) and i want to fetch the location (Path of the file) of this file using progress 4GL code. Can anyone help me? Please reply urgently. Thanks.
  8. A

    Open Lotus Notes Calendar view

    Hi All, I am looking to read a lotus notes calendar entry through the com-handles. I have done this by picking up the calendar view handle and other methods of lotus notes. I am picking up the calendar view handle in the following manner:- ASSIGN chCalenderView =...
  9. A

    Document not being displayed correctly through webspeed

    Hi All, I am trying to view a document through WebSpeed. And I've managed to "open" the document but I get a lot of special character all over my document - looks as if the control characters are not being displayed correctly. Please answer urgently.
  10. A

    Doubt in Index Working

    Hello, Please tell me how progress uses the index and how index help to retrieve data from database? As per my concern progress handles an index file seperatly with index field entries and an additionl field i.e "RowId" of the row. Please clerify with this example:- find first customer...
Top