Search results

  1. B

    ~n message box text from temp table

    aloa, i can do a line break in a message box like this: MESSAGE "Hello. This line ~nbreaks". now what i did is importing message texts from a text file, stored them in a temp table inside an init proc of a sessions super-proc : ======== <code...
  2. B

    ON 'KEY':U OF {&WINDOW-NAME} ANYWHERE DO

    hey talkers, the following snippet works fine, when starting the app in appbuilder. outside of appbuilder the trigger doesn't fire. ON 'F7':U OF {&WINDOW-NAME} ANYWHERE DO: run aProcedure in somewhere. RETURN NO-APPLY. END. i put it inside of the main block inside the main...
  3. B

    search an object by name or label

    hello again, win 2000, v9.1C thx for your answers in my last thread it helped me a lot. now heres another problem igot while developing my app. i create some buttons dynamically. afterwards i have to access som attributes of them. is there a function or a code snippet that allows me to...
  4. B

    trigger events on Handles

    hello buddies, i do have a frame (fMain) with a FILL-IN (FILL-IN-rut) and a Handle to a SmartDataBrowser (h_sdb_t, the AppBuilder includes it with a handle). On "Return" of FILL-IN-rut i want to focus the h_sdb_t that the user can directly choose an entry. I tried that with APPLY...
  5. B

    3 window app, how to reference down

    hi everybody, i´m about to develop an application which consists of 3 windows. the first window contains the second window at page 1. inside the second window there is another window placed at page 1. now from the third window i want to reference the first window and run a procedure in it...
Top