Search results

  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

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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.
  8. P

    how to change cursor color?

    Thanks
  9. 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"...
  10. 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...
  11. P

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

    Hi, Is there any procedure we can use to dump and load database sequence value without using Data Administration Menu? Thanks.
  12. P

    how control focus of a message button

    Hi, If I have a statement like this: Message "Do you want to close this window" view-as alert-box buttons yes-no. if I want to put cursor focus on "no" or "yes"( I do not want the default focus), how do i do it. Thanks
  13. P

    v9.0 to v9.1b

    If I open a source file (generated by V9.0) in v9.1b and save it. Then compile it in Webspeed 3.1 workshop. Error: Unable to understand after "DEFINED" When I opened the source file in a text editor, I found that For each procedure it will automatically insert two lines wrapping the...
  14. P

    How to access "-H, -S, -N"

    Hi, There is a way to access startup parameters: -H -S -N from program. Thanks.
Top