Recent content by Maik Puetz

  1. M

    Temp-table to super-procedure

    Hello peggers, I have a small question. I have a two programs ProgA with a temp-table and ProgB as a super-procdure. Now I want to run a function in the super-procedure that uses this temp-table from ProgA. How do I send the temp-table as a parameter. I have read, that I can use the handle...
  2. M

    Saving font in loaded ini-file

    Hello Progress-Community, I have a little problem with saving fonts in ini-files. If I say: def var FontSelect as integer initial 49. system-dialog font FontSelect. put-key-value font all. the new font is stored in the ini-file as given as parameter -inifile with my...
Back
Top