Recent content by plant

  1. P

    SmartDataObject and buffer

    Hi, I got a problem. I want a build a SDO with a query for a database table and a buffer for that database table. The buffer has a new name. When I tried to add fields from the buffer, the buffer does not show up in the fields to add list. Only the fields from DB table show up. Is there...
  2. P

    Workflow Management System

    There is a WorkFlow Management System using by Sterling Medical Services in New Jersey. It is developed in v9
  3. P

    DB cannot started from Progress Explorer Tool

    Progress 9.1C AppServer Windows 2000 we have an application with four dbs, two of them on client and all four dbs on server. We installed the same application on two PC. One pc works fine, but the other does not work: we cannot start DB from Progress Explorer Tool. the DB log file show...
  4. P

    cursor problem

    Thanks, Crittar, It works. Just as you said, adding "return no-apply". Thanks a lot
  5. P

    cursor problem

    Thanks for your response. This is the scenario: This is one file. This file is created using app-builder There are three frame:frame_p, frame_a and frame_b. Frame_a and frame_b are child frames of frame_p. frame-a is defined in a include file (.i) There two fill-in fields in frame_a...
  6. P

    cursor problem

    Hi, I got a problem. There are two fill-in fields in a frame frame_a: fill_a, and fill_b. even if the statement "apply 'entry' to fill_b in frame frame_a." is executed, the cursor is still on fill_a? There is no expplicit statement to apply "entry: to fill_a. Anybody has any idea...
  7. P

    what's the difference between two function FIRST and FIRST-OF

    what's the difference between two function FIRST and FIRST-OF when used with BREAK BY phrase? Thanks
  8. P

    Smartobject <file name> with version cannot be run by ADM2.2 support code

    Hi, I wrote a table maintenance on my local PC, using a customized template. It works fine on my local PC. Then I moved and compiled the same code on a remote machine. When I ran the program on the remote machine, I got the message: "Smartobject <file name> with version cannot be run by ADM2.2...
  9. P

    why my program runs on one machine, but it does not on a remote machine

    Hi, This is my situation: 1) On my local PC: I have AppServer running. Smart Object A(file_A) calls Smart Object B (file_B) by running constructObject RUN constructObject ( INPUT file_B, INPUT frame frame_a:handle, INPUT '':U, OUTPUT vhViewPrg...
  10. P

    how can make javascript alert() display japanese, chinese ..

    no matter what I type, the alert box always display "?????????"... Does anybody know how to fix this problem. Thanks.
  11. P

    how to change cursor color?

    Thanks
  12. P

    why Appbuilder adds illegal statements to my file

    Thanks If I remove lines using a text editor: "&IF DEFINED(EXCLUDE-calculate_price) = 0 &THEN" "&ENDIF", The progam is compiled perfectly. I guess that the compiler does not accept "EXCLUDE-calculate_price" . Regards,
  13. P

    why Appbuilder adds illegal statements to my file

    Hi, Why Appbuilder(v9.1b) adds something which Progress compilor does not recognize If I create a internal procedure called "calculate_price", using Appbuilder(v9.1b) After I save the file, and try to compile the file, it generates error ** Unable to understand after -- "DEFINED"...
  14. P

    cannot install webspeed on win 2000

    We are trying to install Webspeed on one machine with MS Window 2000. After we installed Webspeed and login to Progress Explorer Tool, we cannot find the folder "Webspeed". As a result, we cannot create Webspeed service or broker. Does any onew know why the folder "Webspeed" does not show up...
  15. P

    how to dump and load sequence value without access to Data Administration Menu

    Sorry, _dmpseqs.p is not working for me. _dmpseqs generates a source code and then run the source code to get the current values of sequence (using CURRENT-VALUE()). This is not a solution to my problem. Our client has a run-time version Progress license, it cannot compile and run...
Top