Show Menu
Cheatography

Rob's OE Macros Cheat Sheet (DRAFT) by

[This is an abandoned project which should have had a direct link to my macro configurations on GitHub, as I do not work anymore in OpenEdge, please don't read this. It is absolutely useless without the configurations] Macros are great way to improve your productivity, especially for someone new to OpenEdge which has a different syntax from the usual programming languages. Here are some defined by me.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Method Signature

DMS

Public property

DPY

Define a dataset

DDS

Define a temp-table

DDS

Defines a sample of an internal procedure

INTERN­ALPROC

Defines a sample template for function

FUNCTION

Defines a sample template for run statement

RUNPROC

Defines a dataset data relation

DDSR

Index syntax

IDX
 

Running a procedure on a server

RUNONS­ERVER

Discon­necting from app server

DISCOS­ERVER