Recent content by alvin

  1. A

    Problem of webspeeding on Tomcat

    Hosting webspeed messager on Tomcat, when I submit a xml request, webspeed error accurs "invalid xml, system memory error". It seems that chunking on Tomcat causes it. When I host the same webspeed message on Apache, all things work fine. :confused:
  2. A

    Regarding logical DB Name

    In MFG\Pro, an alias "qaddb" has been added to the first connected database at the very beginning.
  3. A

    XML Attribute question

    An XML attribute is defined as xsd:integer. How could I write it? E.g. I need to write this node <x-option id=23/> If using x-noderef:set-attribute("id","23"), the output will be: <x-option id="23"/>, surrounding by quotes which means xsd:string Thx!:confused:
  4. A

    How to get Progress version at...

    I need to get Progress version at compile time. In other word, is there some build-in preprocessor to get version info?:confused: Thanks very much
  5. A

    Excel with column and row controls?

    As plain text file, CSV file can not meet these requirements. Could you try to control them manually? Such as only to export those collumns allowed modification? Or you could search for toolkits for Excel files to Progress in Sourceforge.net.
  6. A

    Excel with column and row controls?

    You can export db into CSV file, which is easy to modify and import. But the codepage of these files should be considered, because that the codepage of CSV files will changed after Excel editing.
  7. A

    How could I search for Progress standard procedure?

    Progress provides many standard procedures for data administration. Such as we can run prodict/load_df.p to load data definition file directly in our code, other than using Data Dictionary's menu. But how can I find these standard procedures? I have search the tech docs but failed. PS. Is...
Top