Search results

  1. M

    progress webclient 10.0B03 install in windows 8 having put -key-value error.

    hi all, when i install webclient 10.0b03 in windows 8. it not allowed me to continue install while at the "perform system task" and show the error , put -key-value (4454), may i know what wrong with it? Regards, MH
  2. M

    prodataset sorting problem. OE 10.0B05

    hi all, I have a problem on prodataset sorting when Fill() into the tttempTable. because the data return will base on tttemptable 's "index". therefore, not matter how i do the "By" (sorting) in pc_query. the result also will base on temp-table 's "index". DEFINE TEMP-TABLE tttempTable LIKE...
  3. M

    Prodataset return null dataset.datatable if no return found.

    hi all, May I know is there any way to get prodataset.datatable() 's structure if the Progress side query a new table? if the table contain have data. it will be able to return the table and columns 's structure. is there any way to get the table 's structure? Thank you. TanMH
  4. M

    Data Created using Prodataset didn't execute Create Trigger

    Dear All, I'm using ProgressOpenEdge 10.0B03. I have a problem on new row created in Prodataset. when I post back using Save-Row-changes(). New record 's Obj didn't create base on Create Trigger. but, if i'm using create tablename. field1 = "a". my create trigger will execute...
  5. M

    Proxy generator compilation error cs0116

    Hi all, I have a problem using Proxy Generator base .Net 2.0 SDK with .Net Framework v2.0.50727 to generate the DLL file. Is there anyone facing the same problem like me? It prompt me the error as below: Spec: OpenEdge10.0B03 Error as below: StrongTypesNS\custordlin.cs(1,1): error...
  6. M

    how to do sub query in 4GL statement.

    hi, 1) is 4GL code supported "sub query"? 2) if is supported. how if... if in SQL statement. the statement as shown as below: SELECT CustNum, (( SELECT Sum(TotalPaid) FROM pub.Invoice INV WHERE INV.CustNum = CustNum )) as Tutar FROM ( SELECT CustNum FROM Pub.Customer CUST ) how am i...
  7. M

    Port was not release after proadsv -stop

    hi, I have a problem on my new server. after I have proadsv -start. it was running fine. but, after i proadsv -stop and proadsv -start again, it prompted an error saying that, your port is in use. after I have checked, the particular port for proadsv initially was not in use, but after i...
  8. M

    How to migration from openedge 10.0B to 10.1B / 10.0B to 10.1A?

    How to migrate from openedge 10.0B to 10.1B / 10.0B to 10.1A? Hi, I facing 3 problems down here. 1) can 10.1B framework able to migrate 10.0B database to 10.1B? 2) if possible to migrate ICFDB 10.0B to 10.1B. all the object/application that we previously created one. can be use back? or...
  9. M

    i want to separate out gst_audit from icfdb

    hi~ can i do something like, separate out gst_audit table out from icfdb? like remove existing icfdb.gst_audit and create a new database icfdb_audit.gst_audit, thereafter, i connect both together. the audit will still proceed as normal? Thx :)... Regards, T@nMH
  10. M

    anyone know abt OpenEdge10.1B?

    Dear All, I having a problem when i trying to migrate my Object , my SDO , my viewer , browser ...etc... to OpenEdge10.1b, i found out that, the migration is totally different with last time migration, last time, we only need to run dynamic utilities and migrate. but now, i think structure...
  11. M

    Question about "AppServer://ServerName:5162/asbroker1"; Appserver URL

    Dear all, Can someone help me on the how to I get Appserver URL 's username, password and appserverinfo? in the progress procedure we can get it by using: cAppServerInfo = SESSION:NUMERIC-SEPARATOR + SESSION:NUMERIC-DECIMAL-POINT + SESSION:DATE-FORMAT +...
  12. M

    How to deploy Prodataset?

    Dear All, Can someone show me how to code the prodataset step by step? coding sample? (^.^)... Thank you. Regards, TanMH
  13. M

    Front End using .Net back End database using Progress database

    hi, If i want to use ASP.net as my front end, and my back end database how am i going to update directly using ASP.net? another question is, how do I going to do if front end is ASP.net and backup end still use back the 4GL procedure? Thx Regards, TanMH:blush:
  14. M

    how to separate gst_audit table to another new database

    we have a problem on gst_audit table keep on growing until the size of the datbase very big, and we want to keep our database safe from unestimated growing.... can anyone tell me how to separate our gst_audit table to a new blank database?:confused::confused:
  15. M

    how to configure openedge10b03 's clustering

    hi~, our company has recently upgraded from progress9.1D09 to openedge10B03. and I noticed that, openedge10b 's database configuration in Progress Explorer has a checkbox call "Start this database in cluster mode". I have checked on the Openedge documentation about the cluster mode, but the...
  16. M

    how to use existing dynamics browser point to local new defined temp-table???

    can i use existing/new dynamics browser to point to the procedure new defined temp-table? the temp-table is without sdo, if can, can i do the updatable dynamics browser to temp-table?
  17. M

    how to get fill in (not datafield ) value from javascript

    I tried to get the value from data field by using var testing = apph.action('wdo.datafieldname.get'); its works !!! but when i typed var testing = apph.action('wdo.fillinfieldname.get'); it didn't get any value from my fill in field 's value. how i going to solve this problem? :((...
Top