Recent content by Lesley MacMahon

  1. L

    Page numbering in a word doc footer

    Hi, Does anyone know the Progress code to put Page X of Y in a Word Document footer. The saved macro code from Word is : Sub Macro18() ' ' Macro18 Macro ' Macro recorded 29/06/2004 by C3364 ' If ActiveWindow.View.SplitSpecial <> wdPaneNone Then ActiveWindow.Panes(2).Close...
  2. L

    Excel Handle left hanging around

    Hi Stéphane, Thanks, that works but I don't understand why it does either. Thats great I can tell my boss the good news and put my report into production. Lesley
  3. L

    Excel Handle left hanging around

    Hi Stéphane, Thanks for your reply. I moved the two lines :- RELEASE OBJECT chXLSht. ASSIGN chXLSht = ?. inside the loop but the Excel handle is still left behind. Is this what you were advising me to do? The following is the code now. DEFINE VARIABLE chXL AS...
  4. L

    Excel Handle left hanging around

    Hi, I have inherited a Progress GUI application that produces reports in Excel. There are several reports that all work fine because they produce the information in a single worksheet. My report has to take a new worksheet on change of Project. I have this working fine except that when the...
  5. L

    Dynamic Query Break BY

    Hi Toby, Thanks for your reply. I can now justify spending some time coding this functionality to my boss. Lesley
  6. L

    Dynamic Query Break BY

    Hi there, Can anyone steer me in the right direction? I have written a dynamic viewer program that allows users to select a table, input query criteria and view the result. We have an application that picks up the where-clause criteria (a querybox application). My program picks up this...
  7. L

    Dynamic Popup Menu

    Thanks, I'll look at doing that.
  8. L

    Dynamic Popup Menu

    I have a dynamic popup menu on a dynamic browse. On right-mouse-click of a selected row, my dynamic popup menu appears and acts the way I want it to. I want to preserve the default popup menu that you get for free with the browse widget (cut, paste, select all etc) on right-mouse-click also on...
Back
Top