Search results

  1. L

    Copy Excel Worksheet

    I am having a problem interfaced with Excel. I'm trying to open a workbook, copy the first worksheet of the workbook and paste that worksheet into a new empty workbook. Unfortunately, I am getting two new workbooks. DEFINE VARIABLE gchExcelApp AS COM-HANDLE NO-UNDO. DEFINE VARIABLE...
  2. L

    Lotus Notes - Email Attachment

    I am trying to read through mail for a specific Lotus Notes user and to detach all attachments that I find. So far I have the following: DEFINE VARIABLE chSession AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chDatabase AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chView AS COM-HANDLE NO-UNDO. DEFINE...
  3. L

    Updating other records during Save

    Progress version 9.1C I have a question about how to best handle something using ADM2. What I have is a SmartWindow with a SDO, SDV and SDB on it. When I save a record, I need to update other records from the same table. Should I do a submitRow in one of the *TransactionValidate procedures...
  4. L

    Parent/Child SmartSelects

    Progress 9.1c I'm having an odd problem with SmartSelects. I have a SmartViewer in which I have two SmartSelects. The first SmartSelect is to a model table and the second is to a make table. The two SmartDataObjects that back these SmartSelects are linked by the model number. This seems to...
  5. L

    Output to Excel

    I am working on a system that has a report that needs to be exported from WebSpeed to Excel. To accomplish this the following commands are used: Output-Http-Header("Content-disposition","Attachment~; filename=MyReport.xls"). RUN OutputContentType in...
  6. L

    Tones with Telnet

    Has anyone out there ever heard of a solution for getting tones to a machine running a Telnet session. I have an application where the users want different tones at different points in the program, but don't know how I can do this since the terminals are running emulation. Any ideas? Anne.
  7. L

    Search/Query Speed

    I have an odd question. How much faster will Progress search through an Integer index versus a Character index? Say you have a basic maintenance table that contains an alphanumeric code and description. Is there really any time gained by adding an integer field as the primary index to the...
  8. L

    Hit end of record indicator before finding newly added field

    I am receiving an error when trying to delete out some old information from my test databases. The error message (Hit end of record indicator before finding newly added field) does not have a Progress error number at the end of it and I haven't been able to find any additional information about...
  9. L

    Right Mouse Click on Selection List

    Can anyone help me here? Is there a way to use the right mouse button to make a selection on a selection list? I want to be able to use either the left or right mouse button. I will have different logic for what occurs if the right mouse button is used versus the left mouse button. Any...
Top