Search results

  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, 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...
  3. 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...
  4. 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