Search results

  1. L

    Progress is lost (WXP Pr91.C)

    Lost RUN dispatch IN ..... There is your problem ADM(1). PSC binned ADM(1) after the failed attempt in V8, released ADM2 for V9+ .
  2. L

    Create Database/Table/field with progress manual

    RE: Create Database/Table/field Noddy 4GL here, nobody has offered any syntax to help. Within your 4GL session. Execute a block / procedure that ... CREATE tableName. FIELD-LIST fieldName AS DataType ASSIGN fieldName = Value. It is better practice to use a TempTable here, though that is NOT...
  3. L

    Progress - 2 steps fwd; 3 steps back.

    I am NOT arrogant RE: I have never met a single programmer, systems analyst, DBA, or IT manager who is trying to catch-up with Progress technology and/or paradigms. That is soo heavy. Obviousley you will NOT meet a single programmer, systems analyst, DBA, or IT manager who is trying to...
  4. L

    Progress - 2 steps fwd; 3 steps back.

    Heavy I realize that you people love Progress. Have you ever done complex database processing on multiple sets with a quality database engine that is capable of eliminating unwanted records, aggregating wanted records and joining to other sets all in one routine that runs in seconds versus...
  5. L

    urgent

    4gl Progress is a 4GL as such is not possible using simple 4GL. You will have to either use OCX, or API. Eitherway you need a third party that you will be able to manipulate from Progress. OCX is likely to be your best bet, though you can also use API to control M$ products either Word, or...
  6. L

    ProgressBar

    Thx Thax once AGAIN ProgressTalkers, I have resolved the issue. My objective were to use OCX, though I knew it were simple using native 4GL (The 4GL rules!!). I wished to demonstrate the capabilities, how PSC (Nasdaq PRGS) can interact with other technologies.
  7. L

    Publish/subscribe

    Adm??? I created an SDO,viewer and placed the SDO on window, then viewer and smartpanel. Now all the links are established. RE: That is RATHER old ADM(1) mecanism. Smart Panel, is ADM(1), WHILST USING V9+, and ADM2, you should be aiming to use the SmartToolbar. The ADM(1) approach will...
  8. L

    Publish/subscribe

    Greetings, If all you are trying to do is simply execute a procedure why are you using the Pub/Sub mecanism?? The Pub/Sub mecanism enables more generic code to be used for a number of SO's. When there is a generic EVENT to be used. To execute a block of code, simply put that code in an...
  9. L

    Arrrrrrrrrrggggggggggghhhhhhhh

    Ha ha thud Just to clarify: Open Edge is just a new name for the Progress development environment, particularly associated with the move to V10, RE: Just to clarify - you are incorrect. Open Edge is NOT just rebranding, the product is now called Progress OpenEdge. This were from an...
  10. L

    ProgressBar

    Has anybody got an example that I could use. Of a working example using mscomctl.ocx / I am trying to get the ProgressBar to work?? TIA
  11. L

    Preprocessor

    Greetings, Still a problem - not solved. TIA
  12. L

    Using frame/box with os-command (GUI)

    Greetings, The point I am making is this .... You wish to OS-COMMAND a message, with a certain title, certain buttons and other specific cutom attributes. Why go to the hard work of configuring M$ Windows, when you can simply create a PSC dialog or similar with all the required attributes. Lot...
  13. L

    Using frame/box with os-command (GUI)

    Os???? Greetings, 1 question here. You know EXACTLY what you require, why are you trying to configure Windows? Just create your own Dialog box, which has EXACTLY the widgets you require in (displayed to your configuration). It is more reliable keeping with PSC, instead of making PSC...
  14. L

    Adm2

    OpenEdge 10 / Windows How do I configure my SDO (query) to use 2 tables? I have a Smart Data Viewer with my Order header details (reading from the order table in the db) / I have another Smart Data Viewer with my Order Line details (reading from the order line table in the db) I wish to have a...
  15. L

    MDI WIndowsinwindows

    Re: Originally Posted by lord_icon MDI is technically NOT possible using Progress / Progress OpenEdge, though you can easily create the illusion. There is nothing to stop you having a frame on a container src, which you can set the properties to point to something else. please explain, you...
  16. L

    MDI WIndowsinwindows

    Mdi MDI is technically NOT possible using Progress / Progress OpenEdge, though you can easily create the illusion. There is nothing to stop you having a frame on a container src, which you can set the properties to point to something else.
  17. L

    how to change the license numbers without reinstalling OpenEdge 10

    I will ASSUME (I know I should not) that the installations are on a Windows box. Indeed you can, you need to alter / frigg the registary settings. I do not know the registery key you require off the top of my head, though you can simply frigg the configuration data, that way!!!
  18. L

    Progress Application Development Standards

    Specelation Guidelines to Progress programming is specelative. There are different styles that all analysts have, anyway. Programming is not binary(yes/no) . Different people (analysts) have different interpretations. You need to define EXACTLY what you require in this guideline /...
  19. L

    Excel Spreadsheet OCX

    Greetings, Obviousley you are not skilled in Progress API (Application Programming Interface). There are courses!!! Basicly you need to make sure the environments are the same. Both ADE (Application Development Environment) and RunTime (client side). If you are using OCX and/or objects they...
  20. L

    Excel Spreadsheet OCX

    Ocx Greetings, Progress reported that the error were with the OCX, not being registered. This is the BIG giveaway to the problem. The problem is that in your ADE, the OCX were registered, however you have now identified that at runtime (in your client environment) there is a problem. You...
Back
Top