Skip to content

Instantly share code, notes, and snippets.

@dlandr
dlandr / QRPGLESRC.UTIDSP.rpgle
Last active May 26, 2021 10:56
For IBMi (AS400) interactive programs : retrieves position of a field into a screen record format (start column and row)
**free
//**************************************************************************
//* MODULE : UTIDSP Date Création : 19/07/2017 *
//* AUTEUR : D.LANDRAGIN *
//*------------------------------------------------------------------------*
//* APPLICATION : *
//* Services *
//*------------------------------------------------------------------------*
//* DESCRIPTION : *
//* Managing screens *
@dlandr
dlandr / QRPGLESRC.DECOLORE.rpgle
Created August 28, 2018 12:12
For IBMi (AS400) source files : removes color attributes inserted, for use with RDi
**free
//**************************************************************************
//* PGM : DECOLORE Date Création : 28/08/2018 *
//* AUTEUR : D.LANDRAGIN *
//*------------------------------------------------------------------------*
//* APPLICATION : *
//* Services *
//*------------------------------------------------------------------------*
//* DESCRIPTION : *
//* Retire les attributs d'affichage dans les membres source *