Recent content by Dhubbuck

  1. D

    Webspeed integration with .Net WPF classes

    Hi We are trying to get a Silverlight frontend going using WCF services connected to a proxy generated dll. This connects to an appserver and returns data out of an openedge 10.1B database. We are only prototyping at the moment but data including blobs can be returned to the silverlight...
  2. D

    Strange behaviour with super procs

    Hi everybody Problem with 9.1D09 and super procedures I have a caller window that runs a super procedre library persistent RUN LibSuper.p PERSISTENT SET hLibSessionSuper. ASSIGN hLibSessionSuper:PRIVATE-DATA = "LibSuper.p":U. SESSION:ADD-SUPER-PROCEDURE(hLibSessionSuper). It also runs a...
  3. D

    Benchmarking a new server with Readprobe.

    Thanks for the reply Tom. I thought it was proberly due to the fact that it was the Workgroup Database. The Live server results were Number of CPUs: 1 Clock Speed: 2660 -Spin: 1 System Data: 1xXeon 2.66ghz 1Gb RAM Workgroup...
  4. D

    Benchmarking a new server with Readprobe.

    Hi Just wondering if any body can help. We are in the process of installing a new server for a customer and came across the readprobe utility. We thought it would be a good idea to see what the difference in performance would be so ran readprobe on the new server and the results seem to...
  5. D

    Losing Window focus while calling external EXE

    Hi Currently have a 9.1D app that calls an external .NET exe to show a report. We call the external exe using the CreateProcessA API call which works fine. The problem is on returning back to the progress app the window with the button-widget that called the external EXE is not always the...
  6. D

    Open Query with BY option slowdown

    Sorry my mistake only the fcharge_idx is the Primary. charge_idx Primary Unique Charge_no Ascending Chrg_stg_no Ascending Idx2 Unique charge_no Descending chrg_stg_no Ascending
  7. D

    Open Query with BY option slowdown

    Hello As any body come across this problem or is it the fact that I need to use USE-INDEX Here's a test proc DEF QUERY q FOR charges ,treat_stage ,operative ,furnaces . DEF VAR a AS INT. a = ETIME(YES). OPEN QUERY q FOR EACH charges WHERE charges.charge_no > 0 NO-LOCK /*...
  8. D

    ADM2 How flexible is it?

    We a currently evaluating ADM2 9.1D and have converted a simple area of our CHUI. I have an issue where it would be nice to refill the data in a browse based on a temp table with different data depending on a choice by the user. I would like the user to make this choice with a combo box maybe...
  9. D

    SDO based on temp-table. When do we create temp-table?

    Currently investigating the use of ADM2 with Progress91.D05 and we are wanting to convert our old V6 app. The tables in the V6 app contain some array fields and instead of changing the database we are thinking of creating temp tables to present this old array data to the user. If we use ADM2...
  10. D

    Progress SQL92 Driver causes 'No Data"

    I've had the same problem with 9.1D using vb.net and the ODBC driver to connect to progress. I've contacted technical support and it seems to be a bug with the ODBC driver and .NET. Does the data that you are trying to recieve contain any null or blank data. Try different tables names and...
  11. D

    9.1D data to Crystal reports formulas

    Hi We are trying to produce some reports with crystal reports 8 that are based on some old v6 4gl progress reports. We have a few calculated fields that require procedures to be called to interegate the database. EG Find this record If this value = "A" then Do: /* calculate values...
Top