|
|
|
CHARACTER ExtractQueryString (character, character)
|
Extracts the Query String from the OPEN QUERY Statement
|
|
|
|
FindOpenQueryStatements (JPNode, BrowseWidgetQueryInformation)
|
Recursivly locates all OPEN QUERY Stamements in the given JPNode and
adds them to the BrowseWidgetQueryInformation
|
|
|
|
FindOpenQueryStatements (ParseUnit, BrowseWidgetQueryInformation)
|
Locates all OPEN QUERY Stamements in the given parse unit and adds
them to the BrowseWidgetQueryInformation
|
|
|
|
GetBrowseColumns (character, character, table)
|
Parses the given file for the given browse name and returns a temp-table
containing all the columns defined in that browse
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList GetBrowseNames (character)
|
Parses the given file and returns a list of BROWSE names
|
|
|
|
Consultingwerk.Studio.LegacyGuiMigration.Browse.BrowseWidgetQueryInformation GetBrowseQueryInformation (character, character)
|
Parses the given file for the given browse name and returns a the
BrowseWidgetQueryInformation with the name of the browse query and
all OPEN QUERY Statements found in source code
|
|
|
|
ProcessBrowseColumns (JPNode)
|
Parses a DEFINE BROWSE Statement
|