We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
define TEMP-TABLE ttObjectBand NO-UNDO FIELD ObjectName AS CHARACTER FORMAT "x(15)" FIELD RunAttribute AS CHARACTER FORMAT "x(15)" FIELD Sequence AS INTEGER FIELD Action AS CHAR FIELD Band AS CHARACTER FORMAT "x(28)" FIELD InsertSubmenu AS LOGICAL INDEX key1 AS PRIMARY UNIQUE ObjectName RunAttribute ResultCode Sequence INDEX key2 Band ObjectName RunAttribute INDEX key3 Action ObjectName RunAttribute Sequence.
could get formatted to something like this:
DEFINE TEMP-TABLE ttObjectBand NO-UNDO FIELD ObjectName AS CHARACTER FORMAT "x(15)" FIELD RunAttribute AS CHARACTER FORMAT "x(15)" FIELD Sequence AS INTEGER FIELD Action AS CHAR FIELD Band AS CHARACTER FORMAT "x(28)" FIELD InsertSubmenu AS LOGICAL INDEX key1 AS PRIMARY UNIQUE ObjectName RunAttribute ResultCode Sequence INDEX key2 Band ObjectName RunAttribute INDEX key3 Action ObjectName RunAttribute Sequence.
The text was updated successfully, but these errors were encountered:
gustason
Successfully merging a pull request may close this issue.
For example,
could get formatted to something like this:
The text was updated successfully, but these errors were encountered: