Search results

  1. S

    How to use DLL-Events???

    In the documentation "Progress External Program Interfaces" I read, that edoc:ENABLE-EVENTS("port"). PROCEDURE port.OnEndDocPort: message "Event OnEndDocPort". END. should work. Thanks. I will take a look at it.
  2. S

    How to use DLL-Events???

    Hi, we have the PDF-Printer "eDocPrintPro" in use. We can activate and access the ole-Object with the following code in Progress (9.1d): DEF VAR edoc AS COM-HANDLE NO-UNDO. DEF VAR actionpage AS COM-HANDLE NO-UNDO. DEF VAR destinationpage AS COM-HANDLE NO-UNDO...
  3. S

    Lisview with decimal?

    Hi, I am working with Progress 9.1D and have a ListView in a SmartWindow. In this ListView I want to display a decimal-variable with the format (for example: 1.499,99). Here the code where I put the variable in the ListView: ASSIGN nkey_# = "max. Ankauf," +...
  4. S

    Auto-Select all row`s in a browse

    Thanks a lot.
  5. S

    Auto-Select all row`s in a browse

    But Browse-Name:Select-All(). seems to work.
  6. S

    Auto-Select all row`s in a browse

    Sry. I work with GUI. I don`t want to select more than one row to the record buffer. As you say I want to highlight them all. But when you say, that this means "highlight", I ask myself why there is the Browse-attribute "Multiple-Selection"!!!??? :-P In your opinion this attribute have to label...
  7. S

    Auto-Select all row`s in a browse

    Hi, I want to Auto-Select all row`s in a Freeform-Browse when I click on an Button. I use 9.1D. Thanks. Storzi
  8. S

    Report Builder - Error

    OK. I have to put the "rbstart.pf" - File into the Progress-Client-Install-Directory. :-)
  9. S

    Report Builder - Error

    Hi, I am working with Progress 9.1b and call reports with _printrb.p. Now I get the error (I will try to translate from german to english): DB Request Error more than 4096 strings in one expression use --Parameter -inp (135) ** after 'and table-name' incomprehensibly . (247)" Maybe their are...
Back
Top