Search results

  1. P

    Tooltips in Excel

    Does anyone know how to code tooltips for cells in excel using Progress code?
  2. P

    Why do trigger not respond in AMD2 for 'create buttons'

    CREATE BUTTON lh-btn-Ok ASSIGN ROW = li-row - 1.1 COLUMN = 70 WIDTH = 15 HEIGHT = 1.1 DEFAULT = TRUE VISIBLE = TRUE LABEL = 'OK' AUTO-GO = TRUE FRAME = FRAME {&FRAME-NAME}:HANDLE SENSITIVE = TRUE TRIGGERS: ON CHOOSE ANYWHERE DO: RUN Update-Turntimes. APPLY "CLOSE" TO THIS-PROCEDURE. end...
  3. P

    No data in browser when using smartobjects with temp-tables

    When working with 9.1d you could create a temp-table and a sdo against the temp-table in tempdb.db. To load data you would have a procedure called 'LoadTT' or some name that would create records into the temp-table. This would be in the sdo. In the sdo on initialize-object 'SetOpenonInit' to...
Top