compiler

  1. LawnyToast

    Resolved Adding Field to an existing Database Table - Procedural Errors

    This is my first time altering one of our existing database tables. My predecessor taught me everything I know, and he is no longer working with our company. We briefly touched on the altering of existing database tables, and what I took away from that talk was: Every file that references the...
  2. O

    Question Is There Any Way To Generate A Exe From Openedge?

    I would like to know if there any way to generate a *.EXE file for a Openedge program? We have the compiler that generates a *.r file, but we don´t have a kind of link-edition for this.
  3. V

    Question How can I control usage of fieldlist <FIELDS>

    We started following a new coding standard to improve performance (version 10.2B). That is to use FIELDS to only retrieve only the necessary fields, this has very good results. But I am worried of run time errors when using fields that aren't in the list (compiler doesn't warn of these). I...
Top