Recent content by grobcj

  1. G

    Table exists in multiple databases

    Hi. Use symix alias with the user-local table. example: find first symix.user-local.
  2. G

    Printer Device Driver Name API

    EnumPrinter Program FUNCTION GetStrFromPtrA RETURNS CHARACTER (lpszA AS INTEGER) FORWARD. DEF VAR PrinterEnum AS MEMPTR. DEF VAR PrinterEnum1 AS MEMPTR. DEF VAR Needed AS INT. DEF VAR Returned AS INT. DEF VAR retorno AS INT. DEF VAR c AS INT. DEF VAR tmp1 AS...
  3. G

    Mixing TextOutA and 4GL display statement.

    Hello. Someone try to mix TextOut and Escape Secuence, becouse when i sent PUT CONTROL statemen with Escape secuence I lost TextOut output. Tank you.
Top